Package com.swiftmq.jms.v750
Class TopicConnectionConsumerImpl
- java.lang.Object
-
- com.swiftmq.jms.v750.ConnectionConsumerImpl
-
- com.swiftmq.jms.v750.TopicConnectionConsumerImpl
-
- All Implemented Interfaces:
Recreatable,RequestRetryValidator,RequestService,jakarta.jms.ConnectionConsumer
public class TopicConnectionConsumerImpl extends ConnectionConsumerImpl implements Recreatable
-
-
Field Summary
-
Fields inherited from class com.swiftmq.jms.v750.ConnectionConsumerImpl
DISPATCH_TOKEN
-
-
Constructor Summary
Constructors Constructor Description TopicConnectionConsumerImpl(ConnectionImpl myConnection, int dispatchId, RequestRegistry requestRegistry, jakarta.jms.ServerSessionPool serverSessionPool, int maxMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetQueueName()java.util.ListgetRecreatables()RequestgetRecreateRequest()voidsetRecreateReply(Reply reply)-
Methods inherited from class com.swiftmq.jms.v750.ConnectionConsumerImpl
close, getServerSessionPool, isClosed, isDuplicate, markInProgress, processRequest, removeFromDuplicateLog, serviceRequest, setMyDispatchId, setResetInProgress, unmarkInProgress, validate
-
-
-
-
Constructor Detail
-
TopicConnectionConsumerImpl
public TopicConnectionConsumerImpl(ConnectionImpl myConnection, int dispatchId, RequestRegistry requestRegistry, jakarta.jms.ServerSessionPool serverSessionPool, int maxMessages)
-
-
Method Detail
-
getRecreateRequest
public Request getRecreateRequest()
- Specified by:
getRecreateRequestin interfaceRecreatable
-
setRecreateReply
public void setRecreateReply(Reply reply)
- Specified by:
setRecreateReplyin interfaceRecreatable
-
getRecreatables
public java.util.List getRecreatables()
- Specified by:
getRecreatablesin interfaceRecreatable
-
getQueueName
protected java.lang.String getQueueName()
- Specified by:
getQueueNamein classConnectionConsumerImpl
-
-