Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
5.8.0
-
All
Description
When trying to browse a queue with a QueueBrowser, the browsing will hang and never complete. This appears to happen only with "a lot" of message in the queue. 1000 messages works correctly, but 10000 hangs.
I have attached a unit test that exhibits the problem. Change the "messageToSend" variable in the test method to see the difference between small queue size and large queue size.
I've attached the unit test code as well as the output from one of the runs with 10000 messages.