Repository: activemq-artemis
Updated Branches:
  refs/heads/master 8cfa48886 -> 32c54d594


NO-JIRA Fix documentation for <broadcast-group> <connection-ref> ...

Followup to #553, eliminate all occurrences of the old connector-ref
 config (that used to use connector-name attribute) in broker.xml.


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

Branch: refs/heads/master
Commit: 006c31ffec84b035f1cf3e95192daf6057cb4d9e
Parents: 8cfa488
Author: Jiri Danek <[email protected]>
Authored: Tue Jul 18 15:18:32 2017 +0200
Committer: Clebert Suconic <[email protected]>
Committed: Mon Jul 24 09:52:09 2017 -0400

----------------------------------------------------------------------
 docs/user-manual/en/clusters.md                              | 2 +-
 examples/features/standard/no-consumer-buffering/readme.html | 2 +-
 examples/features/standard/producer-rate-limit/readme.html   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/006c31ff/docs/user-manual/en/clusters.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/clusters.md b/docs/user-manual/en/clusters.md
index 788d1e4..6654eab 100644
--- a/docs/user-manual/en/clusters.md
+++ b/docs/user-manual/en/clusters.md
@@ -148,7 +148,7 @@ group:
           <jgroups-file>test-jgroups-file_ping.xml</jgroups-file>
           <jgroups-channel>activemq_broadcast_channel</jgroups-channel>
           <broadcast-period>2000</broadcast-period>
-        <connector-ref connector-name="netty-connector"/>
+          <connector-ref>netty-connector</connector-ref>
        </broadcast-group>
     </broadcast-groups>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/006c31ff/examples/features/standard/no-consumer-buffering/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/standard/no-consumer-buffering/readme.html 
b/examples/features/standard/no-consumer-buffering/readme.html
index 596562d..55a73a2 100644
--- a/examples/features/standard/no-consumer-buffering/readme.html
+++ b/examples/features/standard/no-consumer-buffering/readme.html
@@ -53,7 +53,7 @@ under the License.
      <pre class="prettyprint">
      <code>
    &lt;connection-factory name="ConnectionFactory"&gt;
-      &lt;connector-ref connector-name="netty-connector"/&gt;
+      &lt;connector-ref&gt;netty-connector&lt;/connector-ref&gt;
       &lt;entries&gt;
          &lt;entry name="ConnectionFactory"/&gt;
       &lt;/entries&gt;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/006c31ff/examples/features/standard/producer-rate-limit/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/standard/producer-rate-limit/readme.html 
b/examples/features/standard/producer-rate-limit/readme.html
index 7e10ca3..5267db7 100644
--- a/examples/features/standard/producer-rate-limit/readme.html
+++ b/examples/features/standard/producer-rate-limit/readme.html
@@ -40,7 +40,7 @@ under the License.
      <pre class="prettyprint">
      <code>
    &lt;connection-factory name="ConnectionFactory"&gt;
-      &lt;connector-ref connector-name="netty-connector"/&gt;
+      &lt;connector-ref&gt;netty-connector&lt;/connector-ref&gt;
       &lt;entries&gt;
          &lt;entry name="ConnectionFactory"/&gt;
       &lt;/entries&gt;

Reply via email to