Hi, I am creating a JmsEndpoint for my route. The problem is that when the JMS is down, the following line: JmsEndpoint endpoint=(JmsEndpoint)getContext().getEndpoint("activemq:topic:jms.topicName" is throwing exception. I have put this line in a try catch block but still I cannot catch the exception. I don't want to throw the exception but to catch the exception and handle it in my way.Kindly help me with this.
-- View this message in context: http://camel.465427.n5.nabble.com/Endpoint-configuration-error-tp5728272.html Sent from the Camel - Users mailing list archive at Nabble.com.