[rabbitmq-discuss] Help on RPC and Asynchronous Communication

mohammed zubeir zubeir.goku at gmail.com
Tue Feb 14 11:03:04 GMT 2012


Hi,

I am developing a python web crawler using RabbitMQ. The server sends list
of urls to be crawled to client and he will send the results after
crawling. My problem is that when client is processing the request and it
dies suddenly all the information abt the request is lost. i.e. rabbitmq
removes the message from queue when client takes a request. I want it to be
relaible. Even if the client dies message should be available in message
queue which can be allocated to some other client. *


I am doing crawling using RPC. I am using pika.blockingConnection. I want
to do the communication asynchronously* instead of blocking connection. It
would be better if you provide an example of Asynchronous communication
using RPC on rabbitmq website.


Thanks for UR help.



Hoping for a positive response on this issue.


-- 
*
*
*
*
*
*
*---------------------------------------*
Mohammed Zubeir.A.
AkaTsuKi
*---------------------------------------*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120214/324529d3/attachment.htm>


More information about the rabbitmq-discuss mailing list