Re: ActiveMQ Request-Reply in flight messages

2015-02-27 Thread yogu13
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

RE: ActiveMQ Request-Reply in flight messages

2015-02-27 Thread Corey Pentasuglia
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