Skip Menu |

This queue is for tickets about the Net--RabbitMQ CPAN distribution.

Report information
The Basics
Id: 78957
Status: new
Priority: 0/
Queue: Net--RabbitMQ

People
Owner: Nobody in particular
Requestors: PDENIS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Add support for queue_delete
The AMQP standard supports queue.delete, Net::RabbitMQ doesn't - http://www.rabbitmq.com/resources/specs/amqp-xml-doc0-9-1.pdf Without queue.delete, temporary queues created with auto_delete => 1 remain on the server. The only solution to delete these queues is to disconnect, which is not practical for persistent processes. Thanks