Sacha,

First off, thanks to you, Marc, Scott, and everyone else there for such a
cool product. We've been putting a very limited subset of features through
its paces and it is working very well for us. Now, about the MBean services
failover...can you think of *any* way to engineer this without having to put
proprietary code in the MBean? I realize the .sar format is jboss specific,
but was hoping to keep from making any jboss api calls if at all possible..

thanks,
David




>Yes, take a look at the Distributed Replicant Manager (DRM) on top of the
>partition. Take a look at the very recent api change.>
>
>You simply register your mbean under a given name in this service, and
>register for composition change (always in the DRM). Inside the event
>handler, you call somthing like DRM.iAmTheMasterNode which will return a
>boolean. If true, you are the master of the cluster, if not, you are a
>slave. Your mbean doesn't need to be started on all nodes of the cluster:
>the DRM can work with subset of a cluster.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to