diff options
Diffstat (limited to 'qpid/java/management/client/etc/qman-config.xml')
| -rw-r--r-- | qpid/java/management/client/etc/qman-config.xml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/qpid/java/management/client/etc/qman-config.xml b/qpid/java/management/client/etc/qman-config.xml index beb33acfc9..c1a5da9184 100644 --- a/qpid/java/management/client/etc/qman-config.xml +++ b/qpid/java/management/client/etc/qman-config.xml @@ -18,17 +18,17 @@ - under the License. - --> -<!--
-Default configuration for QMan is empty;
-that is, there's no broker configured at startup.
-If you want to connect with a running broker when QMan starts up,
-you can do that uncommenting and editing the template reported below.
+<!-- +Default configuration for QMan is empty; +that is, there's no broker configured at startup. +If you want to connect with a running broker when QMan starts up, +you can do that uncommenting and editing the template reported below. --> -<configuration>
+<configuration> <!-- <brokers> <broker> - <host>localhost</host>
- <port>5672</port>
+ <host>localhost</host> + <port>5672</port> <virtual-host>test</virtual-host> <user>guest</user> <password>guest</password> @@ -36,16 +36,16 @@ you can do that uncommenting and editing the template reported below. <initial-pool-capacity>0</initial-pool-capacity> <max-wait-timeout>-1</max-wait-timeout> </broker> - <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>
- </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> + </brokers> + --> </configuration> |
