Rhino ESB does have load balancing, setting the loadBalancerEndpoint on the bus of the subscribers will allow them to receive messages in a load balanced fashion. However, it appears that there are some issues in not receiving all messages when load balancing and with not receiving all reply messages to the load balancer. I also believe (but am not completely sure) that MSMQ is the only supported transport other than Rhino Queues.
On Tue, Jan 18, 2011 at 11:49 AM, Tony <[email protected]> wrote: > My apologies if this has been answered before, but is there a facility > for load balancing the handling of messages in RSB? With NServiceBus > and MassTransit, there is a seperate process called the Distributor > that achieves this. Does RSB have something similar? Also, is there a > way to have RSB use a JMS based broker instead of MSMQ? JMS based > brokers handle load balancing natively just by having multiple > subscribers listen to the same queue. The broker then delivers on a > round-robin basis. No more need for a seperate process and single > point of failure like with the Distributor approach. > > Thanks in advance.... > > -T > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
