[
https://issues.jboss.org/browse/WFLY-6166?page=com.atlassian.jira.plugin....
]
Paul Ferraro edited comment on WFLY-6166 at 2/10/16 6:28 PM:
-------------------------------------------------------------
The value specified by
org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition.Attribute#DEFAULT_CHANNEL
is used as the default value of the jgroups-stack attribute - not the jgroups-channel
attribute. DEFAULT_CHANNEL defines the default ChannelFactory for the server, thus the
jgroups-stack attribute is a model reference that identifies the target ChannelFactory.
The jgroups-channel attribute returns the name with which to create the channel from the
ChannelFactory, i.e. the name passed to the ChannelFactory.createChannel(...) method.
Before you say it - yes, the names are confusing, hence WFLY-5459.
was (Author: pferraro):
The value specified by
org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition.Attribute#DEFAULT_CHANNEL
is used as the default value of the jgroups-stack attribute - not the jgroups-channel
attribute. DEFAULT_CHANNEL defines the default ChannelFactory for the server, thus the
jgroups-stack attribute is a model reference that identifies the target ChannelFactory.
The jgroups-channel attribute returns the name with which to create the channel from the
ChannelFactory, i.e. the name passed to the ChannelFactory.createChannel(...) method.
Before you say it - yes, the names are confusing, hence
https://issues.jboss.org/browse/WFLY-5459.
jgroups-channel attribute should allow expressions.
---------------------------------------------------
Key: WFLY-6166
URL:
https://issues.jboss.org/browse/WFLY-6166
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Paul Ferraro
Assignee: Jeff Mesnil
Contrary to the amended title of WFLY-5458, jgroups-channel is not a model reference and
should therefore allow expressions.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)