[rabbitmq-discuss] Queue Re-declaration
Matthias Radestock
matthias at lshift.net
Tue Jan 13 23:22:50 GMT 2009
Jason,
Jason J. W. Williams wrote:
> So if you make a mistake and declare an-in-use queue as non-durable
> and need to change it, the only way to do so is to destroy the queue
> and re-create it?
Correct, and that is true in all versions of the AMQP spec. It is
central to the assertion-style semantics of declaration, which avoids
many of the pitfalls associated with access to a shared resource by
multiple, distributed clients.
Matthias.
More information about the rabbitmq-discuss
mailing list