Decouple cluster name from name of channel
------------------------------------------
Key: WFLY-5202
URL:
https://issues.jboss.org/browse/WFLY-5202
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 10.0.0.Beta2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 10.0.0.CR1
Currently, JGroups channels are connected using their name as the cluster name. However,
the name of a channel cannot be defined as an expression - which limits the ability to
parameterize a given server configuration. This can improved by adding an optional
"cluster" attribute (which would default to the channel name) that supports
expressions.