[jboss-svn-commits] JBL Code SVN: r23378 - labs/jbosstm/trunk/ArjunaJTS/jts/etc.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Oct 8 09:52:53 EDT 2008
Author: jhalliday
Date: 2008-10-08 09:52:53 -0400 (Wed, 08 Oct 2008)
New Revision: 23378
Modified:
labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml
Log:
socketless operation config updates - JBTM-389
Modified: labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml 2008-10-08 13:24:01 UTC (rev 23377)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/etc/default-RecoveryManager-properties.xml 2008-10-08 13:52:53 UTC (rev 23378)
@@ -149,5 +149,15 @@
name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerAddress"
value=""/>
+ <!--
+ For cases where the recovery manager is in process with the transaction manager and nothing else uses
+ the ObjectStore, it is possible to disable the socket based recovery listener by setting this to NO.
+ Caution: use of this property can allow multiple recovery processes to run on the same ObjectStore
+ if you are not careful. That in turn can lead to incorrect transaction processing. Use with care.
+ -->
+ <property
+ name="com.arjuna.ats.arjuna.recovery.recoveryListener"
+ value="YES"/>
+
</properties>
</transaction-service>
More information about the jboss-svn-commits
mailing list