Version 4

    A list of messages in JMSPriority then arrival order.

    The messages can be sent by multiple QueueSenders, given the same JMSPriority they are appended to the list.

     

    Multiple QueueReceivers can then pull messages from the front of the list. Each message is consumed

    by one client only.

     

    Queues can also be browsed using a QueueBrowser.