The ride continues between camel-jms and camel-sjms While consuming from a jms-queue, I would like to log exceptions when the queue has crashed. When I disconnect the queue from the network, camel-sjms does not thrown any exception. How can I do that? I tried with / onException(Exception.class) .to("log:jms?level=ERROR");/
nothing is showing. How can I monitor my application in case the server has gone down so that I can alert the staff of a problem? Thx. -- View this message in context: http://camel.465427.n5.nabble.com/Throwing-Disconnected-Exception-with-camel-sjms-tp5790882.html Sent from the Camel - Users mailing list archive at Nabble.com.