Package javax.jms
Interface QueueConnection
-
- All Superinterfaces:
Connection
- All Known Subinterfaces:
XAQueueConnection
public interface QueueConnection extends Connection
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionConsumer
createConnectionConsumer(Queue queue, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)
QueueSession
createQueueSession(boolean transacted, int acknowledgeMode)
-
Methods inherited from interface javax.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
-
-
-
Method Detail
-
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
-
-