]
Paul Ferraro closed WFLY-8416.
------------------------------
Resolution: Duplicate Issue
Duplicate of WFLY-9271.
Create BroadcastEndpoint implementation using WF clustering API
---------------------------------------------------------------
Key: WFLY-8416
URL:
https://issues.jboss.org/browse/WFLY-8416
Project: WildFly
Issue Type: Task
Components: Clustering, JMS
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 12.0.0.Alpha1
The upgrade to JGroups 4.0 will break the JGroups BroadcastEndpoint implementation in
ActiveMQ Artemis (which uses JGroups 3.x). JGroups is only used to broadcast/receive a
byte[] to the cluster. This can be easily implemented using the WildFly clustering API.
Such an implementation will simplify the transition to JGroups 4.0 and future-proof
WildFly from any new API breakage as well as abstract away concepts like fork channels,
etc.