[rabbitmq-discuss] rabbitmq java client keeps pulling data?
Michael Klishin
michael at rabbitmq.com
Fri Sep 19 10:47:19 BST 2014
Tutorial 2 answers this.
MK
> On 19/9/2014, at 13:30, DeepNightTwo <DeepNightTwo at gmail.com> wrote:
>
> 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?
More information about the rabbitmq-discuss
mailing list