JMS Destination

A JMS Destination resource template specifies destination objects, which represent virtual channels (topics and queues) in JMS. It is used for Request/Reply messages.

When a message is sent, it is addressed to a destination, not to a specific application. Any application that subscribes or registers an interest in that destination can receive that message. Depending on the JMS messaging model used, the destination is called a topic or a queue. In the publish-subscribe model, a message is published for many subscribers to a topic (destination). In the point-to-point model, one message is sent to one potential receiver using a queue (destination).

Property Editable? Required? Accepts SVars? Description
Destination JNDI Name Y Y Y A JNDI name of a JMS destination that points to a particular queue or topic.
JNDI Connection Configuration Y Y N The name of a JNDI Connection Configuration.