Code(s) of the UniBroker node(s) that are going to be monitored by the JavaMelody service.
The following rules must be followed while setting the property:
- Batch node codes must be listed first;
- Real-time node codes must be listed second;
- Batch and real-time node codes must be separated by a semicolon sign (;). On the user interface, batch and real-time nodes are already separated by being indicated in the different textboxes. For this reason, there is no need to use a semicolon sign for separation;
- Node codes within a group (batch or real-time) must be separated by a comma sign (,);
- Code(s) of the master node(s) must be followed by an asterisk sign (*), otherwise, the first node in the list is identified as a master node.
For example:
unipay.system.node-codes=1,2*,3;1,4,5, where
- 1 is both batch and real-time backup node;
- 2 is a batch master node;
- 3 is a batch backup node;
- 4 and 5 are real-time backup nodes.
To apply changes in the node codes, you must restart Camel via the Job Object form on the System perspective.