[rabbitmq-discuss] How to custom model "Publish and Subscribe"

Jason McIntosh mcintoshj at gmail.com
Thu Feb 27 17:46:43 GMT 2014


Use 3 queues and a fanout exchange or direct exchange with the same routing
key bound to those queues.  A message on a queue will only go to a single
consumer.

Jason


On Thu, Feb 27, 2014 at 11:39 AM, Trần Đức Thông <humg.thongit at gmail.com>wrote:

> Hi all.
>
> I am using RabbitMQ.Net to do build demo on model Publish and Subscribe.
>
> I am want to custom model "Publish and Subscribe" is same image after.
>
>
> <https://lh5.googleusercontent.com/-gekQnouIyic/Uw93JLQpcZI/AAAAAAAAAQM/_FfwhJAcpmM/s1600/direct-exchange.png>
> Producer create message -> send to an Exchange with routing key -> message
> into queue with same routing key.
>
> In queue Q1 have 3 Consumer received message and 3 consumer will
> received the same message.
>
> I am building application on C#.
>
> Pls help me.
>
> Thanks!
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>


-- 
Jason McIntosh
https://github.com/jasonmcintosh/
573-424-7612
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140227/7568eebc/attachment.html>


More information about the rabbitmq-discuss mailing list