[HHH-3390] Fix channel names for new configs

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14960 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2008-07-18 20:42:30 +00:00
parent 53cf8e8925
commit ad8db397b8
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@
<!-- Name of cluster. Needs to be the same for all members, in order
to find each other -->
<attribute name="ClusterName">pessimistic-entity</attribute>
<attribute name="ClusterName">pessimistic-entity-rr</attribute>
<!-- Use a UDP (multicast) based stack. A udp-sync stack might be
slightly better (no JGroups FC) but we stick with udp to
@ -674,7 +674,7 @@
<!-- Name of cluster. Needs to be the same for all members, in order
to find each other -->
<attribute name="ClusterName">pessimistic-shared</attribute>
<attribute name="ClusterName">pessimistic-shared-rr</attribute>
<!-- Use a UDP (multicast) based stack. Need JGroups flow control (FC)
because timestamp communication will not require a synchronous response.