I have 4 static agents: 100,101,102,103.
and i want to make ring strategy for order from 100-> 103.
when i use Linear Strategy i always ring first agent(100). but if 100 busy it will ring to 100 in order.
I want 100 ring and then 101 and then 102, and 103 as order.
I am using Linear Strategy...