mirror of https://github.com/apache/activemq.git
Merge pull request #1265 from AlexejTimonin/typo-in-readme
Typo, with -> will
This commit is contained in:
commit
6fd08a5ffe
|
@ -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):
|
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.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
|
-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.
|
available and back as soon as the master is back up.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue