You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/10/07 16:07:22 UTC

[jira] [Created] (ARTEMIS-775) AMQP: Message seems to be delivered twice when receiver close with pending messages

Timothy Bish created ARTEMIS-775:
------------------------------------

             Summary: AMQP: Message seems to be delivered twice when receiver close with pending messages
                 Key: ARTEMIS-775
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-775
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: AMQP
    Affects Versions: 1.4.0
            Reporter: Timothy Bish


Scenario:

1. Send 10 messages to the broker
2. Open a receiver and grant credit (10)
3. Read one message but don't accept
4. Close the receiver
5. Open new receiver and grant credit (11 or more)
6. Try to read those 10 message you send, and you get 11 one being a duplicate.

PR with a test case to follow



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)