Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For Qpid for Java version 6.2 we removed the queuerunner which was responsible for assigning messages from the queue to consumers and instead moved to a model where the consumers pull messages from the queue (QPID-7514).

This page is to explain explains how the new model works, what benefits it brings, what corner cases to think of, and general reasoning behind the implementation.

...