This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: JMS and multi-homed hostslingm May 17, 2002 5:06 PM (in response to rmchan)Hi, 
 Setting the OILService BindAddress solved the problem for my setup, where my server (NT) is on a 2 NIC machine and my clients (NT local & Solaris) were subscribed to a topic. I received events on both clients as expected.
 One other thing you should do is set java.rmi.server.hostname (-Djava.rmi.server.hostname=yourIP) when launching jboss (This is for the Sun JVM, not sure about the IBM one). This lets RMI know which address to direct requests/replies to. If I don't do this, my remote client will hang when looking up the JNDI name and not receive events.
 -Maurice.
- 
        2. Re: JMS and multi-homed hostslingm May 24, 2002 8:29 PM (in response to rmchan)I found a problem with OILClientILService on multi-homed clients which I've posted at 
 http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/
 
    