Versions Compared

Key

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

...

ActiveMQ supports Virtual Topics since durable topic subscriptions kinda suck (see this page for more detail).

Most folks want Queue semantics when consuming messages; so that you can support concurrent consumers Competing Consumers for load balancing along with things like Message Groups and Exclusive Consumers to preserve ordering or partition the queue across consumers.

...