Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.6.0
-
None
-
None
Description
I have a connection set up using failover and queuePrefetch=0. I create a consumer, stop the broker, and call receiveNoWait.
I would expect this to return/throw immediately; instead it hangs. Without failover or with a non-zero prefetch it works as expected.