-
Enhancement
-
Resolution: Done
-
Critical
-
3.6.0.Final
-
None
JGroups 3.4.1 adds the ability to create a fork channel off of another channel. ModeShape can do this by creating a fork channel (with our own protocol stack) off the Infinispan Cache's channel:
JGroupsTransport transport=(JGroupsTransport)cache.getAdvancedCache().getRpcManager().getTransport(); Channel main_ch=transport.getChannel();
ModeShape should add the appropriate protocols (generally multicast if available) and then use this forked channel for ModeShape events. The "clustering" section of the ModeShape configuration file can then be removed.