Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetDescriptorAutomaticRedeliveryCount
 
awGetDescriptorAutomaticRedeliveryCount
BrokerError awGetDescriptorAutomaticRedeliveryCount(
BrokerConnectionDescriptor desc,
BrokerBoolean *auto_on);
desc
The Broker descriptor for which the automatic redelivery count status is to be returned.
auto_on
Indicates whether or not the automatic redelivery count is enabled for this descriptor. This parameter is used for output.
Returns 1 (true) if automatic redelivery count is enabled. Otherwise, 0 (false) is returned.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc parameter s invalid.
AW_ERROR_NULL_PARAM
The auto_on parameter is NULL.
See also: