3 Replies Latest reply on May 5, 2009 6:04 AM by manik

    Delay before synchronize cache between nodes

    tgco

      Is it possible to wait before synchronize cache between nodes?

        • 1. Re: Delay before synchronize cache between nodes
          tgco

          Finally I found out how to configure Jboss cache. If someone has the same proble here it is:
          <!--
          Specifies the time in milliseconds for elements from the replication queue to be replicated.
          -->
          10000
          <!--
          Specifies whether or not to use a replication queue (true/false).
          This attribute applies to synchronous replication mode only (i.e., CacheMode attribute is REPL_ASYNC).
          -->
          true
          <!--
          Specifies the maximum number of elements in the replication queue until replication kicks in.
          -->
          100

          • 2. Re: Delay before synchronize cache between nodes
            tgco

            Finally I found out how to configure Jboss cache. If someone has the same proble here it is:
            <!--
            Specifies the time in milliseconds for elements from the replication queue to be replicated.
            -->
            < attribute name="ReplQueueInterval">10000< /attribute>
            <!--
            Specifies whether or not to use a replication queue (true/false).
            This attribute applies to synchronous replication mode only (i.e., CacheMode attribute is REPL_ASYNC).
            -->
            < attribute name="UseReplQueue">true< /attribute >
            <!--
            Specifies the maximum number of elements in the replication queue until replication kicks in.
            -->
            < attribute name="ReplQueueMaxElements">100< /attribute >

            • 3. Re: Delay before synchronize cache between nodes
              manik

              Use the code button when posting XML - makes things much more readable. :-)