Package com.swiftmq.jms.v500
Class TopicConnectionConsumerImpl
- java.lang.Object
-
- com.swiftmq.jms.v500.ConnectionConsumerImpl
-
- com.swiftmq.jms.v500.TopicConnectionConsumerImpl
-
- All Implemented Interfaces:
RequestService
,javax.jms.ConnectionConsumer
public class TopicConnectionConsumerImpl extends ConnectionConsumerImpl
-
-
Field Summary
-
Fields inherited from class com.swiftmq.jms.v500.ConnectionConsumerImpl
DISPATCH_TOKEN
-
-
Constructor Summary
Constructors Constructor Description TopicConnectionConsumerImpl(ConnectionImpl myConnection, int dispatchId, RequestRegistry requestRegistry, javax.jms.ServerSessionPool serverSessionPool, int maxMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getQueueName()
-
Methods inherited from class com.swiftmq.jms.v500.ConnectionConsumerImpl
close, fillCache, getServerSessionPool, isClosed, processRequest, serviceRequest, setMyDispatchId
-
-
-
-
Constructor Detail
-
TopicConnectionConsumerImpl
public TopicConnectionConsumerImpl(ConnectionImpl myConnection, int dispatchId, RequestRegistry requestRegistry, javax.jms.ServerSessionPool serverSessionPool, int maxMessages)
-
-
Method Detail
-
getQueueName
protected java.lang.String getQueueName()
- Specified by:
getQueueName
in classConnectionConsumerImpl
-
-