Versions Compared

Key

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

...

Single consumer per session

If you are using the receive() method to consume messages then you should also only use one consumer per session with priority queues. If you're using OnMessage() then this is not a concern.