[jboss-cvs] JBoss Messaging SVN: r5321 - branches/Branch_1_4/tests/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 7 17:03:51 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-11-07 17:03:51 -0500 (Fri, 07 Nov 2008)
New Revision: 5321

Modified:
   branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml
Log:
Setting it back after the test

Modified: branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml
===================================================================
--- branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml	2008-11-07 21:39:56 UTC (rev 5320)
+++ branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml	2008-11-07 22:03:51 UTC (rev 5321)
@@ -34,7 +34,7 @@
 	             thread_pool.keep_alive_time="5000"
 	             thread_pool.queue_enabled="true"
 	             thread_pool.queue_max_size="1000"
-	             thread_pool.rejection_policy="Run"
+	             thread_pool.rejection_policy="discard"
 	              
 	             oob_thread_pool.enabled="true"
 	             oob_thread_pool.min_threads="1"
@@ -42,7 +42,7 @@
 	             oob_thread_pool.keep_alive_time="5000"
 	             oob_thread_pool.queue_enabled="false"
 	             oob_thread_pool.queue_max_size="100"
-	             oob_thread_pool.rejection_policy="Run"/>
+	             oob_thread_pool.rejection_policy="run"/>
             <PING timeout="2000"
                   num_initial_members="3"/>
             <MERGE2 max_interval="100000"




More information about the jboss-cvs-commits mailing list