Example usage for Java javax.jms QueueConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes the connection. |
QueueSession | createQueueSession(boolean transacted, int acknowledgeMode) Creates a QueueSession object, specifying transacted and acknowledgeMode . |
Session | createSession(boolean transacted, int acknowledgeMode) Creates a Session object, specifying transacted and acknowledgeMode . |
void | start() Starts (or restarts) a connection's delivery of incoming messages. |
void | stop() Temporarily stops a connection's delivery of incoming messages. |