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-DefaultJmsMessageListenerContainer-tp5792757.html
Sent from the Camel - Users mailing list archive at Nabble.com.