Updated Branches:
  refs/heads/trunk 3ae37a9ba -> 032063006

Use openwire as transport name instead of default


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

Branch: refs/heads/trunk
Commit: 03206300661c38194a6e455e92e46b3e29cfd459
Parents: 3ae37a9
Author: Claus Ibsen <[email protected]>
Authored: Thu Oct 10 16:33:37 2013 +0200
Committer: Claus Ibsen <[email protected]>
Committed: Thu Oct 10 16:33:37 2013 +0200

----------------------------------------------------------------------
 assembly/src/sample-conf/activemq-jdbc-performance.xml | 2 +-
 assembly/src/sample-conf/activemq-jdbc.xml             | 2 +-
 assembly/src/sample-conf/activemq-security.xml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/03206300/assembly/src/sample-conf/activemq-jdbc-performance.xml
----------------------------------------------------------------------
diff --git a/assembly/src/sample-conf/activemq-jdbc-performance.xml 
b/assembly/src/sample-conf/activemq-jdbc-performance.xml
index 7ecab37..da87933 100644
--- a/assembly/src/sample-conf/activemq-jdbc-performance.xml
+++ b/assembly/src/sample-conf/activemq-jdbc-performance.xml
@@ -63,7 +63,7 @@
     </persistenceAdapter>
 
     <transportConnectors>
-       <transportConnector name="default" uri="tcp://0.0.0.0:61616"/>
+       <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
     </transportConnectors>
   </broker>
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/03206300/assembly/src/sample-conf/activemq-jdbc.xml
----------------------------------------------------------------------
diff --git a/assembly/src/sample-conf/activemq-jdbc.xml 
b/assembly/src/sample-conf/activemq-jdbc.xml
index d461c7d..0e49aa7 100644
--- a/assembly/src/sample-conf/activemq-jdbc.xml
+++ b/assembly/src/sample-conf/activemq-jdbc.xml
@@ -51,7 +51,7 @@
     </persistenceAdapter>
 
     <transportConnectors>
-       <transportConnector name="default" uri="tcp://0.0.0.0:61616"/>
+       <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
     </transportConnectors>
   </broker>
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/03206300/assembly/src/sample-conf/activemq-security.xml
----------------------------------------------------------------------
diff --git a/assembly/src/sample-conf/activemq-security.xml 
b/assembly/src/sample-conf/activemq-security.xml
index 6a1445c..7b116ff 100644
--- a/assembly/src/sample-conf/activemq-security.xml
+++ b/assembly/src/sample-conf/activemq-security.xml
@@ -114,7 +114,7 @@
     </plugins>
     
     <transportConnectors>
-       <transportConnector name="default" uri="tcp://0.0.0.0:61616"/>
+       <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
     </transportConnectors>
 
     <!-- destroy the spring context on shutdown to stop jetty -->

Reply via email to