Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Camel route does not resume to pick the events from the pre filled activemq queue

$
0
0
Hi All,
I need urgent help here.
I have an activemq queue from which my camel route receives the events. This
activemq queue is pre filled with almost 90K events. When I start the route
to receive the events I see that around 20K events are picked up ( through
jmx I see that around 6K in DEQUEUE COUNT and around 14 K events in
InFlightCount). When all the messages from InFlightCount get processed reach
0 and thereby DEQUEUE COUNT becomes same as DISPATCH COUNT, the route stops
there. There are 70K events still in the queue and they do not get picked up
after this processing. Why is this so ?

Following is my camel-context .xml:

Viewing all articles
Browse latest Browse all 5648

Trending Articles