Java javax.jms QueueConnection fields, constructors, methods, implement or subclass

Example usage for Java javax.jms QueueConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms QueueConnection.

The text is from its open source code.

Implementation

javax.jms.QueueConnection has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes the connection.
QueueSessioncreateQueueSession(boolean transacted, int acknowledgeMode)
Creates a QueueSession object, specifying transacted and acknowledgeMode .
SessioncreateSession(boolean transacted, int acknowledgeMode)
Creates a Session object, specifying transacted and acknowledgeMode .
voidstart()
Starts (or restarts) a connection's delivery of incoming messages.
voidstop()
Temporarily stops a connection's delivery of incoming messages.