How to route to specific message processor ?

apprecite your response @dchiesa1 
i have 4 message processor (mp1,mp2,mp3,mp4) and 2 organization(x,y)
and i want to routeing in organization x be from mp1,mp2
and routing from organization y be from mp3,mp4
i need a solution for this
thanks

1 1 70
1 REPLY 1

AFAIK, routers works in round robin manner and send request to MP's which are responding for heart-beat

I think you can use combination of environments that are attached to to orgs and pods in that org, and than you can unassign mp1,2 from env(and org that holding this env) X and mp3,4 from env(and org that holding this env) Y, so in this case all requests to ENV in org X (via virtual host) will go only for two MP's that attached to this env, and not to two others. I suggest you consult support via ticket to make sure this is good for your specific needs