Hi Azeez, On Sat, Jun 14, 2008 at 7:36 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote:
> Hi Paul/Eric, > > I have renamed it to dynamicLoadbalance. This name looks better over the former ;-) > > > Eric, I don't think there will be a clash between your improvements and > mine. I will go through your mail and send you a response. I agree with Azeez, and I think it is yet another session affinity LB that has to be implemented with the endpoint LB scheme. > > > Also as per Paul's feedback and suggestions, I am planning to modify the > configuration as shown below. With such a configuration, we can load balance > across multiple groups. Thanks for the feedback and comments. Please keep > them coming. This seems cool from your words, but just for the clarity can you please explain the config language a bit more. failover and algorithm attributes are obvious, but can we have more than one applicationDomain properties and so on?? Thanks, Ruwan > > > <sequence name="main" onError="errorHandler"> > <in> > <send> > <endpoint> > *<dynamicLoadbalance failover="true" > algorithm="roundrobin2"> > <membershipHandler > > class="org.apache.synapse.core.axis2.Axis2LoadBalanceMembershipHandler"> > <property name="applicationDomain" > value="apache.axis2.app.domain"/> > </membershipHandler> > </dynamicLoadbalance>* > </endpoint> > </send> > <drop/> > </in> > <out> > <send/> > </out> > </sequence> > > > Thanks > Azeez > -- Ruwan Linton http://wso2.org - "Oxygenating the Web Services Platform" http://ruwansblog.blogspot.com/
