NO-JIRA fix cluster doc XML order

This commit is contained in:
Justin Bertram 2021-05-25 11:37:59 -05:00 committed by GitHub
parent 67949b9484
commit 295cf7996b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,9 +148,9 @@ group:
```xml ```xml
<broadcast-groups> <broadcast-groups>
<broadcast-group name="my-broadcast-group"> <broadcast-group name="my-broadcast-group">
<broadcast-period>2000</broadcast-period>
<jgroups-file>test-jgroups-file_ping.xml</jgroups-file> <jgroups-file>test-jgroups-file_ping.xml</jgroups-file>
<jgroups-channel>activemq_broadcast_channel</jgroups-channel> <jgroups-channel>activemq_broadcast_channel</jgroups-channel>
<broadcast-period>2000</broadcast-period>
<connector-ref>netty-connector</connector-ref> <connector-ref>netty-connector</connector-ref>
</broadcast-group> </broadcast-group>
</broadcast-groups> </broadcast-groups>