Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Using Broker Clients | Broker Connection Descriptors | Sharing Client State | Event Processing without Ordering
 
Event Processing without Ordering
You can invoke the awSetDescriptorConnectionShare function, specifying a value of AW_SHARED_ORDER_NONE, to indicate that you do not want the Broker to guarantee the order of event processing. With an event ordering of AW_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.
Note:
You should only use an event ordering of AW_SHARED_ORDER_NONE if there is just one client publishing events and you wish to maximize the parallel processing of those events.