Typo, with -> will

This commit is contained in:
Alexej Timonin 2024-07-20 19:00:37 +02:00
parent ea2b4f817a
commit 163fabb7a4
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ To configure the web console to monitor a master/slave configuration configure t
as follows (system properties shown, but this option is also available when using JNDI):
-Dwebconsole.jms.url=failover:(tcp://serverA:61616,tcp://serverB:61616)
-Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://serverA:1099/jmxrmi,service:jmx:rmi:///jndi/rmi://serverB:1099/jmxrmi
With this configuration the web console with switch to the slave as the master is no longer
With this configuration the web console will switch to the slave as the master is no longer
available and back as soon as the master is back up.