does ActiveMQ Artemis 1.0.0 support the creation of a temporary queue from a Stomp client? I was able to send data from a Stomp client to a JMS client where the JMS client created the temp queue (but not the other way around).

Regards,
Michael Justin


Example:

If the JMS client creates a temp queue and sends a message with the JMSReplyTo property set to the temp queue, and the Stomp client consumes this message, if contains a reply-to:jms.tempqueue. ... header as in this example, and the Stomp client can send a message to the tempqueue destination

MESSAGE
subscription:{5E2DF02D-FEE4-4EC0-BEB1-9CA7D952A466}
message-id:63
destination:jms.queue.rpc_queue
expires:0
redelivered:false
priority:4
reply-to:jms.tempqueue.4690cb12-5b93-4c26-b491-ed83171a1081
timestamp:1437335734316
__AMQ_CID:1e230154-2e50-11e5-97b3-396110bfb927


Reply via email to