Subscribing to a JMS topic from a clustered IS

Hi all,

I have a requirement to subscribe to a JMS Topic. My IS is clustered and, when I deploy my package, both nodes in the cluster are picking up each message posted to the topic resulting in each message being processed twice. Is there any way to avoid this?

Thanks,

Allan

Refer to the Integration Server JMS Client Developer’s Guide. There is a chapter named “Consuming Messages Concurrently in a Load-Balanced Fashion.”

Just what I needed. Thanks!

State sharing should be ON