There is some confusion around this topic.
There is no such active/active cluster solution at all, however in version 8 a new feature for JMS client is available. The client keeps information on several Broker servers and apply different load balance policies.
Therefore the JMS clustering is implemented on “client” side, and is only available for JMS.
The parts of wM which work with native Broker will not have this.
This is explained on http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuite8_ga/Broker_and_JMS/8-0-SP1_Administering_Broker.pdf page 34.
The different policies you can configure for the clients are explained on page 392.
You can have several Brokers in active/passive ( The so called HA ), and have JMS clients with clustering enabled.
However is true ( only for JMS without XA and not native Broker ), if you only make use of JMS and they have policy Multisend Best Effort, you can achieve somehow a active/active solution. Keep in mind this policy is not free… it has a cost of publish to all brokers so probably will slow down throughput.
Hope this clarifies.
#Integration-Server-and-ESB#Universal-Messaging-Broker#webMethods#broker