WebLogic Messaging API Class Library

IConnectionFactory. Method

Create a connection from the WebLogic .NET client host server to the JMS connection host (which may be the same server as the client host). This method is overloaded and comes in two forms:

The established identity is used for all subsequent operations involving this connection, including sending and receiving messages using the producers and consumers.

Important: The connection is created in stopped mode. No messages will be delivered until the IConnection.Start method is explicitly called.

Overload List

Create a connection from the WebLogic .NET client host server to the JMS connection host (which may be the same server as the client host). This method is overloaded and comes in two forms:

The established identity is used for all subsequent operations involving this connection, including sending and receiving messages using the producers and consumers. Important: The connection is created in stopped mode. No messages will be delivered until the IConnection.Start method is explicitly called.

IConnection ();

Create a connection from the WebLogic .NET client host server to the JMS connection host (which may be the same server as the client host). This method is overloaded and comes in two forms:

The established identity is used for all subsequent operations involving this connection, including sending and receiving messages using the producers and consumers. Important: The connection is created in stopped mode. No messages will be delivered until the IConnection.Start method is explicitly called.

IConnection (String,String);

See Also

IConnectionFactory Interface | WebLogic.Messaging Namespace