Hi Egidijus,
I have been looking for a similar solution for JBoss AS 6.
I tried this way: http://community.jboss.org/wiki/EJBJMSAndJNDIOverHTTPWithUnifiedInvoker but apparent it is not working for JBoss AS6. Looks like the article is meant for AS4+ and AS6 is already default to UnifiedInvoker?
I believe your way of configuring ejb3-connectors-jboss-beans.xml is the right way for AS6 (AS5 and AS6 should be very similar).
Is that the only place to configure? I tried your line:
socket://multihome:${port}/?homes=${jboss.bind.address}&connecthomes=localhost!<remote_IP>
with <remote_IP> changed to my value of course, but I could not even access locally (meaning i tested to access from localhost). I have not tested remote access (from outside of NAT) though.
I cannot seem to find pages that describe/explain the schema for ejb3-connectors-jboss-beans.xml. You have any URLs for me to refer?
Thanks a lot.
~Tew