1 Reply Latest reply on Jan 2, 2013 9:36 AM by rhusar

    What is the "cluster" cache container for ?

    mylos78

      Hi all,

      I'm configuring my first AS 7 cluster. I can see that besides the "web" and "ejb" cache container, there is also a "cluster" cache container which uses synchronous replication.

       

              <cache-container name="cluster" aliases="ha-partition" default-cache="default">
                  <transport lock-timeout="60000"/>
                  <replicated-cache name="default" mode="SYNC" batching="true">
                      <locking isolation="REPEATABLE_READ"/>
                  </replicated-cache>
              </cache-container>

      I wonder which services are bound to this cache so that I can fine tune it if my services require a different type of cache configuration.

      Thanks

      Mylos