I'm getting this exception.
org.apache.camel.ExchangeTimedOutException: The OUT message was not received
within: 30000 millis. Exchange[ID-mid3-33287-1493765150908-0-613311]
Anyone know how to change the threshold to say 60 seconds?
I've tried:
from("seda:myProcess?concurrentConsumers=10&timeout=45000")
But it must be a different setting as adding the timeout param did nothing
to resolve the exchange timeout.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-increase-camel-exchange-timeout-threshold-tp5798620.html
Sent from the Camel - Users mailing list archive at Nabble.com.