Stomp and JMS Destinations

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 867

This topic has not yet been written. The content below is from the topic description.
45.1.3.1. Using JMS destinations As explained in Chapter 9, Mapping JMS Concepts to the Core API, JMS destinations are also mapped to HornetQ addresses and queues. If you want to use Stomp to send messages to JMS destinations, the Stomp destinations must follow the same convention: send or subscribe to a JMS Queue by prepending the queue name by jms.queue.. For example, to send a message to the orders JMS Queue, the Stomp client must send the frame: SEND destination:jms.queue.orders hello queue orders ^@ send or subscribe to a JMS Topic by prepending the topic name by jms.topic.. For example to subscribe to the stocks JMS Topic, the Stomp client must send the frame: SUBSCRIBE destination:jms.topic.stocks ^@