Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetDescriptorRedeliveryCountEnabled
 
awGetDescriptorRedeliveryCountEnabled
BrokerError awGetDescriptorRedeliveryCountEnabled(
BrokerConnectionDescriptor desc,
BrokerBoolean *redelivery_count);
desc
The Broker descriptor for which the redelivery count status is to be returned.set.
redelivery_count
Returns true if redelivery counting is enabled. Returns false if redelivery counting is disabled.
Returns the redelivery counting status for the specified descriptor.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
AW_ERROR_NULL_PARAM
The redelivery_count parameter is NULL.
See also: