[rabbitmq-discuss] STOMP - Message queue selectors for consumers?

Rob Harrop rob at rabbitmq.com
Wed Jun 8 08:11:51 BST 2011


Tony,

The best option here is to use the management plugin (http://www.rabbitmq.com/management.html).

You'll be able to manually delete the queues using the UI or script the deletion using the REST API or the rabbitmqadmin plugin.

If you think it would be useful we can add support to STOMP for queue leases (http://www.rabbitmq.com/extensions.html#queue-leases).

-- 
Rob Harrop
RabbitMQ

> Hi Rob,
> Thanks, that's good to know.
> 
> Let's say I change the example to using machine hostnames or IP 
> addresses. In that case there are not going to be large numbers of 
> unique names in use at any one time, but over time the names may stop 
> being used and new ones will appear.
> 
> So I could use STOMP destinations such as:
> /queue/hostname.foobar.example.com (http://hostname.foobar.example.com)
> 
> Is there a way to clean up the queues once those machines have gone 
> away, say after some months or more of use?
> 
> I couldn't spot anything on the STOMP plugin page, nor the rabbitmq 
> admin guide page.
> 
> I can see there is a "list_queues" option to rabbitmqctl, but not a 
> corresponding delete_queue option.. Where would I find that?
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110608/f49fdf24/attachment.htm>


More information about the rabbitmq-discuss mailing list