[jboss-cvs] JBoss Messaging SVN: r5320 - 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 16:39:56 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-11-07 16:39:56 -0500 (Fri, 07 Nov 2008)
New Revision: 5320

Modified:
   branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml
Log:
Setting rejection policy as "Run" for a test on hudson

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 19:51:20 UTC (rev 5319)
+++ branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml	2008-11-07 21:39:56 UTC (rev 5320)
@@ -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="discard"
+	             thread_pool.rejection_policy="Run"
 	              
 	             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