You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by rammohan ganapavarapu <ra...@gmail.com> on 2022/04/14 17:32:06 UTC

How to increase the limits on existing queue

Hi,

I have a queue created with default limits and now I want to increase the
queue limits to hold more messages.

test-queue                          --durable --file-size=2000
--file-count=24 --max-queue-size=2147483647 --max-queue-count=1000000
--limit-policy=flow-to-disk --argument no-local=False

Is it possible to adjust the --max-queue-size and --max-queue-count on an
existing queue which is holding messages in the queue without losing any
messages?


My broker version is qpid-cpp-server-1.39.

Thanks,
Ram