Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetClientAutomaticControlLabel
 
awSetClientAutomaticControlLabel
BrokerError awSetClientAutomaticControlLabel(
BrokerClient client,
BrokerBoolean enabled);
client
The Broker client whose automatic control label is to be set.
enabled
If set to 1 (true) , the Broker client's access label will be automatically set in the controlLabel envelope field of any event the client publishes or delivers.
Enables or disables the automatic insertion of this Broker client's access label into the controlLabel envelope field of any event the client publishes or delivers.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
See also: