Class AMQConsumerBrokerExchange

    • Field Detail

      • amqSession

        protected final AMQSession amqSession
    • Constructor Detail

      • AMQConsumerBrokerExchange

        public AMQConsumerBrokerExchange​(AMQSession amqSession)
    • Method Detail

      • acknowledge

        public abstract void acknowledge​(org.apache.activemq.command.MessageAck ack)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • processMessagePull

        public abstract void processMessagePull​(org.apache.activemq.command.MessagePull messagePull)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeConsumer

        public abstract void removeConsumer()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateConsumerPrefetchSize

        public abstract void updateConsumerPrefetchSize​(int prefetch)