You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/11 18:18:21 UTC

[jira] [Commented] (ARTEMIS-268) messages appear to remain on the queue after being sent pre-settled to a consumer

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

ASF GitHub Bot commented on ARTEMIS-268:
----------------------------------------

GitHub user tabish121 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/838

    ARTEMIS-268 Adds tests that shows issue with presettled receivers

    Tests added that show that a receiver attached to a queue as presettled
    are not removing the messages that are dispatched to them.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-268

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/838.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #838
    
----
commit 3f3f1f4e3d7231c29606a292169a2d0766380e1f
Author: Timothy Bish <ta...@gmail.com>
Date:   2016-10-11T18:07:02Z

    ARTEMIS-268 Adds tests that shows issue with presettled receivers
    
    Tests added that show that a receiver attached to a queue as presettled
    are not removing the messages that are dispatched to them.

----


> messages appear to remain on the queue after being sent pre-settled to a consumer
> ---------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-268
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-268
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 1.1.0
>            Reporter: Robbie Gemmell
>
> When doing a HelloWorld send+recv of a mesage via the broker using pre-settled 'no-ack' type transfers, it was observed that each time the program was run 1 more additional message would be received than before, with the messages from previous runs seemingly remaining on the queue despite being consumed pre-settled.



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