[rabbitmq-discuss] resources for designing messaging systems

Shane shane at digitalsanctum.com
Thu Jun 10 15:41:09 BST 2010


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

Some specific questions:

1. How best to handle inter-dependencies between queues and splittling/
aggregating units of work?
2. What are the best practices for managing/monitoring/remediation?

Thanks.


On Jun 9, 10:46 am, Alexis Richardson <ale... at rabbitmq.com> wrote:
> Shane,
>
> Have you checked out some of the blog posts linked to from here?http://www.rabbitmq.com/how.html
>
> In particular the "Rabbits and Warrens post" is useful.
>
> What exactly do you plan to do?
>
> alexis
>
> On Wed, Jun 9, 2010 at 2:12 PM, Shane <sh... at digitalsanctum.com> wrote:
> > I'm new to RabbitMQ/messaging and most of the documentation I see for
> > RabbitMQ has simple direct queue, topic, or fanout designs. I'm
> > interested in more detail on designing something more complex with
> > possibly several publishers and consumers.
>
> > What are some good resources to help with design?
>
> > TIA
> > _______________________________________________
> > rabbitmq-discuss mailing list
> > rabbitmq-disc... at lists.rabbitmq.com
> >http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttp://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list