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).
Copyright © Cloud Software Group, Inc. All rights reserved.