<div dir="ltr"><div> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;">QueueingConsumer consumer = new QueueingConsumer(channel); <br>channel.basicConsume("queue1", consumer); <br>channel.basicConsume("queue3", consumer);</blockquote><div><br></div><div><span style="color: rgb(0, 0, 0); line-height: 17.804800033569336px;"><font face="arial, sans-serif" size="2">Is it possible to stop consuming the messages from the queue "queue3" alone dynamically?</font></span> </div></div>