I have a service which dispatches message to 3 end points. I need to use Weighted Round-Robin in the ratio 5:3:2 in distribution of messages. Does Sonic provide any such facility? Thanks.
No, Sonic ESB does not provide any such feature. You will have to code this in your service.
Thanks
-Mahesh
If these endpoints are ESB processes/services you could set the number of listener threads in the ESB container accordingly.
It is not the same as round robin but might be an alternate solution.
Stefan