I have been working on Mule past couple of months and understand the Mule worker and load balancing if a http endpoint is hit. However, One of the use case is where I have used Salesforce connector and wrote SOQL to get the updates done on any object (let say Account). The issue is when an update is done in the Salesforce Object it brings the update message in all the three workers. This could be handled with some coding at the application side to discard the other two messages but I am looking if there is some out of the box solution where "exactly" one message is received to only one worker instead of all three. Appreciate for your response.
-$achin