How to have Load balanced web services sending messages with nservicebus to multiple subscribers ?
Posted
by Mrt
on Stack Overflow
See other posts from Stack Overflow
or by Mrt
Published on 2010-05-20T02:21:19Z
Indexed on
2010/05/20
7:00 UTC
Read the original article
Hit count: 238
nservicebus-distributor
|nservicebus
I have load balanced web servers, that with the existing code base, handles when a user logs into the site. I would like to send a broadcast message to any applications that have subscribed saying 'hey x logged in' ? So have many web servers and many applications subscribing.
How does discovery work/configuration work with nservicebus ? Should each application know about each web server and subscribe individually or is this where the distributer comes in, so web servers all send to the 1 distributer and all application subscribe to single distributer and the distributer relays the message ?
I've tried to research this, but having troubles.
Thanks
MrT
© Stack Overflow or respective owner