Hello,
Please share the activemq - broker configuration and the bean configuration.
Also version of camel being used.
Regards,
-Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/ActiveMQ-Request-Reply-in-flight-messages-tp5763232p5763252.html
Sent from the Camel - Use
Just a follow up on my issue shown below. I was able to solve this issue. It
appears that although I am increasing the CamelJmsRequestTimeout, the
timeToLive field was still being computed off of the default timeout value. In
my case I was just able to set disableTimeToLive=true. I could have