1 Reply Latest reply on Jan 11, 2014 2:18 PM by ralf.penners

    Invoking multiple EJBs between JBoss AS 7.1.1 Final instances

    ralf.penners

      Hi,

       

      I have an application deployed on multiple JBoss AS 7.1.1 Final instances, which provide all an EJB via a remote interface.

       

      Now I want to invoke that EJB from one server instance on all the other server instances. Therefor I already found this tutorial EJB invocations from a remote server instance - JBoss AS 7.2 - Project Documentation Editor, but this article only describes the procedure for a 1:1 invocation.

       

      But how can I achieve the same for a 1:N communication between multiple instances?

       

      Thank you!