Tidy up readme and move the karaf docs into the user guide.
This commit is contained in:
parent
1bb2d0837d
commit
81ffe3467a
|
@ -47,7 +47,4 @@ If you are trying to copy the examples somewhere else and modifying them. Consid
|
|||
# if trying to modify the 'topic' example:
|
||||
cd examples/jms/topic && mvn dependency:list
|
||||
|
||||
## Artemis on Apache Karaf
|
||||
|
||||
feature:repo-add mvn:org.apache.activemq/artemis-features/1.1.1-SNAPSHOT/xml
|
||||
feature:install artemis-core artemis-hornetq artemis-stomp artemis-mqtt artemis-amqp
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
* [Logging](logging.md)
|
||||
* [REST Interface](rest.md)
|
||||
* [Embedding Apache ActiveMQ Artemis](embedding-activemq.md)
|
||||
* [Apache Karaf](karaf.md)
|
||||
* [Spring Integration](spring-integration.md)
|
||||
* [AeroGear Integration](aerogear-integration.md)
|
||||
* [VertX Integration](vertx-integration.md)
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
# Artemis on Apache Karaf
|
||||
|
||||
Apache ActiveMQ Artemis can be installed on Apache Karaf using the following commands from the Karaf shell:
|
||||
|
||||
feature:repo-add mvn:org.apache.activemq/artemis-features/1.2.1-SNAPSHOT/xml
|
||||
feature:install artemis-core
|
||||
|
||||
And the various protocols can be installed using:
|
||||
|
||||
feature:install artemis-hornetq
|
||||
feature:install artemis-stomp
|
||||
feature:install artemis-mqtt
|
||||
feature:install artemis-amqp
|
Loading…
Reference in New Issue