Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awNew
|
awNewBrokerConnectionDescriptor
awNewBrokerConnectionDescriptor
BrokerConnectionDescriptor
awNewBrokerConnectionDescriptor();
Creates a new
Broker
descriptor with connection sharing enabled and state sharing disabled.
By default, the descriptor will have a null SSL certificate file will be set to true. For more information on SSL, see
Managing Event Types
.
Returns
NULL
if memory could not be allocated.
You are responsible for calling
awDeleteDescriptor
on the returned value.
See also:
awNewBrokerClient
awNewOrReconnectBrokerClient
awReconnectBrokerClient