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 is the equivalent of the java JMS API javax.jms.ConnectionFactory class. 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.
Namespace: WebLogic.Messaging
Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)
IConnectionFactory Members | WebLogic.Messaging Namespace | LookupConnectionFactory | IConnection