]
Ramesh Reddy updated TEIID-5138:
--------------------------------
Fix Version/s: 10.1
JGroups Channel creation in domain mode is invalid
--------------------------------------------------
Key: TEIID-5138
URL:
https://issues.jboss.org/browse/TEIID-5138
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 10.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Critical
Fix For: 10.1
In domain mode configuration where the JGroups channel is configured, it is configured to
be used as a separate channel where it would require separate protocol stack, which is
also discouraged form. The suggested configuration is to create a forked channel as
{code}
<channel name="ee" stack="udp" cluster="ejb">
<fork name="teiid-cluster"/>
</channel>
{code}