[rabbitmq-discuss] Architecture for Handling Orders

Simon MacMullen simon at rabbitmq.com
Thu Oct 20 10:12:30 BST 2011


On 19/10/2011 5:37AM, Phillip Smith wrote:
> Do those with more experience than me agree that a Topic Exchange is
> the "correct" way to do this?  Is there anything I'm missing or is it
> really this easy? ;)

 From what I can see you don't even need a topic exchange, it looks like 
all the messages will go to all the queues anyway, so you could use a 
fanout exchange. But a topic exchange would allow for more flexibility 
in the future.

Cheers, Simon


More information about the rabbitmq-discuss mailing list