Here's our jboss config props (replSync-service.xml):

        <!-- JGroups protocol stack properties. Can also be a URL,
             e.g. file:/home/bela/default.xml
           
        -->

        
            
                <!-- UDP: if you have a multihomed machine,
                set the bind_addr attribute to the appropriate NIC IP address, 
e.g bind_addr="192.168.0.2"
                -->
                <!-- UDP: On Windows machines, because of the media sense 
feature
                 being broken with multicast (even after disabling media sense)
                 set the loopback attribute to true -->
                <!--UDP mcast_addr="228.1.2.3" mcast_port="48866"-->
                <UDP mcast_addr="229.1.2.3" mcast_port="45566"
                    ip_ttl="32" ip_mcast="true"
                    mcast_send_buf_size="10000000" 
mcast_recv_buf_size="10000000"
                    ucast_send_buf_size="10000000" 
ucast_recv_buf_size="10000000"
                    max_bundle_size="64000"
                    max_bundle_timeout="30"
           use_incoming_packet_handler="false"
           use_outgoing_packet_handler="true"
                    loopback="false"
           />
                <PING timeout="2000" down_thread="false" 
num_initial_members="3"/>
           <MERGE2 max_interval="10000" down_thread="false" 
min_interval="5000"/>
           <FD_SOCK down_thread="false"/>
           <VERIFY_SUSPECT timeout="1500" down_thread="false"/>
           <pbcast.NAKACK max_xmit_size="60000" down_thread="false" 
use_mcast_xmit="true" gc_lag="50" retransmit_timeout="300,600,1200,2400,4800"/>
           <UNICAST timeout="300,600,1200,2400,3600" down_thread="false"/>
           <pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000" 
down_thread="false" max_bytes="250000"/>
           <pbcast.GMS print_local_addr="true" join_timeout="3000" 
down_thread="false" join_retry_timeout="2000" shun="true"/>
           <FC max_credits="1000000" down_thread="false" min_threshold="0.10"/>
           <FRAG frag_size="60000" down_thread="false" up_thread="true"/>
           <pbcast.STATE_TRANSFER down_thread="false" up_thread="false"/>
            
        


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to