Multiple lists of messages in JMSPriority then arrival order.
The messages can be sent by multiple TopicPublishers, given the same JMSPriority they are appended to the list
of each subscription.
Each client that subscribes to the Topic has its own Subscription. Only that client can receive the messages
using a TopicSubscriber. Subscriptions can be Durable or Non Durable
Comments