I'm using Camel 2.16, which is a part of Servicemix 6.1.1. I'm using the
camel-websocket component and I'm trying to figure out how websocket
connections are closed. I'm debugging my application and I'm concerned
that I'm leaking websocket connections. I don't see anything in the code
that indic
Hello,
I need your help with error handling in doTry/doCatch.
I have to put the doTry in my route and do some stuff if there is an
exception, but I also need the exception to be passed along and end up in
the logs - I use Camel in Servicemix.
Why the bellow example* doesn't work as expected? I me