public abstract class AMQConsumerBrokerExchange extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AMQSession |
amqSession |
| Constructor and Description |
|---|
AMQConsumerBrokerExchange(AMQSession amqSession) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
acknowledge(org.apache.activemq.command.MessageAck ack) |
abstract void |
processMessagePull(org.apache.activemq.command.MessagePull messagePull) |
abstract void |
removeConsumer() |
abstract void |
updateConsumerPrefetchSize(int prefetch) |
protected final AMQSession amqSession
public AMQConsumerBrokerExchange(AMQSession amqSession)
public abstract void acknowledge(org.apache.activemq.command.MessageAck ack)
throws Exception
Exceptionpublic abstract void processMessagePull(org.apache.activemq.command.MessagePull messagePull)
throws Exception
Exceptionpublic abstract void updateConsumerPrefetchSize(int prefetch)
Copyright © 2020 The Apache Software Foundation. All rights reserved.