Example usage for Java javax.jms QueueConnectionFactory 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. |
QueueConnection | createQueueConnection() Creates a queue connection with the default user identity. |
QueueConnection | createQueueConnection(String userName, String password) Creates a queue connection with the specified user identity. |