Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
2.10.2
-
None
-
Unknown
Description
I create PollingConsumer for my AMQP queue and consume with receiveNoWait() until null is received. It worked nicely in default mode, but in browsing mode (queue name suffixed with "
{mode: browse}", see https://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch02s04.html "2.4.3.3. browse" for details) my PollingConsumer keeps running infinitely.