mirror of https://github.com/apache/activemq.git
Typo, with -> will
This commit is contained in:
parent
ea2b4f817a
commit
163fabb7a4
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue