[jboss-svn-commits] JBL Code SVN: r36803 - in labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments: test and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 15 06:35:24 EDT 2011


Author: whitingjr
Date: 2011-03-15 06:35:24 -0400 (Tue, 15 Mar 2011)
New Revision: 36803

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties
Log:
Added additional sut client.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties	2011-03-15 09:39:05 UTC (rev 36802)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties	2011-03-15 10:35:24 UTC (rev 36803)
@@ -1,15 +1,21 @@
-eap.server.host=hornetq
+eap.server.host=localhost
 eap.server.username=
 eap.server.password=
 
-benchmark.client.01.host=jmsclient1
+benchmark.client.01.host=localhost
 benchmark.client.01.username=
 benchmark.client.01.password=
 
-benchmark.client.02.host=jmsclient2
+benchmark.client.02.host=localhost
 benchmark.client.02.username=
 benchmark.client.02.password=
 
-benchmark.client.03.host=jmsclient3
+benchmark.client.03.host=localhost
 benchmark.client.03.username=
 benchmark.client.03.password=
+
+benchmark.client.04.host=localhost
+benchmark.client.04.username=
+benchmark.client.04.password=
+
+eap.HOME=

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties	2011-03-15 09:39:05 UTC (rev 36802)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties	2011-03-15 10:35:24 UTC (rev 36803)
@@ -13,3 +13,9 @@
 benchmark.client.03.host=localhost
 benchmark.client.03.username=
 benchmark.client.03.password=
+
+benchmark.client.04.host=localhost
+benchmark.client.04.username=
+benchmark.client.04.password=
+
+eap.HOME=
\ No newline at end of file



More information about the jboss-svn-commits mailing list