diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-11-20 01:44:41 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-11-20 01:44:41 +0000 |
| commit | 3531d11f4fe66237ea0f960228fabf995b88d6f6 (patch) | |
| tree | 2fe558075b16478396166c3aeb0943e1a85aca2c /qpid/java/management/client/etc | |
| parent | b356334186b7c5daef0fae9ac640089be7e6e77b (diff) | |
| download | qpid-python-3531d11f4fe66237ea0f960228fabf995b88d6f6.tar.gz | |
Moved the qman-config.xml into the etc folder so the build system would pick it up and put in the build/etc folder
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@719154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/client/etc')
| -rw-r--r-- | qpid/java/management/client/etc/qman-config.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/java/management/client/etc/qman-config.xml b/qpid/java/management/client/etc/qman-config.xml new file mode 100644 index 0000000000..185eb6f2f5 --- /dev/null +++ b/qpid/java/management/client/etc/qman-config.xml @@ -0,0 +1,26 @@ +<configuration>
+ <brokers>
+ <broker>
+ <host>localhost</host>
+ <port>5672</port>
+ <virtual-host>test</virtual-host>
+ <user>guest</user>
+ <password>guest</password>
+ <max-pool-capacity>4</max-pool-capacity>
+ <initial-pool-capacity>0</initial-pool-capacity>
+ <max-wait-timeout>-1</max-wait-timeout>
+ </broker>
+<!--
+ <broker>
+ <host>myhost</host>
+ <port>5672</port>
+ <virtual-host>test</virtual-host>
+ <user>guest</user>
+ <password>guest</password>
+ <max-pool-capacity>4</max-pool-capacity>
+ <initial-pool-capacity>0</initial-pool-capacity>
+ <max-wait-timeout>-1</max-wait-timeout>
+ </broker>
+-->
+ </brokers>
+</configuration>
\ No newline at end of file |
