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.
This commit is contained in:
Jiri Danek 2017-07-18 15:18:32 +02:00 committed by Clebert Suconic
parent 8cfa48886a
commit 006c31ffec
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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;