Event Processing without Ordering
Invoke the BrokerConnectionDescriptor.getSharedEventOrdering method, specifying a value of SHARED_ORDER_NONE, to indicate that you do not want the Broker to guarantee the order of event processing. With an event ordering of SHARED_ORDER_NONE, events will be presented to any of the Broker clients sharing the client queue in the order in which they appear in the queue.