Hi all,
Currently we are connecting to WebMethods system from SAP PI using the JMS adapter for many of our scenarios. The settings we use to connect to the WM system is given below,
All the interfaces are working perfectly with these settings in the current landscape. Now, the WebMethods team wants to do some improvement in handling their servers and want to re-look the way we are posting messages into the JMS queues. The proposal is that they want PI to connect to their JMS queues using a ClusterConnectionFactory, which on my understanding is that they would be providing multiple servers for a single queue and the data in the runtime should be posted based on the load to the lesser loaded servers. However, i did not understand how this should be implemented from the PI front. All that i have received from the WebMethods team is a couple of JAR files that needs to be deployed to implement the Cluster configuration.
Can anyone tell me what additional parameters i should be changing after i deploy the JAR files in SAP PI for ClusterConnectionFactory settings. Any insights on this connection method would be appreciated as i have little idea on how these things work.