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 2017/03/14 20:12:41 UTC

[jira] [Commented] (ARTEMIS-1039) AMQP: Broker does not replenish the credit for the receiver link of it transaction coordinator

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

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

GitHub user tabish121 opened a pull request:

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

    ARTEMIS-1039 Transaction Coordinator credit refill

    The coordinator needs to refill credit on the receiver once it has been
    exhausted, otherwise the remote cannot send additional declare or
    discharge commands to the broker.

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

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

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

    https://github.com/apache/activemq-artemis/pull/1095.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 #1095
    
----
commit 23ebf67bf66ce6bacd5744583178a04d44d70e6e
Author: Timothy Bish <ta...@gmail.com>
Date:   2017-03-14T20:07:58Z

    ARTEMIS-1039 Transaction Coordinator credit refill
    
    The coordinator needs to refill credit on the receiver once it has been
    exhausted, otherwise the remote cannot send additional declare or
    discharge commands to the broker.

----


> AMQP: Broker does not replenish the credit for the receiver link of it transaction coordinator
> ----------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1039
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1039
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 1.5.4, 2.0.0
>            Reporter: Timothy Bish
>             Fix For: 2.next
>
>
> The Broker's AMQP Transaction coordinator receiver Declare and Discharge deliveries over it's receiver link but never refreshes credit on that link leading to the remote stalling waiting to send a declare or discharge because there's no credit for it to send.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)