Make jgroups protocols support indexed adds
-------------------------------------------
Key: WFLY-4723
URL:
https://issues.jboss.org/browse/WFLY-4723
Project: WildFly
Issue Type: Feature Request
Components: Domain Management
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 10.0.0.Alpha3
With the work done on WFCORE-401 it is important that if a protocol is added to a master
that it appears in the correct location on the slave when the slave reconnects. This is
made possible by the indexed adds introduced by WFCORE-598. If not set up as ordered
children, a new protocol added to the middle of a stack would appear at the end, which is
not what we want