javax.jms
Interface QueueConnection
- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- XAQueueConnection
public interface QueueConnection
- extends Connection
Methods inherited from interface javax.jms.Connection |
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
createQueueSession
QueueSession createQueueSession(boolean transacted,
int acknowledgeMode)
throws JMSException
- Throws:
JMSException
createConnectionConsumer
ConnectionConsumer createConnectionConsumer(Queue queue,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
- Throws:
JMSException