[rabbitmq-discuss] How to instantiate process from Rabbitmq?

Marek Majkowski majek04 at gmail.com
Tue Jan 18 11:48:33 GMT 2011


On Tue, Jan 18, 2011 at 04:59, sam_mis <sameek at arosys.com> wrote:
> I want to instantiate  process as a message arrives in Rabbitmq queue.
> how can i do this?

You write another program that sits on the queue and when message
arrives it starts your process.

You can start with this snippet:
https://github.com/rabbitmq/rabbitmq-tutorials/blob/master/python/receive.py

Cheers,
  Marek


More information about the rabbitmq-discuss mailing list