----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4744/ -----------------------------------------------------------
(Updated 2012-04-17 14:06:06.547347) Review request for qpid and Gordon Sim. Changes ------- Update: Keep track of browser (non-acquiring consumers) count as well so we can accurately apply exclusion to acquiring consumers only. Summary ------- The C++ broker already allows browsing subscriptons to exclusive queues. To be consistent we need to extend this to queues with exclusive subscritions as well. This is required by the new HA plugin (QPID-3603) so that replicating subscriptions can browse from exclusive queues in order to replicate their messages to a backup broker. Diffs (updated) ----- /trunk/qpid/cpp/src/qpid/broker/Queue.h 1326757 /trunk/qpid/cpp/src/qpid/broker/Queue.cpp 1326757 /trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp 1326757 /trunk/qpid/cpp/src/tests/ha_tests.py 1326757 Diff: https://reviews.apache.org/r/4744/diff Testing ------- make check Thanks, Alan
