Just for the record, after I looked through the source code, I found the argument to use. It is like this:
mvn activemq-perf:consumer -DsysTest.propsConfigFile=src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties On 3/19/07, Yong Liu <[EMAIL PROTECTED]> wrote:
Hi, I am trying to run the performance test using Maven2 and ActiveMQ4.1.1. I have followed the instructions on the the web site: http://activemq.apache.org/activemq-performance-module-users-manual.html and successfully run the default testing ( I believe it is 1 producer, 1 consumer, 1 topic by default). However, I saw many property files under activemq-4.1.1/activemq-perftest/src/main/resources/consumer-conf and activemq-4.1.1/activemq-perftest/src/main/resources/producer-conf but I don't know how to invoke them in the maven command line. The Instructions on the above web site only explains individual parameter, but did not give examples how to invoke the property files. It only says how to change the configuration file for the broker. (maybe this is maven-specific question?) Could somebody tell me how to use these property file during the Maven testing? Thanks so much! -Yong