javax.jms
Interface TopicConnection
- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- XATopicConnection
public interface TopicConnection
- extends Connection
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
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 © 2006 Apache Software Foundation. All Rights Reserved.