diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-07-07 15:12:26 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-07-07 15:12:26 +0000 |
| commit | a3ccf4ad135aea369ff56597bb9c5a3e9f6577bc (patch) | |
| tree | 2434933cf45b0a7e890549897a89845e06dc5785 /java/test-profiles/java.testprofile | |
| parent | d5bc779ae407056473d21774c0553e1a1d1a5b22 (diff) | |
| download | qpid-python-a3ccf4ad135aea369ff56597bb9c5a3e9f6577bc.tar.gz | |
QPID-2815: refactor broker startup to present a clean interface interface for starting the broker within an existing application
Applied patch by Keith Wall and myself
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1143870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/java.testprofile')
| -rw-r--r-- | java/test-profiles/java.testprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test-profiles/java.testprofile b/java/test-profiles/java.testprofile index c8c776d3e1..00d486309f 100644 --- a/java/test-profiles/java.testprofile +++ b/java/test-profiles/java.testprofile @@ -17,7 +17,8 @@ # under the License. # broker.language=java -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker.type=spawned +broker.command=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception |
