--On Thursday, September 02, 2010 09:35:53 AM +0100 Gordon Sim <[email protected]> wrote:
On 09/01/2010 03:55 PM, Craig Forbes wrote:
I configured the queue and route on the remote system like this:
qpid-config add queue QUEUE_NAME --durable --limit-policy ring

The above doesn't set an explicit limit, so the default limit will be
used (as controlled via qpidd's --default-queue-limit option). I suspect
that is higher than the limit for the default journal size.

If you use a max-size or max-count here to set an explicit limit that
keeps the queue within the journals limits then the error should be
avoided (as the older messages will be overwritten by newer ones, which I
presume is what you want).

Ah, this is key. My testing included setting a queue size limit but it seems that it didn't get moved into the final configuration.

Thanks,
-Craig




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

Reply via email to