Regarding EmpConnector for event Subscription from salesforce event bus

Hi Experts,

We are working on webMethods 9.9 cluster environment and our requirement is to subscribe events from salesforce event bus.
To connect to salesforce event bus, we have created a Java service in webMethods. The service is working fine and we can read the messages successfully.
My concern is when we are enabling the Lister on both IS nodes present in the cluster environment, we are getting duplicate events from salesforce. Can someone please assist me on how I can avoid listening events twice?

Thanks in advance.

Hi @Nivedita_Kathal3,

Are you able to share the code/package you used to develop this?
We’ve been trying to get the EMPConnector working and could only manage the java service to execute once and not ongoing.