[jboss-user] [JBoss Cache: Core Edition] - Re: Delay before synchronize cache between nodes

tgco do-not-reply at jboss.com
Thu Apr 30 06:22:56 EDT 2009


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 >

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227827#4227827

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227827



More information about the jboss-user mailing list