diff --git a/README.md b/README.md index 782589b258..d8109a01d4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index 5011245c9f..aa24a361a6 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -19,6 +19,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0"> + + artemis-core + artemis-amqp + artemis-stomp + artemis-mqtt + artemis-hornetq + + mvn:io.netty/netty-common/${netty.version} mvn:io.netty/netty-transport/${netty.version} @@ -45,7 +53,6 @@ mvn:org.apache.activemq/artemis-native/${pom.version} mvn:org.apache.activemq/artemis-server-osgi/${pom.version} - @@ -62,7 +69,6 @@ mvn:org.apache.activemq/artemis-stomp-protocol/${pom.version} - artemis-core mvn:org.apache.activemq/artemis-mqtt-protocol/${pom.version} diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 1bb6552033..127dff004b 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -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) diff --git a/docs/user-manual/en/karaf.md b/docs/user-manual/en/karaf.md new file mode 100644 index 0000000000..dce4f8fdb4 --- /dev/null +++ b/docs/user-manual/en/karaf.md @@ -0,0 +1,7 @@ +# Artemis on Apache Karaf + +Apache ActiveMQ Artemis can be installed on Apache Karaf (4.x or later) 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 +