awSetDescriptorAutomaticRedeliveryCount
BrokerError awSetDescriptorAutomaticRedeliveryCount(
BrokerConnectionDescriptor desc,
BrokerBoolean auto_on);
desc | The Broker descriptor for which automatic redelivery count is to be set. |
auto_on | If set to 1 (true), the automatic redelivery count is enabled for this descriptor. Otherwise, it is disabled. |
Enables or disables the automatic redelivery count for this descriptor, based on the setting of the auto_on parameter.
If automatic redelivery count is enabled, the Broker client associated with this descriptor will be automatically maintain a redelivery count for each document in a queue.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_DESCRIPTOR | The desc parameter is invalid. |
See also: