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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to