[rabbitmq-discuss] rabbitmq java client keeps pulling data?

DeepNightTwo DeepNightTwo at gmail.com
Fri Sep 19 10:30:34 BST 2014


Do you mean I need to use manual ack to make basicQos work? I did use autoack
in previous use case :

channel.basicConsume(queueName, true, consumer); 


So if I use 

channel.basicConsume(queueName, false, consumer);  

and ack it after the message is proceed. BasicQos would works, right?



--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/rabbitmq-java-client-keeps-pulling-data-tp37080p37086.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list