Tidy up readme and move the karaf docs into the user guide.

This commit is contained in:
Claus Ibsen 2015-12-27 09:19:56 +01:00
parent 1bb2d0837d
commit 81ffe3467a
3 changed files with 14 additions and 3 deletions

View File

@ -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: # if trying to modify the 'topic' example:
cd examples/jms/topic && mvn dependency:list 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

View File

@ -47,6 +47,7 @@
* [Logging](logging.md) * [Logging](logging.md)
* [REST Interface](rest.md) * [REST Interface](rest.md)
* [Embedding Apache ActiveMQ Artemis](embedding-activemq.md) * [Embedding Apache ActiveMQ Artemis](embedding-activemq.md)
* [Apache Karaf](karaf.md)
* [Spring Integration](spring-integration.md) * [Spring Integration](spring-integration.md)
* [AeroGear Integration](aerogear-integration.md) * [AeroGear Integration](aerogear-integration.md)
* [VertX Integration](vertx-integration.md) * [VertX Integration](vertx-integration.md)

View File

@ -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