[rabbitmq-discuss] resources for designing messaging systems
Matthias Radestock
matthias at rabbitmq.com
Thu Jun 17 11:48:53 BST 2010
Shane,
On 10/06/10 15:41, Shane wrote:
> I guess what I'm looking for are code examples for complete apps so I
> can get a better idea of the best way to apply exchanges/queues.
>
> I'm working to port a legacy system of batches to use RabbitMQ. The
> batches run in a continuous loop and use a database as a state machine
> to determine what jobs to run and which data to use. There are
> dependencies between some of the batches (one cannot run until one or
> more others complete).
Have you looked at celery (http://celeryproject.org/)? Not only is it an
example of a complete rabbit app, it also is in a domain similar to what
you are trying to accomplish.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list