diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index 3ff8de790f..fefa7bac20 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -68,6 +68,15 @@ target/classes/features.xml xml + + target/classes/artemis.xml + artemis + xml + + + target/classes/org.apache.activemq.artemis.cfg + cfg + diff --git a/artemis-features/src/main/resources/artemis.xml b/artemis-features/src/main/resources/artemis.xml new file mode 100644 index 0000000000..d99f43de98 --- /dev/null +++ b/artemis-features/src/main/resources/artemis.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + NIO + ./data/paging + ./data/bindings + ./data/journal + ./data/large-messages + 10 + + + 1591999 + + + + + tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576 + + + tcp://0.0.0.0:5672?protocols=AMQP + + + tcp://0.0.0.0:61613?protocols=STOMP + + + tcp://0.0.0.0:5445?protocols=HORNETQ,STOMP + + + tcp://0.0.0.0:1883?protocols=MQTT + + + + + + + + + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 10485760 + 10 + BLOCK + + + + diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index c7cdd32d77..3458bda822 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -1,3 +1,4 @@ + - @@ -31,6 +31,9 @@ transaction netty-core scr + mvn:org.apache.activemq/artemis-features/${pom.version}/cfg + mvn:org.apache.activemq/artemis-features/${pom.version}/xml/artemis + mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/${geronimo.jms.2.spec.version} mvn:com.google.guava/guava/18.0 mvn:io.netty/netty-codec-http/${netty.version} @@ -38,8 +41,6 @@ mvn:commons-collections/commons-collections/3.2.1 mvn:org.jboss.logging/jboss-logging/3.1.4.GA - - mvn:org.jgroups/jgroups/3.6.0.Final mvn:org.apache.activemq/artemis-native/${pom.version} diff --git a/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg b/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg new file mode 100644 index 0000000000..7714ddf4df --- /dev/null +++ b/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg @@ -0,0 +1,3 @@ +config=file:etc/artemis.xml +name=local +domain=local diff --git a/pom.xml b/pom.xml index 30b1a7e930..5b95c28bb6 100644 --- a/pom.xml +++ b/pom.xml @@ -1053,6 +1053,7 @@ **/.checkstyle **/.factorypath ratReport.txt + **/org.apache.activemq.artemis.cfg **/*.data **/*.bin