Steps to switch from Multicast IP to JMS Messaging:
- Stop all Manager Nodes and Worker Nodes in the cluster.
- From the cluster shared folder path, take a backup of the existing spserver.properties file which exists in the ‘conf’ folder.
- Open original spserver.properties in text editor and make the following changes:
3.1. Make sure cluster.multicast.group.address property does not contain any value. Delete existing IP address, which is ‘224.0.0.224' by default for this property.
3.2. Delete the value for property cluster.multicast.port, which is 5000 by default.
3.3. Add the following property in this file in a new line:
cluster.jms.port=3308
Note: 3308 is a default port for JMS communication. Make sure you have this port opened in Firewall settings and no other application is using this port. Otherwise, use any other available port on the machine.
3.4. After this change, these mentioned settings from spserver.properties should look like the those highlighted in the red rectangle in the attached screen shot (File: Switching_to_JMS_from_Multicast.PNG)
3.5. Save the file.
4. Restart all Manager nodes and Worker Nodes.
5. Browse the ‘nodes’ url and verify it shows all the nodes in the cluster.