[jboss-cvs] JBoss Messaging SVN: r8636 - branches/Branch_1_4/integration/EAP5/etc/remoting.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Oct 26 23:26:40 EDT 2014
Author: gaohoward
Date: 2014-10-26 23:26:39 -0400 (Sun, 26 Oct 2014)
New Revision: 8636
Modified:
branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml
branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml
Log:
JBMESSAGING-1956 Set useServerConnectionIdentity to true in default remoting bisocket configuration files
Modified: branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml 2014-10-10 13:25:10 UTC (rev 8635)
+++ branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml 2014-10-27 03:26:39 UTC (rev 8636)
@@ -70,6 +70,7 @@
<attribute name="callbackErrorsAllowed">1</attribute>
<attribute name="registerCallbackListener">false</attribute>
<attribute name="useClientConnectionIdentity" isParam="true">true</attribute>
+ <attribute name="useServerConnectionIdentity" isParam="true">true</attribute>
<!-- Socket read and write timeouts in milliseconds. These default to 30 seconds. While
lower values can detect networking and client failures quicker, lowering these values
Modified: branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml 2014-10-10 13:25:10 UTC (rev 8635)
+++ branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml 2014-10-27 03:26:39 UTC (rev 8636)
@@ -70,6 +70,7 @@
<attribute name="callbackErrorsAllowed">1</attribute>
<attribute name="registerCallbackListener">false</attribute>
<attribute name="useClientConnectionIdentity" isParam="true">true</attribute>
+ <attribute name="useServerConnectionIdentity" isParam="true">true</attribute>
<!-- Socket read and write timeouts in milliseconds. These default to 30 seconds. While
lower values can detect networking and client failures quicker, lowering these values
More information about the jboss-cvs-commits
mailing list