javax.jms
Interface TopicConnection
- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- XATopicConnection
public interface TopicConnection
- extends Connection
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $
createTopicSession
TopicSession createTopicSession(boolean transacted,
int acknowledgeMode)
throws JMSException
- Throws:
JMSException
createConnectionConsumer
ConnectionConsumer createConnectionConsumer(Topic topic,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
- Throws:
JMSException
createDurableConnectionConsumer
ConnectionConsumer createDurableConnectionConsumer(Topic topic,
String subscriptionName,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
- Specified by:
createDurableConnectionConsumer
in interface Connection
- Throws:
JMSException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.