Object -
jms :
Connection
Represents JMS Connection
Constructor
__init
Methods
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.
Fields
- config ConnectionConfiguration {}
-
Used to store configurations related to a JMS Connection
Starts (or restarts) a connection's delivery of incoming messages. A call to start on a connection that has already been started is ignored.