This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Error while connecting JMS queue from remote hostclebert.suconic Oct 22, 2012 11:41 AM (in response to anilkonduru)You should define the connector using the proper IP / port. BTW: I will move your discussion to the user's forum. this is the dev forum and we use it for design... this is not a design question. 
- 
        2. Re: Error while connecting JMS queue from remote hostjbertram Oct 22, 2012 11:54 AM (in response to anilkonduru)1 of 1 people found this helpfulActually there look to be a few issues here. - The error you're receiving is a javax.naming.CommunicationException which means your JNDI look-up is failing. In other words, you aren't even getting to HornetQ.
- You've defined an org.hornetq.core.remoting.impl.invm.InVMAcceptorFactory with a host and port which is not a valid configuration. You should use org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory instead.
 
 
     
    