Hi all,
I have a route which has been set to autoStartup="false". It is working
correctly as I expected.
However, when there is an exception thrown on the consumer tibcoEMS side,
the route would start automatically. Is there a way to prevent it?
Here is the route definition:
<route id="recievingMsgRoute" autoStartup="false" startupOrder="300">
<from uri =
"tibcoEMS:emsIncomingMsg?connectionInitiator=#emsMsgConnection" />
<to uri = "process1" />
<to uri = "seda1" />
</route>
Here is the exception message I got on tibco ems side:
[TIBCO EMS TCPLink Reader (Server-244)]
ERROR(TibcoEMSExceptionListener.java:46) - CONNECTION EXCEPTION: Connection
has been terminated
--
View this message in context:
http://camel.465427.n5.nabble.com/Route-with-autoStartup-false-will-start-automatically-when-an-exception-happens-on-consumer-side-tp5743814.html
Sent from the Camel - Users mailing list archive at Nabble.com.