Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
servicemix-camel-2009.01
-
None
Description
When a Camel route that uses async Camel messaging sends a MessageExchange through JBI, it will use the same, asynchronous messaging style.
If the JBI send() method fails (e.g. because the target endpoint is unknown), there will be no callback on the AsyncCallback effectively locking up the thread indefinitely.