Re: [JBoss-dev] Re: Roadmap 4.0 working draft

2003-12-19 Thread Scott M Stark
Its a variation of the FirstAvailable load balancing policy that chooses the singleton rather than one of the cluster nodes. -- Scott Stark Chief Technology Officer JBoss Group, LLC Ivelin Ivanov wrote: An interesting problem came up related to HA

Re: [JBoss-dev] Re: Roadmap 4.0 working draft

2003-12-19 Thread Tom Elrod
Should probably be added onto remoting since it already does detection for different domains (clusters). The detection payload could be updated to contain the extra singleton node info to indicate which services are provided. -Tom Ivelin Ivanov wrote: An interesting problem came up related to

[JBoss-dev] Re: Roadmap 4.0 working draft

2003-12-19 Thread Ivelin Ivanov
An interesting problem came up related to HA JMS. There is a need for a remoting mechanism that can not only keep a current list of the cluster nodes, but also know which one is the singleton node for a particular service. Is this something that should be added to the roadmap under remoting? Woul