You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2015/03/06 16:06:39 UTC

[jira] [Created] (AMQ-5646) AMQP: Second receiver attaching to queue hangs

Chuck Rolke created AMQ-5646:
--------------------------------

             Summary: AMQP: Second receiver attaching to queue hangs
                 Key: AMQ-5646
                 URL: https://issues.apache.org/jira/browse/AMQ-5646
             Project: ActiveMQ
          Issue Type: Bug
          Components: AMQP
    Affects Versions: 5.11.0
         Environment: ActiveMQ 5.11.1 release on Fedora 19
Test client: http://amqpnetlite.codeplex.com/ 
LinkTests.cs http://amqpnetlite.codeplex.com/SourceControl/latest#test/Test.Amqp.NetMF/LinkTests.cs

            Reporter: Chuck Rolke


The last test in the file, TestMethod_AdvancedLinkFlowControl() hangs. The test:
* opens a connection and session
* open a sender and send a batch of messages
* open a receiver with credit of 2 and no automatic credit renewal
* receive two messages, accept them
* open a second receiver with credit of 2 and no automatic credit renewal
* receive a two messages

The broker does not send the messages to the second receiver.




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