This method sends the passed message to clients connected to other server peer nodes in the cluster. If you are using broadcast cluster-messaging-routing mode, the message is broadcast through the cluster. If you are using the server-to-server mode, the message is sent only to servers from which we have received a matching subscription request.
@param message The Message to push to peer server nodes in the cluster.
@param evalSelector true to evaluate each remote subscriber's selector before pushingthe message to them; false to skip selector evaluation.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.