-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: .Net Lite Shim, AMQP Large Content Test
-
Labels:None
-
Environment:Fedora 25;
Mono JIT compiler version 4.4.2 (Stable 4.4.2.11/f72fe45 Tue Aug 2 08:14:37 UTC 2016);
Python 2.7.13
Intermediary: Qpid-Dispatch router, master branch 20170818.
Large content test fails under the test suite sending any of the five AMQP types.
The amqpnetlite Receiver fails receiving a message:
Message message = receiverlink.Receive(200 * 1000);
That line should wait 200 seconds for a message but does not.
The same test code works when run standalone from command prompts.
The console logs and router configuration file to be attached.