[rabbitmq-discuss] Stomp Connector
Matthias Radestock
matthias at lshift.net
Fri May 22 15:04:20 BST 2009
Gavin,
Gavin M. Roy wrote:
> I am trying to find out how to create a durable and non-autoDelete
> queue, using only a connection that is subscribed to a queue, but not
> dequeueing. I've tried passing in headers on connection and
> subscription but haven't had any success.
If my reading of the server code is right, one has to supply an
auto-delete=false
header in SUBSCRIBE. The default is 'true', which means the queue gets
deleted when its last subscriber disconnects.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list