I'm sorry, I really don't know enough about BDBXML's replication API to give you a very good answer. Are you saying they expose an API that 1) on the origin server gives you access to data that needs to be replicated and 2) on the destination server(s) allows you to integrate it? But it's your responsibility to move the data around the network, determine who to send it to, etc?
If so, you could create an MBean service for this that utilizes JBoss' HAPartition service. HAPartition provides support for group RPC calls and a registry of the servers in the cluster that have your service running. Simplest way to write such a service is to subclass org.jboss.ha.jmx.HAServiceMBeanSupport. There is some documentation in Chapter 9 of the Clustering Guide that explains a bit about the architecture behind this. Probably a good idea is to look at that and then look at the code for the HASessionState service as an example of such a service. The HASessionState code can be found in the "cluster" module of the JBoss AS codebase, particularly package org.jboss.ha.hasessionstate.server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947443#3947443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947443 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user