[rabbitmq-discuss] basicAck

cw storm cwstorm at gmail.com
Tue Feb 11 18:43:35 GMT 2014


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".


On Tue, Feb 11, 2014 at 11:45 AM, Michael Klishin <
michael.s.klishin at gmail.com> wrote:

>
> 2014-02-11 20:43 GMT+04:00 cw storm <cwstorm at gmail.com>:
>
> 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?
>
>
> Define "downstream service"?
>
> You can only ack deliveries on the same channel.
> --
> MK
>
> http://github.com/michaelklishin
> http://twitter.com/michaelklishin
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140211/4b9d5d2a/attachment.html>


More information about the rabbitmq-discuss mailing list