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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

ConnectioncreateConnection()
Creates a connection with the default user identity.
ConnectioncreateConnection(String userName, String password)
Creates a connection with the specified user identity.
QueueConnectioncreateQueueConnection()
Creates a queue connection with the default user identity.
QueueConnectioncreateQueueConnection(String userName, String password)
Creates a queue connection with the specified user identity.