On 02/10/13 13:18, Mariusz Gronczewski wrote: > Is there any way to check over STOMP if queue exists ? I've noticed that > if I send message to nonexisting queue it just creates it. If you SUBSCRIBE to a non-existent queue, prefixed with "/amq/queue/", then you will get an error and the connection will drop. -Emile