Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.11.0
-
None
-
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
Description
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.