We have done a similar implementation in one of our projects using the webMethods JMS Adapter and I presume that it can be extended to the MQ Adapter as well.When you create an Adapter notification for the MQ Adapter to listen for incoming messages in the MQ queue, an Adapter listener service and a publishable document is created. The adapter listener service can be seen from the webMethods Administrator console under the MQAdapter connection/polling notifications (For JMS Adapter it was JMSAdapter connection/polling notifications). JMS Adapter 6.1 guide says that the JMS notifications are not cluster enabled.To avoid duplicate document processing enable the Adapter listener on only one of the IS servers in the cluster. If you have a broker configured, the document(s) are published to the broker and the messages can the received and processed by any one or both of the servers in the cluster. You have to have a subscribing service and a trigger on both of the IS servers in the cluster to process the received document. If the broker is not configured the documents are published to only the IS server in the cluster where the Adapter listener is enabled and all the documents will be processed by that IS server itself.
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods