You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/07/15 15:35:03 UTC

[1/2] activemq-artemis git commit: rename default MQTT connector to mqtt

Repository: activemq-artemis
Updated Branches:
  refs/heads/master afbfa2eb0 -> 3b69f5e37


rename default MQTT connector to mqtt


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/795e8521
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/795e8521
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/795e8521

Branch: refs/heads/master
Commit: 795e85216f3b8413b56eecf3f5ebccbe9d0d5389
Parents: afbfa2e
Author: Martyn Taylor <mt...@redhat.com>
Authored: Wed Jul 15 14:29:46 2015 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Wed Jul 15 14:30:04 2015 +0100

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/etc/broker.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/795e8521/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
----------------------------------------------------------------------
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 a2d0ee7..52d665e 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
@@ -57,7 +57,7 @@ ${connector-config.settings}
          <acceptor name="hornetq">tcp://${host}:${hq.port}?protocols=HORNETQ,STOMP</acceptor>
 
          <!-- MQTT Acceptor -->
-         <acceptor name="hornetq">tcp://${host}:${mqtt.port}?protocols=MQTT</acceptor>
+         <acceptor name="mqtt">tcp://${host}:${mqtt.port}?protocols=MQTT</acceptor>
       </acceptors>
 
 ${cluster-security.settings}${cluster.settings}${replicated.settings}${shared-store.settings}


[2/2] activemq-artemis git commit: merging #81 - rename default MQTT connector to mqtt

Posted by an...@apache.org.
merging #81 - rename default MQTT connector to mqtt


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3b69f5e3
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3b69f5e3
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3b69f5e3

Branch: refs/heads/master
Commit: 3b69f5e37228f8e8aabef244e6405e15e6b694ab
Parents: afbfa2e 795e852
Author: Andy Taylor <an...@gmail.com>
Authored: Wed Jul 15 14:33:59 2015 +0100
Committer: Andy Taylor <an...@gmail.com>
Committed: Wed Jul 15 14:33:59 2015 +0100

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/etc/broker.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------