ffrenchm wrote:
Hello,

I realized that you can delete a queue which contain messages. Is this a
normal behavior? From my point of view, QPID should raise an warning or
error to the administrative client. What do you think about ?

AMQP defines a queue.delete operation and that takes an 'if-empty' argument that if true will prevent the queue being deleted if it has messages in it. That behaviour is supported on both brokers.

(There is also an if-unused argument that prevents the queue being delete if there are active subscribers).

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to