WebLogic Messaging API Class Library

IConnection.Start�Method�

Starts (or restarts) a connection's delivery of incoming messages. A call to Start on a connection that has already been started is ignored.

void�Start();

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to Start message delivery due to some internal error.

See Also

IConnection Interface | WebLogic.Messaging Namespace | Stop