mirror of
https://github.com/apache/activemq.git
synced 2025-02-13 05:26:47 +00:00
AMQ-4750: More details in web console get started how to install and use it in karaf containers.
This commit is contained in:
parent
e0f2dc9bd4
commit
a959ed9227
@ -46,6 +46,45 @@ and jmx uri(s):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Installing Web consoles in Apache Karaf / Apache ServiceMix
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
If you are using Apache Karaf, you can install ActiveMQ broker / client into the container using:
|
||||||
|
|
||||||
|
features:chooseurl activemq 5.9.0
|
||||||
|
|
||||||
|
To install the broker:
|
||||||
|
|
||||||
|
features:install activemq-broker
|
||||||
|
|
||||||
|
or the client only (web console not available):
|
||||||
|
|
||||||
|
features:install activemq-client
|
||||||
|
|
||||||
|
You can then use web:list to see the context-path the console is accessible,
|
||||||
|
that is usually: http://localhost:8181/activemqweb
|
||||||
|
|
||||||
|
|
||||||
|
To install the new hawtio web console you install it as follows:
|
||||||
|
|
||||||
|
If you use Karaf 2.3.3 or better:
|
||||||
|
|
||||||
|
features:chooseurl hawtio
|
||||||
|
|
||||||
|
For older releases you have to use addurl:
|
||||||
|
|
||||||
|
features:addurl mvn:io.hawt/hawtio-karaf/1.2-M19/xml/features
|
||||||
|
|
||||||
|
And then you can install hawtio simply by:
|
||||||
|
|
||||||
|
features:install hawtio
|
||||||
|
|
||||||
|
You can then use web:list to see the context-path the console is accessible,
|
||||||
|
that is usually: http://localhost:8181/hawtio
|
||||||
|
|
||||||
|
See also: http://hawt.io/getstarted/index.html for details how to install hawtio.
|
||||||
|
|
||||||
|
|
||||||
Master/Slave monitoring
|
Master/Slave monitoring
|
||||||
-----------------------
|
-----------------------
|
||||||
To configure the web console to monitor a master/slave configuration configure the jms/jmx
|
To configure the web console to monitor a master/slave configuration configure the jms/jmx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user