pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Broadcast model #213

Closed PeterKottas closed 7 years ago

PeterKottas commented 7 years ago

Hey mate, again one from the series of my annoying questions :p I am using publish/subscribe model which, if I understand it correctly if you have 1 publisher and N subscribers, only one of them will get the message. Do you have something like broadcast model when all N would get the update? Or is it something I could do with config? Thanks

pardahlman commented 7 years ago

Heya! Not annoying at all. Yes, it works, you can read about it here: http://rawrabbit.readthedocs.io/en/master/Multiple-Subscribers-for-Messages.html

PeterKottas commented 7 years ago

Perfect, I though it will be simple. Looks good, I'll give it a shot and let you know if I have any problems. Thanks!

PeterKottas commented 7 years ago

No problems indeed. Works like a charm as usual (after some persuasion :D )