Type
Administered object for creating server connections.
Connection factories are administered objects. They support concurrent use.
Administrators define connection factories in a repository. Each connection factory has administrative parameters that guide the creation of server connections. Usage follows either of two models:
You can use the EMS server as a name service providerone tibemsd
process provides both the name repository and the message service. Administrators define factories in the name repository. Client programs create connection factory objects with the URL of the repository, and call tibemsConnectionFactory_CreateConnection
. This function automatically accesses the corresponding factory in the repository, and uses it to create a connection to the message service.
Administrators define factories in a JNDI repository. Client programs call tibemsLookupContext_Lookup
to retrieve factories, and use them to create connections to the server.
Administered objects let administrators configure EMS behavior at the enterprise level. Administrators define these objects, and client programs use them. This arrangement relieves program developers and end users of the responsibility for correct configuration.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |