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 | 57de045575c5004f04f84450c2296a3093dc8b2d (patch) | |
| tree | c7272c74c1c18d434a5d1383230808745f4435f8 /java/management/client/etc | |
| parent | 9d2348bf43b4d82283c5ae0587322e0786578238 (diff) | |
| download | qpid-python-57de045575c5004f04f84450c2296a3093dc8b2d.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/qpid@719154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/client/etc')
| -rw-r--r-- | java/management/client/etc/qman-config.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/java/management/client/etc/qman-config.xml b/java/management/client/etc/qman-config.xml new file mode 100644 index 0000000000..185eb6f2f5 --- /dev/null +++ b/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 |
