Skip to content

Commit

Permalink
Add new properties to user manual:
Browse files Browse the repository at this point in the history
broadcast-group.jgroups-file
broadcast-group.jgroups-channel
discovery-group.jgroups-file
discovery-group.jgroups-channel
  • Loading branch information
gaohoward committed Jul 13, 2012
1 parent 73dcf0c commit 441c546
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/user-manual/en/configuration-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,22 @@
<entry>period in milliseconds between consecutive broadcasts</entry>
<entry>2000 (in milliseconds)</entry>
</row>
<row>
<entry>
<link linkend="clusters">broadcast-group.jgroups-file</link>
</entry>
<entry>String</entry>
<entry>Name of JGroups configuration file. If specified, the server uses JGroups for broadcasting. - Optional</entry>
<entry/>
</row>
<row>
<entry>
<link linkend="clusters">broadcast-group.jgroups-channel</link>
</entry>
<entry>String</entry>
<entry>Name of JGroups Channel. If specified, the server uses the named channel for broadcasting. - Optional</entry>
<entry/>
</row>
<row>
<entry>
<link linkend="clusters">broadcast-group.connector-ref</link>
Expand Down Expand Up @@ -640,6 +656,22 @@
removing that servers connector pair entry from its list.</entry>
<entry>5000 (in milliseconds)</entry>
</row>
<row>
<entry>
<link linkend="clusters">discovery-group.jgroups-file</link>
</entry>
<entry>String</entry>
<entry>Name of JGroups configuration file. If specified, the server uses JGroups for discovery. - Optional</entry>
<entry/>
</row>
<row>
<entry>
<link linkend="clusters">discovery-group.jgroups-channel</link>
</entry>
<entry>String</entry>
<entry>Name of JGroups Channel. If specified, the server uses the named channel for discovery. - Optional</entry>
<entry/>
</row>
<row>
<entry><link linkend="diverts">diverts</link></entry>
<entry>Divert</entry>
Expand Down

0 comments on commit 441c546

Please sign in to comment.