You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/07/24 13:52:27 UTC

[1/2] activemq-artemis git commit: NO-JIRA Fix documentation for ...

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 <jd...@redhat.com>
Authored: Tue Jul 18 15:18:32 2017 +0200
Committer: Clebert Suconic <cl...@apache.org>
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;


[2/2] activemq-artemis git commit: This closes #1408

Posted by cl...@apache.org.
This closes #1408


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

Branch: refs/heads/master
Commit: 32c54d5946bb656ce16f98406311feed76ee88eb
Parents: 8cfa488 006c31f
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Jul 24 09:52:10 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jul 24 09:52:10 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(-)
----------------------------------------------------------------------