Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Broker Clients | Broker Connection Descriptors | Sharing Client State | Event Processing without Ordering
 
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.