Hi Guys, I need to get OpenEJB3 ready for some clustering. Here is a plan...
I am going to add a multicast agent to openejb so that the containers can "find each other". The containers will create a list of endpoints (other servers) and stuff the list in the ServerMetaData as a list of URLs. That list will go to the client for use in the proxy. Currently OEJB2 uses round robin, but I would like to port it up to OEJB3 with a plugable strategy, so we can use "random" for EJB connectivity to provide for load balancing, as well as round robin. I would like to know about preferences for insertion points for the multicast agent, deployment configuration (to turn it on and use it), etc. All comments are welcome. Thanks, Jeff
