[
https://issues.apache.org/activemq/browse/AMQ-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Davies resolved AMQ-1701.
-----------------------------
Resolution: Fixed
Fixed by SVN revision 652300
> 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
> Caused by: javax.jms.JMSException: /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.