Class QueueConsumer
- java.lang.Object
-
- com.swiftmq.impl.jms.standard.v400.Consumer
-
- com.swiftmq.impl.jms.standard.v400.QueueConsumer
-
- All Implemented Interfaces:
TransactionFactory
public class QueueConsumer extends Consumer
-
-
Field Summary
-
Fields inherited from class com.swiftmq.impl.jms.standard.v400.Consumer
clientDispatchId, clientListenerId, ctx, hasListener, markedForClose, messageProcessor, readTransaction, receiver, selector, transaction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
QueueConsumer(SessionContext ctx, java.lang.String queueName, java.lang.String selector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.swiftmq.impl.jms.standard.v400.Consumer
close, createReadTransaction, createTransaction, getClientDispatchId, getClientListenerId, getMessageProcessor, getReadTransaction, getSelector, getTransaction, hasListener, isAutoCommit, isMarkedForClose, markForClose, removeMessageListener, setMessageListener, setQueueReceiver, setSelector
-
-
-
-
Constructor Detail
-
QueueConsumer
protected QueueConsumer(SessionContext ctx, java.lang.String queueName, java.lang.String selector) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-