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

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

Introduction

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

The text is from its open source code.

Implementation

javax.jms.ConnectionFactory 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.
StringtoString()
Returns a string representation of the object.