Uses of Class
org.springframework.amqp.rabbit.listener.BlockingQueueConsumer

Packages that use BlockingQueueConsumer
org.springframework.amqp.rabbit.listener   
 

Uses of BlockingQueueConsumer in org.springframework.amqp.rabbit.listener
 

Methods in org.springframework.amqp.rabbit.listener that return BlockingQueueConsumer
protected  BlockingQueueConsumer SimpleMessageListenerContainer.createBlockingQueueConsumer()
           
 

Constructor parameters in org.springframework.amqp.rabbit.listener with type arguments of type BlockingQueueConsumer
BlockingQueueConsumer(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, boolean defaultRequeueRejected, java.lang.String... queues)
          Create a consumer.
BlockingQueueConsumer(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, java.lang.String... queues)
          Create a consumer.
 



Copyright © 2012. All Rights Reserved.