[jboss-jira] [JBoss JIRA] Commented: (JBREM-643) configuration for multi-homed server invokers
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Fri Feb 1 00:08:00 EST 2008
[ http://jira.jboss.com/jira/browse/JBREM-643?page=comments#action_12397753 ]
Ron Sigal commented on JBREM-643:
---------------------------------
Actually, the issue is still open.
Here's an example of a multihome InvokerLocator:
socket://multihome/?serializationtype=jboss&homes=127.0.0.1:4444!192.168.7.7
The set of host/port pairs is specified as a "!"-separated list.
To create a multihome Connector, just use this new notation and create the Connector as usual:
InvokerLocator locator = new InvokerLocator("socket://multihome/?serializationtype=jboss&homes=127.0.0.1:4444!192.168.7.7");
connector = new Connector(locator);
The only programmatic examples, at this point, are in org.jboss.test.remoting.multihome.MultihomeTestParent
Eventually, I'll add documentation to the Remoting Guide.
Note, by the way, that this feature is only in Remoting 2.4.0.
> configuration for multi-homed server invokers
> ---------------------------------------------
>
> Key: JBREM-643
> URL: http://jira.jboss.com/jira/browse/JBREM-643
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: general
> Affects Versions: 2.2.0.Alpha4
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Fix For: 2.4.0.Beta1 (Pinto)
>
>
> Need to allow explicit configuration for multi-homed systems so can be done via one Connector with multiple bindings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list