Hi, I didn't find there is JMS endpoint in your route? If you just redirect the message to a JMS endpoint, you need to set up a jms consumer to consume the message and send the response back.
The temporary queue is created when the JMS endpoint is started, it has nothing todo with the message time out. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Thu, Jan 19, 2017 at 3:06 AM, chandler <pech...@sandia.gov> wrote: > I am doing camel request/reply, Camel XML: > > <route> > <from uri="servlet://context"/> > <to uri="direct:nextStep" pattern="InOut" id="TO > nextStep"/> > </route> > > Not sure how/where this message is coming from? I am thinking that the > response/reply is never returned and the route times out? Is there away to > remove the temporary queues from the DefaultJmsMessageListenerContainer if > the route times-out or fails? > > > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/ERROR-org-apache-camel-component-jms-DefaultJmsMessageListenerConta > iner-tp5792757.html > Sent from the Camel - Users mailing list archive at Nabble.com. >