Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JavaGroups Service Properties

Revision as of 21:07, 19 October 2019 by Slewis.composent.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JavaGroups Remote Service Provider System Properties

Property Name Description Type Default Value
System property: -Djgroups.bind_addr=<hostname or ip address>   Bind address or hostname for JGroups channel used for remote service distribution String   localhost  
ecf.jgroups.manager.id   JavaGroups Id, which consists of: jgroups:<jgroupsChannelName> String   jgroups:ecf.jgroups.defaultGroup  
ecf.jgroups.manager.channelConfigProperty   Config property for configuring a JGroups channel. The value of this property is used to create a JChannel instance:
return new JChannel(ConfiguratorFactory.getStackConfigurator(<property value>));
String   udp.xml  

Back to the top