[rabbitmq-discuss] rabbitmq java client keeps pulling data?
Michael Klishin
mklishin at pivotal.io
Fri Sep 19 10:58:59 BST 2014
On 19 September 2014 at 13:31:48, 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
Also, I've noticed this is posted to rabbitmq-discuss. rabbitmq-discuss
is the legacy list that has been deprecated in late July. It will be
discontinued on Oct 1st.
Please start all new discussions on rabbitmq-users:
https://groups.google.com/forum/#!forum/rabbitmq-users
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list