Hi, Yes, you can use basicCancel for a specific consumer. See here: https://www.rabbitmq.com/amqp-0-9-1-quickref.html
Regards, Alvaro On Mon, Apr 28, 2014 at 9:30 AM, Subshiri S <[email protected]> wrote: > >> >> QueueingConsumer consumer = new QueueingConsumer(channel); >> channel.basicConsume("queue1", consumer); >> channel.basicConsume("queue3", consumer); > > > Is it possible to stop consuming the messages from the queue "queue3" alone > dynamically? > > _______________________________________________ > rabbitmq-discuss mailing list > [email protected] > https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss > -- You received this message because you are subscribed to the Google Groups "rabbitmq-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rabbitmq-discuss. For more options, visit https://groups.google.com/d/optout.
