On 05/06/2011 02:34 PM, Fallon, Richard wrote:

Hello,

Is it possible to change some of the default settings used when a queue
is created, note I do not mean override them at runtime?

So currently if a queue is created the default policy when the queue
size is exceeded is to block the producer so no more data arrives.  This
is not acceptable in my system.  I would like all queues that are
created to be created with the default policy_type of RING, so the
producer is never blocked.  However all my queues are created
dynamically by the consumers using the AMQP syntax, ideally I would
prefer not to rely on the consumers to create the queues with a RING
policy.

So what I would like is for all queues to be created at runtime to use a
RING policy, without having to over-ride it at runtime.  Can I change
the default policy to be RING?

Unfortunately not at present.

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

Reply via email to