This content has been marked as final.
Show 1 reply
-
1. Re: Slow JMS consumer
davsclaus Jul 29, 2011 2:22 AM (in response to shauom)There is only 1 thread in that Camel route. So it can only consume messages as fast as it has completed processed each message. And you have configured it to use error handling by which it retries forever. So are you sure there the messages can get processed without any problems?
What do you do in the FinalOutput route?