[ 
https://issues.apache.org/jira/browse/AMQ-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13670932#comment-13670932
 ] 

Timothy Bish commented on AMQ-4563:
-----------------------------------

Things will work if the Messages are produced with the ActiveMQ JMS client, 
however when receiving from the QPid JMS client the message has a MessageID 
that's not compatible with ActiveMQ so we don't correctly process the Ack.  We 
need to figure out how to ensure that the MessageId is set to an ActiveMQ 
compatible version on receive.  
                
> Persisted messages reappear after broker restart when using amqp
> ----------------------------------------------------------------
>
>                 Key: AMQ-4563
>                 URL: https://issues.apache.org/jira/browse/AMQ-4563
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.8.0
>            Reporter: Kevin Earls
>             Fix For: 5.9.0
>
>         Attachments: AMQ-4563.patch
>
>
> To reproduce this, do the following
> 1. Start a broker, create a producer using amqp, and send some messages
> 2. Stop/Start broker
> 3. Create a consumer to consume messages from step 1.
> 4. Stop/Start broker
> 5. Run consumer again.  It will receive the same messages it already received 
> in step 3.
> I will attach a unit test which reproduces this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to