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 | e15bd730236df53aeafe1c61a8beb5aa9814c5f9 (patch) | |
tree | 0a7a9c0df1f9d145510113a1b544a87cc7f50bf1 /java/java.testprofile | |
parent | e2fc1a8470cf5c6714aa9270b847ce6488106d6c (diff) | |
download | qpid-python-e15bd730236df53aeafe1c61a8beb5aa9814c5f9.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/qpid@765605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/java.testprofile')
-rw-r--r-- | java/java.testprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/java.testprofile b/java/java.testprofile index 95282b8ee1..4567db5f28 100644 --- a/java/java.testprofile +++ b/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 |