Class TopicConsumer
java.lang.Object
com.swiftmq.impl.jms.standard.v630.Consumer
com.swiftmq.impl.jms.standard.v630.TopicConsumer
- All Implemented Interfaces:
TransactionFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected intprotected com.swiftmq.jms.TopicImplprotected com.swiftmq.swiftlet.topic.TopicManagerFields inherited from class com.swiftmq.impl.jms.standard.v630.Consumer
clientDispatchId, clientListenerId, ctx, hasListener, markedForClose, messageProcessor, readTransaction, receiver, selector, transaction -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTopicConsumer(SessionContext ctx, com.swiftmq.jms.TopicImpl topic, String selector, boolean noLocal) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclose()protected booleanprotected voidsetAutoCommit(boolean autoCommit) toString()Methods inherited from class com.swiftmq.impl.jms.standard.v630.Consumer
createDuplicateTransaction, createReadTransaction, createTransaction, getClientDispatchId, getClientListenerId, getMessageProcessor, getReadTransaction, getSelector, getTransaction, hasListener, isMarkedForClose, markForClose, removeMessageListener, setMessageListener, setQueueReceiver, setSelector
-
Field Details
-
topicManager
protected com.swiftmq.swiftlet.topic.TopicManager topicManager -
topic
protected com.swiftmq.jms.TopicImpl topic -
subscriberId
protected int subscriberId -
queueName
-
-
Constructor Details
-
TopicConsumer
protected TopicConsumer(SessionContext ctx, com.swiftmq.jms.TopicImpl topic, String selector, boolean noLocal) throws Exception - Throws:
Exception
-
-
Method Details