Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetTxClientAutomaticControlLabel
 
awSetTxClientAutomaticControlLabel
BrokerError awSetTxClientAutomaticControlLabel(
BrokerTxClient txclient,
BrokerBoolean enabled);
txclient
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 transactional client publishes or delivers.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The txclient has been destroyed or disconnected.
See also: