Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | JMS Policy Based Client-Side Clustering | Cluster Load Balancing Policies | How Does the Multisend Best Effort Policy Work? | Defining the Maximum Number of Receiving Brokers in a Cluster
 
Defining the Maximum Number of Receiving Brokers in a Cluster
You can define the maximum number of recipient Brokers while defining the multisend best effort cluster connection factory. If you set the maximum limit to n, the client sends the message to exactly n Brokers. If the number of available Brokers is less than n, the message will be sent to all the available Brokers. Message sending will fail only when the message cannot be sent to any Broker in the cluster. For more information about defining the maximum number of receiving Brokers, see "Managing Cluster Connection Factories" in the guide Administering webMethods Broker.
Note:
The option to select the maximum limit is optional. If you do not configure the maximum limit, the multisend best-effort policy will continue to send messages to as many Brokers in the cluster connection factory as possible.