I'm looking into Rhino Service Bus for a project instead of using commercial NServiceBus (which I know from my workplace).
In NServiceBus there's the concept of a distributor, which load balances tasks between server automatically to allow scale up. I searched and found a similar question about RSB, but with no example on how to actually implement it. RSB is a bit short in documentation (they have example projects on GitHub, but non with such example).
Does anyone know how to implement load balancing in RSB? or have any link to an article about it?
Thanks