Hi,
We are trying to upgrade from JGroups 4.2.26 to JGroups 5.4.6. In JGroups 4 we used the following attributes for UDP protocol with a custom diagnostics port.
<UDP
bind_addr="${jgroups.bind_addr}"
mcast_port="<port1>"
bind_port="<port2>"
port_range="100"
diagnostics_port="<port3>"
/>
But the same UDP protocol definition in JGroups 5 gives following error.
java.lang.IllegalArgumentException: JGRP000001: configuration error: the following properties in UDP are not recognized: {diagnostics_port=
port3}
Please suggest the right way to configure a custom diagnostics_port in JGroups 5.