Closed pantonis closed 8 years ago
It depends the broker you are using. Prefix of the destination is significant (like /topic
for durable queue) Moreover options to broker queue creation can generally be sent via headers.
Look at https://www.rabbitmq.com/stomp.html section destination for example
@pantonis if you find your answer could you right it down here so users with the same question wont be frustrated? Also might helper me to improve the doc.
How do we create a temporary queue and bind this to an exchange?
Thanks