Hi,

I have a design such that my MDB is a long lived conversation. I have my
active MQ servers hosted in a cluster ... and so I need to connect to the
same server from which I made my first connection.

So I get the hostname ...

java.net.InetAddress i = java.net.InetAddress.getLocalHost();
hostName = i.getHostName();

I set this in the JMSReplyTo, but this doesn't seem to work.
Is there anything that I am missing out ???
-- 
View this message in context: 
http://www.nabble.com/connecting-to-the-same-server-tf1958837.html#a5373197
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to