Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDescriptorForcedReconnect
 
awSetDescriptorForcedReconnect
BrokerError awSetDescriptorForcedReconnect(
BrokerConnectionDescriptor desc,
BrokerBoolean forced_reconnect);
desc
The Broker descriptor for which forced reconnect is to be set.
forced_reconnect
Specifies whether a client program can forcibly reconnect to a Broker even if it appears that the client program is already connected to the Broker.
If set to 1 (true), forced reconnect is enabled for this descriptor. Otherwise, it is disabled.
Sets forced reconnect status for the specified descriptor.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
See also: