Dear Community,
camel seems to not shutdown the spring DMLC in a JMS Request Reply with
Camel Proxy scenario using:
Karaf 2.3.4
Spring 3.2.8
ActiveMQ 5.9.0
Setup like in tutorial http://camel.apache.org/tutorial-jmsremoting.html
Starting a bundle with temp queues is no problem and works like it should,
but on connection Failure or Bundle stop i get following ERROR in the Karaf
log:
This keeps on repeating. Camel uses a TemporaryQueueReplyManager for JMS
request reply, which on Stop does not get cleared in unInitReplyManager() of
JmsProducer. Replymanager is always null.
JMS bean setup:
How do i shutdown the leaking DMLC trying to connect a Temp queue that is
already deleted by ActiveMQ?
camel seems to not shutdown the spring DMLC in a JMS Request Reply with
Camel Proxy scenario using:
Karaf 2.3.4
Spring 3.2.8
ActiveMQ 5.9.0
Setup like in tutorial http://camel.apache.org/tutorial-jmsremoting.html
Starting a bundle with temp queues is no problem and works like it should,
but on connection Failure or Bundle stop i get following ERROR in the Karaf
log:
This keeps on repeating. Camel uses a TemporaryQueueReplyManager for JMS
request reply, which on Stop does not get cleared in unInitReplyManager() of
JmsProducer. Replymanager is always null.
JMS bean setup:
How do i shutdown the leaking DMLC trying to connect a Temp queue that is
already deleted by ActiveMQ?