diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml index e32e966ba0..761c6d99ec 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml @@ -52,7 +52,7 @@ under the License. tcp://${activemq.remoting.stomp.host:${host}}:${activemq.remoting.stomp.port:${stomp.port}}?protocols=STOMP - tcp://${activemq.remoting.hornetq.host:${host}}:${activemq.remoting.hornetq.port:${hq.port}}?protocols=CORE,STOMP + tcp://${activemq.remoting.hornetq.host:${host}}:${activemq.remoting.hornetq.port:${hq.port}}?protocols=HORNETQ,STOMP ${cluster-security.settings}${cluster.settings}${replicated.settings}${shared-store.settings} diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index d9879c4dc0..7dffc25404 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -117,6 +117,11 @@ artemis-openwire-protocol ${project.version} + + org.apache.activemq + artemis-hornetq-protocol + ${project.version} + org.apache.activemq artemis-native diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index bd8e60b644..8433867075 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -58,6 +58,7 @@ org.apache.activemq:artemis-amqp-protocol org.apache.activemq:artemis-openwire-protocol org.apache.activemq:artemis-proton-plug + org.apache.activemq:artemis-hornetq-protocol org.apache.activemq:artemis-stomp-protocol org.apache.activemq:artemis-ra org.apache.activemq:artemis-selector