3 Replies Latest reply on Feb 25, 2012 7:12 AM by mp911de

    How to setup and invoke an EJB deployed on multiple remote servers from within another server instance

    bessen

      I followed the documenentation to set up outbound socket and outbound connection to invoke an EJB on a remote server from another server instance and it worked. Now I have a follow-up question. If I want to invoke an EJB deployed on JBoss remote server 1 and remote server 2 from server 0. What should I do? I need to set up two outbound socket bindings and two outbound socket connections? When I want to invoke the EJB from the JBoss remote server 1 or 2, should I do? How does JBoss server 0 knows which one to invoke my EJB call?