The old post was pointing out that the IS clustering facilities 1) didn’t do as much as most people thought; 2) weren’t needed in many situations.
There are more IS facilities that are now IS cluster aware so using IS clustering will be more prevalent.
The key points are that one should fully understand what IS clustering does and does not do and if you can do what’s necessary without it you can avoid the additional moving parts/configuration.
A load-balancing cluster for IS is a good way to go, with or without IS clustering. It provides scalability and a level of HA.
For IS failover, it’s pretty much relegated to the client noticing that the interaction with IS failed and trying again. If an IS instance fails, then the LB device will notice and route connections to the other instances. If duplicate transactions must be avoided, then a scheme to detect them and deal with them must be put into place.
For Broker, HA is provided using OS clustering in active/passive mode. Scalability is provided via bigger hardware capacity or by partitioning things using multiple brokers in a territory.
HTH.
#webMethods#webMethods-General#Integration-Server-and-ESB#webMethods-Architecture