Example usage for Java javax.jms ConnectionFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
Connection | createConnection() Creates a connection with the default user identity. |
Connection | createConnection(String userName, String password) Creates a connection with the specified user identity. |
String | toString() Returns a string representation of the object. |