<div dir="ltr">I think you might already have answered my concern. �I have another service that performs the "basicConsume" on the queue. �In the callback service, the "handleDelivery" invokes another service on the client. �I'm passing the "channel" object and "deliveryTag" in the pipeline to that invoking service. �That invoking service will issue the "basicAck" when it's done processing. �However, it's not working. �I'm thinking that the channel has been lost because it spawn a separate thread when invoking the service in the "handleDelivery".</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 11, 2014 at 11:45 AM, Michael Klishin <span dir="ltr"><<a href="mailto:michael.s.klishin@gmail.com" target="_blank">michael.s.klishin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-02-11 20:43 GMT+04:00 cw storm <span dir="ltr"><<a href="mailto:cwstorm@gmail.com" target="_blank">cwstorm@gmail.com</a>></span>:<div class="">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I've created a service that'll perform the "basicAck" method. �The input signature are the "channel" object and "deliveryTag". �Is it possible to ack a message from the downstream service?</blockquote>


</div></div><br>Define "downstream service"?</div><div class="gmail_extra"><br><div>You can only ack deliveries on the same channel.</div><span class="HOEnZb"><font color="#888888">-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>


<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</font></span></div></div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>