Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDescriptorSharedEventOrdering
 
awSetDescriptorSharedEventOrdering
BrokerError awSetDescriptorSharedEventOrdering(
BrokerConnectionDescriptor desc,
Char *ordering);
desc
The Broker descriptor whose shared event ordering is to be set.
ordering
The desired shared event ordering state, which is specified as either AW_SHARED_ORDER_NONE or AW_SHARED_ORDER_BY_PUBLISHER.
Sets the shared event ordering status for the specified descriptor. See By-Publisher Event Ordering for more information.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
AW_ERROR_NULL_PARAM
The parameter ordering is NULL.
AW_ERROR_OUT_OF_RANGE
The parameter ordering contains spaces or non-printable characters.
See also: