Is there a way to publish some EJB's to only some nodes in a cluster? Although the documentation heavily discourages it, our framework really needs it badly, because some machines are actually much faster then others... Consider three ejbs : RealTimeEJB1, BatchEJB2 and SharedEJB3 I wanted RealTimeEJB1 to run only on node1 and BatchEJB2 to run on node2, while SharedEJB3 to run on both nodes? Is there a way to achieve this? Has that some thing to do with partitions and cluster-config partition name in jboss.xml file?
Thank you all Sunny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902577#3902577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902577 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
