For production purposes, always create physical destinations. During the development and testing phase, however, this step is not required. The first time an application accesses a destination resource, Message Queue automatically creates the physical destination specified by the Name property of the destination resource. The physical destination is temporary and expires after a period specified by a Message Queue configuration property.
To create a JMS physical destination, follow these steps:
PhysicalQueue
).topic
or queue
.
To modify the value of this property or to specify other physical destination properties, use the install_dir/imq/bin/imqcmd
command. See the Sun Java System Message Queue 3 2005Q1 Administration Guide for more information.
The Physical Destinations page shows the system destination, a queue named mq.sys.dmq
, to which expired and undeliverable messages are redirected. It is possible to create destination resources, consumers, and browsers for this destination. It is not possible to delete it or to send messages to it.
Equivalent asadmin
command: create-jmsdest
See Also: