On Fri, May 16, 2008 at 11:53 AM, navigator09 <[EMAIL PROTECTED]> wrote:
>
> Gavlin,
>
> I am looking for a clustering senario where the total load on any of the
> servicemix instance will be equally shared by all instances in the cluster.
> From your reply I can make out that using the JMSFlow the clustered
> configuration will behave differently.But will it equally share the burden?
> or if not wat alogoritham does it implement?

To achieve a load-balancing scenario across ServiceMix instances,
typically we recommend using JMS semantics. That is, use the
servicemix-jms component on each ServiceMix instance to register a
consumer on the same queue. Then it's the JMS broker's job to load
balance across the consumers on the queue. This is essentially how the
JMS point-to-point messaging domain works as per the JMS spec.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to