public interface QueueConnectionFactory extends ConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
QueueConnection |
createQueueConnection() |
QueueConnection |
createQueueConnection(java.lang.String userName,
java.lang.String password) |
createConnection, createConnectionQueueConnection createQueueConnection() throws JMSException
JMSExceptionQueueConnection createQueueConnection(java.lang.String userName, java.lang.String password) throws JMSException
JMSException