-
1. Re: Problem with connecting EJB remotely from JBOSS to JBOSS without using outbound-connection
sulabh.agarwal Sep 23, 2014 4:25 AM (in response to sulabh.agarwal)I am able to give more that one connection in jboss-ejb-client.xml like below and jboss is able to handshake at the time of deployment of the jar. but still i need jboss-ejb-client.xml outside so that anyone can configure it i.e. can add more connection later without updating the jar. would be helpful, If someone has some idea about this.
<jboss-ejb-client xmlns="urn:jboss:ejb-client:1.0">
<client-context>
<ejb-receivers>
<remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection"/>
</ejb-receivers>
</client-context>
<client-context>
<ejb-receivers>
<remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection1"/>
</ejb-receivers>
</client-context>
</jboss-ejb-client>