WebLogic Messaging API Class Library

IConnection.Start\xA0Method\xA0

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\xA0Start();

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