JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

Temporary queues example #22

Closed pantonis closed 8 years ago

pantonis commented 8 years ago

How do we create a temporary queue and bind this to an exchange?

Thanks

JSteunou commented 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

JSteunou commented 8 years ago

@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.