Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1250

Quality of service properties per message

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 3.0.2, 3.1
    • None
    • None
    • 0
    • 0% 0%

    Description

      JGroups already has the ability to bypass certain protocols, e.g. NO_FC set in a message bypasses any flow control layer.

      It would be nice to do this for other protocols, too, e.g. SEQUENCER, but this needs to be done in a generic fashion.

      What should be done is to use properties, e.g. +reliable-mcast, -frag, +flowcontrol, -bundling etc. Based on these flags, each protocol decides whether to handle (or not) a message. The properties should not take up any space in a message if not set.

      This can probably be generalized, ie. by annotating a protocol with the props it provides, e.g. @Reliable @ReliableUnicast UNICAST, and by having code which matches the flags in a message and decides whether or not to process the message.

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            rhn-engineering-bban Bela Ban
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: