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]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
