Exception on publishing persistent (disk persistence) message once consumer
comes up.
-------------------------------------------------------------------------------------
Key: AMQ-1701
URL: https://issues.apache.org/activemq/browse/AMQ-1701
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.0.0, 5.1.0
Reporter: Rob Davies
Assignee: Rob Davies
Priority: Critical
Fix For: 5.2.0
Condition:
Message consumer is down
Message producer is publishing messages that ActiveMQ is writing to its store
on disk
Now, when message consumer comes up, all the previous messages that were backed
up on disk start getting deliered to consumer, however, message producer is no
longer able to publish message. following exception is thrown
com.cisco.ccbu.infra.msg.MessagePublishingException: unable to publish message
Caused by: javax.jms.JMSException:
/opt/cisco/mmca/activemq-data/journal/data-29 (File exists)
at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1181)
at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1640)
at
org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:226)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.