Is it possible to invoke a specific EJB in all servers if my application is in a clustered environment? For instance I want to notify all servers for a specific update. Currently I am using a JMS topic to send the notification. The EJBs are deployed in Tomcat with OpenEJB
Thanks!