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