This content has been marked as final.
Show 3 replies
-
1. Re: fuse ESB choking on camel routes...
davsclaus Sep 21, 2012 4:10 AM (in response to e0richt)Try without your custom bean, so the messages is passed straight through. It could be that your parsing logic have memory leaks etc.
-
2. Re: fuse ESB choking on camel routes...
e0richt Sep 21, 2012 11:59 AM (in response to davsclaus)well, I havent done that but I have changed the output endpoints from "queues" to "toptics" and don't have a problem....
would that eliminate that as a possiblitiy or should I still take out my bean?
-
3. Re: fuse ESB choking on camel routes...
e0richt Sep 25, 2012 10:28 AM (in response to e0richt)ok, I have found an answer to my question... it deals with an option with ActiveMQ...
if I use the jms.useAsyncSend=true in the connection factory, the system will not choke on the messages being sent through...