We have a producer continuously publish messages to multiple topics on an
ActiveMQ broker, and a consumer receives those messages. Usually just after
couple of days, producer would stop publishing messages with following
error:
javax.jms.IllegalStateException: The producer is closed
at
org.apache.activemq.ActiveMQMessageProducer.checkClosed(ActiveMQMessageProducer.java:333)
at
org.apache.activemq.ActiveMQMessageProducer.getDestination(ActiveMQMessageProducer.java:297)
at
org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:384)
Would someone please shed some lights on this?
--
View this message in context:
http://www.nabble.com/javax.jms.IllegalStateException%3A-The-producer-is-closed-tp24119607p24119607.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.