WebLogic Messaging API Class Library

IConnectionFactory Interface

An IConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator. It is obtained by looking it up in WebLogic Server JNDI using the IContext.LookupConnectionFactory() method. A client uses it to create a connection from the WebLogic .NET client host server to the JMS connection host (which may the same server as the client host).

An IConnectionFactory object is a JMS administered object and supports concurrent use.

For more information, see the WebLogic JMS .NET client documentation.

For a list of all members of this type, see IConnectionFactory Members.

public�interface�IConnectionFactory

Requirements

Namespace: WebLogic.Messaging

Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)

See Also

IConnectionFactory Members | WebLogic.Messaging Namespace | IContext.LookupConnectionFactory | IConnection