This isnt an area I have any experience with, but...

I don't particularly see evidence of a crash below, it looks like a
log message just warning that you hit the limits for the queue? If
that is the case, then you'd want to consume messages to make room for
more, or if the limits aren't to your needs then maybe youd instead
need to adjust them to more appropriate values for your scenario.

Robbie

On 24 October 2016 at 17:04, rammohan ganapavarapu
<rammohanga...@gmail.com> wrote:
> Hi
>
> I am running cpp broker v1.35 and i hve producers pumping messages and my
> broker got crashed with bellow error, i know messages in queue exceeded the
> configure queue limit but will it kill the broker? how to make my broker up
> and running even if it exceed the configured queue capacity?
>
>
> 2016-10-24 15:36:21 [Broker] warning Exchange ax-ex-eaxgroup002 cannot
> deliver to  queue ax-q-eaxgroup002-consumer-group-001:
> resource-limit-exceeded: Maximum depth exceeded on
> ax-q-eaxgroup002-consumer-group-001: current=[count: 5843, size:
> 1073740027], max=[count: 1000000, size: 1073741824]
> (/builddir/build/BUILD/qpid-cpp-1.35.0/src/qpid/broker/Queue.cpp:1662)
>
> Current queue stats:
>
> qpid-stat -q
> Queues
>   queue                                     dur  autoDel  excl  msg
> msgIn  msgOut  bytes  bytesIn  bytesOut  cons  bind
>
> ==========================================================================================================================
>   ax-q-eaxgroup002-consumer-group-001       Y                   5.94k
> 5.94k     0    1.07g  1.07g       0         0     2
>   ax-q-eaxgroup002-consumer-group-001-dl    Y                     68
> 68      0    12.9m  12.9m       0         0     2
>
> Queue configuration:
>
> qpid-config queues
> Queue Name                                Attributes
> =================================================================
> 4dee1a3f-b4be-4580-9549-670510c0f075:0.0  auto-del excl
> ax-q-eaxgroup002-consumer-group-001       --durable --file-size=5120
> --file-count=64 --max-queue-size=1073741824 --max-queue-count=1000000
> --limit-policy=flow-to-disk --argument no-local=False
> ax-q-eaxgroup002-consumer-group-001-dl    --durable --file-size=6000
> --file-count=4 --max-queue-size=52428800 --max-queue-count=100000
> --limit-policy=flow-to-disk --argument no-local=False
>
>
> Thanks,
> Ram

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to