correct a typo in doc APEX User Manual
[policy/apex-pdp.git] / testsuites / integration / integration-context-test / src / test / resources / infinispan / default-jgroups-tcp.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4    Copyright (C) 2016-2018 Ericsson. All rights reserved.
5   ================================================================================
6   Licensed under the Apache License, Version 2.0 (the "License");
7   you may not use this file except in compliance with the License.
8   You may obtain a copy of the License at
9   
10        http://www.apache.org/licenses/LICENSE-2.0
11   
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17   
18   SPDX-License-Identifier: Apache-2.0
19   ============LICENSE_END=========================================================
20 -->
21
22 <config xmlns="urn:org:jgroups"
23         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24         xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-4.0.xsd">
25    <TCP bind_addr="${jgroups.tcp.address:127.0.0.1}"
26         bind_port="${jgroups.tcp.port:7800}"
27         enable_diagnostics="false"
28         thread_naming_pattern="pl"
29         send_buf_size="640k"
30         sock_conn_timeout="300"
31         bundler_type="no-bundler"
32
33         thread_pool.min_threads="${jgroups.thread_pool.min_threads:0}"
34         thread_pool.max_threads="${jgroups.thread_pool.max_threads:200}"
35         thread_pool.keep_alive_time="60000"
36    />
37    <MPING bind_addr="${jgroups.tcp.address:127.0.0.1}"
38           mcast_addr="${jgroups.mping.mcast_addr:228.2.4.6}"
39           mcast_port="${jgroups.mping.mcast_port:43366}"
40           ip_ttl="${jgroups.udp.ip_ttl:2}" 
41    />
42    <MERGE3 min_interval="10000" 
43            max_interval="30000" 
44    />
45    <FD_SOCK />
46    <FD_ALL timeout="60000" 
47            interval="15000" 
48            timeout_check_interval="5000" 
49    />
50    <VERIFY_SUSPECT timeout="5000" />
51    <pbcast.NAKACK2 use_mcast_xmit="false"
52                    xmit_interval="100"
53                    xmit_table_num_rows="50"
54                    xmit_table_msgs_per_row="1024"
55                    xmit_table_max_compaction_time="30000"
56                    resend_last_seqno="true"
57    />
58    <UNICAST3 xmit_interval="100"
59              xmit_table_num_rows="50"
60              xmit_table_msgs_per_row="1024"
61              xmit_table_max_compaction_time="30000"
62              conn_expiry_timeout="0"
63    />
64    <pbcast.STABLE stability_delay="500"
65                   desired_avg_gossip="5000"
66                   max_bytes="1M"
67    />
68    <pbcast.GMS print_local_addr="false"
69                install_view_locally_first="true"
70                join_timeout="${jgroups.join_timeout:5000}"
71    />
72    <MFC max_credits="2m" 
73         min_threshold="0.40"
74    />
75    <FRAG3/>
76 </config>