diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-04-16 12:28:10 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-16 12:28:10 +0000 |
commit | c5388095e3916eded558f45f46cc9a58459825fe (patch) | |
tree | a0b31358657962b6006fb0e15620a61c99c188b4 /qpid/java/java.testprofile | |
parent | 99549d769fc94c35eb6ccbc837e0ce6dffa398b0 (diff) | |
download | qpid-python-c5388095e3916eded558f45f46cc9a58459825fe.tar.gz |
QPID-1817 : Update QTC to provide the configuration file to an external broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@765605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
-rw-r--r-- | qpid/java/java.testprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 95282b8ee1..4567db5f28 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,4 +1,5 @@ -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT +broker.language=java +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE broker.clean=${project.root}/clean-dir ${build.data} broker.ready=Qpid Broker Ready |