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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 21 09:19:29 EDT 2010


Author: whitingjr
Date: 2010-07-21 09:19:28 -0400 (Wed, 21 Jul 2010)
New Revision: 34094

Added:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/
   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/
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties
Log:
Added environment configuration.

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties	2010-07-21 13:19:28 UTC (rev 34094)
@@ -0,0 +1,11 @@
+eap.server.host=hornetq
+eap.server.username=
+eap.server.password=
+
+benchmark.client.01.host=jmsclient1
+benchmark.client.01.username=
+benchmark.client.01.password=
+
+benchmark.client.02.host=jmsclient2
+benchmark.client.02.username=
+benchmark.client.02.password=

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties	2010-07-21 13:19:28 UTC (rev 34094)
@@ -0,0 +1,11 @@
+eap.server.host=localhost
+eap.server.username=
+eap.server.password=
+
+benchmark.client.01.host=localhost
+benchmark.client.01.username=
+benchmark.client.01.password=
+
+benchmark.client.02.host=localhost
+benchmark.client.02.username=
+benchmark.client.02.password=



More information about the jboss-svn-commits mailing list