[rabbitmq-discuss] Pika and multi-threading
Gavin M. Roy
gmr at myyearbook.com
Wed Feb 23 15:37:18 GMT 2011
2011/2/23 Denis Conan <Denis.Conan at telecom-sudparis.eu>
> Le 23/02/2011 16:28, Gavin M. Roy a écrit :
>
>> The one for the treatment of delivered messages that was registered in a
>> basic_consume.
>>
>
Not sure of the use case for that, does channel.basic_cancel() not do what
you want?
def basic_cancel(self, consumer_tag, nowait=False, callback=None):
Pass in the consumer tag to cancel a basic_consume request with. The
consumer_tag is optionally passed to basic_consume as a parameter and
it is always returned by the Basic.ConsumeOk frame. For more
information see:
http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.cancel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110223/933ee1ab/attachment.htm>
More information about the rabbitmq-discuss
mailing list