Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7842

Infinispan replication configuration via jboss-web.xml

XMLWordPrintable

    • Documentation (Ref Guide, User Guide, etc.), Release Notes, Compatibility/Configuration

      Make the typical distributed cache configurations configurable via jboss-web.xml; don't force users to go to a separate Infinispan configuration file.

      The typical configurations are:

      1) synchronous or async (perhaps a better term? async == fire and forget)
      2) total replication or not?
      3) if "not", number of backup copies.

      Potentially 2 and 3 could be combined into a numbackups param:

      -1 == total replication (i.e. unlimited)
      0 == cache is in local mode
      > 0 = DIST w/ numbackups + 1 copies.

              pferraro@redhat.com Paul Ferraro
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: