Object - jms : Connection

Represents JMS Connection

Constructor

__init

(ConnectionConfiguration c)

Methods

Fields

start

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

stop

Temporarily stops a connection's delivery of incoming messages. Delivery can be restarted using the connection's start method.