Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2079

Use JGroups fork channel for all events

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Critical
    • 4.0.0.Alpha1
    • 3.6.0.Final
    • Clustering
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              hchiorean Horia Chiorean (Inactive)
              rhauch Randall Hauch (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: