Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Done
-
0.24
-
None
-
None
Description
As far as I can tell (from running code and code inspection) whenever you call qpid::messaging::Session::nextReceiver() with an AMQP 1.0 protocol connection you will always receive a false return.
This seems to be because the underlying SessionContext::nextReceiver() will always return a null pointer.