You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "michael kelly (JIRA)" <ji...@apache.org> on 2014/03/11 22:05:01 UTC

[jira] [Created] (AMQ-5095) using configuration parameter file with activemq maven performance plugin

michael kelly created AMQ-5095:
----------------------------------

             Summary: using configuration parameter file with activemq maven performance plugin
                 Key: AMQ-5095
                 URL: https://issues.apache.org/jira/browse/AMQ-5095
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.9.0
         Environment: linux
            Reporter: michael kelly
            Priority: Minor


Normally I start maven performance plugin from command line. For automated testing, I need to start it with a config file like:

mvn activemq-perf:producer   -DsysTest.propsConfigFile=e.properties
When I do this it doesn't read the parameters for -Dfactory (like brokerURL) or -DtpSampler or -DsysTest. Is there some different format it wants besides taking out the -D???? In particular for factory.brokerURL

[mike@dl360x2831 activemq-tooling]$ cat e.properties
producer.messageSize=2055
producer.destName=queue://bbxqueuebb1
factory.brokerURL="tcp://dl360x2834:61636"





--
This message was sent by Atlassian JIRA
(v6.2#6252)