Commit Graph

49 Commits

Author SHA1 Message Date
Adrian T. Co 6355225b13 Set the clientID of the connection for durable subscribers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414502 13f79535-47bb-0310-9956-ffa450edef68
2006-06-15 08:13:18 +00:00
Adrian T. Co 2fa88148e5 aco - added a way to configure the delivery mode of the producer
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414029 13f79535-47bb-0310-9956-ffa450edef68
2006-06-14 02:53:09 +00:00
Hiram R. Chirino 2e018cc5ac updated pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413961 13f79535-47bb-0310-9956-ffa450edef68
2006-06-13 19:32:21 +00:00
Hiram R. Chirino 97f311f898 Adding a little mojo that will allow us to create a repo for activemq dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413960 13f79535-47bb-0310-9956-ffa450edef68
2006-06-13 19:27:08 +00:00
Adrian T. Co 1f93e11acc Added getter and setter for reportType
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413790 13f79535-47bb-0310-9956-ffa450edef68
2006-06-13 02:37:45 +00:00
Frederick G. Oconer d6c2de6b8c Added support for reportType parameter.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413787 13f79535-47bb-0310-9956-ffa450edef68
2006-06-13 02:24:23 +00:00
Adrian T. Co e0efebea98 - Remove the property consumer.consumerName, since this has been replaced by consumer.clientName
- Shortened the default name of the xml file.
- Added additional summary information.


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413666 13f79535-47bb-0310-9956-ffa450edef68
2006-06-12 14:33:27 +00:00
Adrian T. Co 77c889d19e - Added a configurable report generator that could generate output either verbose or to an xml file.
- Using sysTest.reportType=[verbose|xml], default is xml.
- Xml output also displays a summary verbosely.
- TODO: Update the mojo to accomodate the additional option.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413651 13f79535-47bb-0310-9956-ffa450edef68
2006-06-12 13:33:04 +00:00
Frederick G. Oconer a1ba6e0325 Updates:
1. Added plugin that will start Broker
2. Updated assembly pom to include the new plugin but still commented out.
3. Updated memtest plugin dependency version config.
4. Updated root pom.xml to use https on scm connection.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412955 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 06:54:32 +00:00
Adrian T. Co 21e08377cb Remove onSendPrepMessage option
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412946 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 06:28:58 +00:00
Jonas B. Lim 2054392af2 systest to check for memory leak
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412933 13f79535-47bb-0310-9956-ffa450edef68
2006-06-09 05:18:11 +00:00
Adrian T. Co c56ae926a5 - Added default values
- Added checking for NPE

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412670 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 06:05:12 +00:00
Adrian T. Co 663b8a24f9 Added junit dependency to pom.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412665 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 05:23:15 +00:00
James Strachan 4b2f479073 refactored the XML output of the performance tests a little to make it XML compliant and to add a client index so its easy to render the XML in tables etc
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412483 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 18:40:19 +00:00
James Strachan 1ff39dbdec changed the defaults of the performance test mojos to be more normal (folks usually wanna see results for 1 producer/consumer and on a decent box they wanna see it go for about a minute) plus some minor refactorings to make the code a bit easier to maintain
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412467 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 17:47:06 +00:00
Jonas B. Lim 741cdeec2b added patch to run broker using a URI
ie. mvn activemq-perf:broker -Durl=broker:(tcp://localhost:61616)?useJmx=false


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412386 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 12:14:54 +00:00
Adrian T. Co 51eed37625 Change client prefix to consumer and producer prefix respectively.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412371 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 11:34:27 +00:00
Adrian T. Co ec74dd845c - Added fix for 1.4/1.5 compatibility issue
- Added fix for wrong counting of tokens
- Added test case for ReflectionUtil.java

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412364 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 10:58:34 +00:00
Frederick G. Oconer e332143fd8 Added report template in readme.text and fix when displaying system properties.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412361 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 10:43:52 +00:00
Frederick G. Oconer e8b3bdb866 Added all System properties in the generated report xml file and also included a readme.txt that contains information on how to use the performance test module.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412342 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 09:24:10 +00:00
Frederick G. Oconer edfe3df36b changed prefix consumer and producer to "client". Also, the broker can be started in activemq-perftest instead in the assembly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412301 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 06:17:14 +00:00
Frederick G. Oconer 4fb36fe50c Parameter cleanup.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412278 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 04:09:19 +00:00
Frederick G. Oconer 99b088dcd4 Changed DataOutputStream to PrintWriter when generating the report xml file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412256 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 02:34:18 +00:00
Frederick G. Oconer 11a2950e16 Fixed error when starting perf test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412074 13f79535-47bb-0310-9956-ffa450edef68
2006-06-06 10:50:31 +00:00
Frederick G. Oconer 52602f0377 Changes:
1. Filename includes some config info of client.
2. Additional test information in the generated report.


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412046 13f79535-47bb-0310-9956-ffa450edef68
2006-06-06 08:43:13 +00:00
Adrian T. Co fa37910edd Fix 1.4 - 1.5 compatibility issues
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411967 13f79535-47bb-0310-9956-ffa450edef68
2006-06-06 01:54:07 +00:00
Hiram R. Chirino bc7aa98d45 trunk has moved onto 4.1 development.. if you want to work on 4.0.1 stuff, co the 4.0 branch!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411906 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 20:16:30 +00:00
Frederick G. Oconer 264f0a3732 initial support for generating report xml file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411835 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 15:57:39 +00:00
Adrian T. Co 61fcd4cfd1 - Added support for distribution of destinations between clients
- Modify the support for composite destinations

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411727 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 10:06:34 +00:00
James Strachan ed4f10bd6b fixed pom dependency
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411721 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 09:13:04 +00:00
Adrian T. Co 33d7070056 Add synchronization block.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411701 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 07:36:48 +00:00
Adrian T. Co 490407ed18 Forgot to notify the waiting threads.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411697 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 07:26:27 +00:00
Adrian T. Co 7d049c1344 - Add method to wait for performance sampler to finish
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411695 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 07:25:15 +00:00
Adrian T. Co a38f71d5b2 - Added JMS Client system test
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411650 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 03:22:12 +00:00
Frederick G. Oconer d2db87cc0b Fix runtime and compiletime error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411641 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 02:36:25 +00:00
Adrian T. Co 5f5bff613e Updates to performance module.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411631 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 01:05:41 +00:00
Frederick G. Oconer c5ce043ca7 fixed compilation error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411145 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 12:48:44 +00:00
Frederick G. Oconer 0b8fdcdb93 not used.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411139 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 12:23:51 +00:00
Frederick G. Oconer 16439a4b4e Added support for sync and async.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411085 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 08:24:47 +00:00
Adrian T. Co 3a92ec3802 Added initial spike for the measurement sampler.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411084 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 08:11:40 +00:00
Frederick G. Oconer ef7cceafdc Consumer Client for perf test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411061 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 06:15:38 +00:00
Adrian T. Co dfe552d2f9 Added overloaded method for createMessageConsumer
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411020 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 02:40:31 +00:00
Adrian T. Co 29eef80774 - Added a getClientID to retrieve the connectionID of a client
- Added a getSettings to PerfMeasurable client and remove unnecessary getters.
- Added a PerfMeasurable parameter to the listeners.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411019 13f79535-47bb-0310-9956-ffa450edef68
2006-06-02 02:27:12 +00:00
Adrian T. Co 8afd2f6b01 Added a producer tool to the performance tools
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410824 13f79535-47bb-0310-9956-ffa450edef68
2006-06-01 10:28:24 +00:00
Adrian T. Co e30f3eee4c Fix for a compile error
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410778 13f79535-47bb-0310-9956-ffa450edef68
2006-06-01 07:10:25 +00:00
Adrian T. Co e45af98761 Added initial spike for support classes for performance measurable jms clients
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410774 13f79535-47bb-0310-9956-ffa450edef68
2006-06-01 06:30:28 +00:00
Frederick G. Oconer 2139881476 Renamed perf plugin to activemq-perf and added plugin that will start broker in assembly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410534 13f79535-47bb-0310-9956-ffa450edef68
2006-05-31 14:16:18 +00:00
Frederick G. Oconer 6066ddced4 Moved Client Tool in perf-plugin.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410509 13f79535-47bb-0310-9956-ffa450edef68
2006-05-31 12:49:41 +00:00
Frederick G. Oconer faba216294 Plugin to start the broker, run a consumer and producer.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410462 13f79535-47bb-0310-9956-ffa450edef68
2006-05-31 08:28:21 +00:00