posted 15 years ago
Hi,
i am creating jms client to connect with remote message server.
I have remote JMS server who have two ports for management 2500 and messaging 2510
When i am trying to connect with server using port 2510
env.put(Context.PROVIDER_URL, "tcp://193.143.44.67:2510");
it is giving javax.naming.NamingException exception ...
but i am able connect with sever port 2500 but not able to send message.. i can only send message through port 2510..
is there any way where i can connect through port 2500 and send message through port 2510 in same client?
SCJP1.4<br />SCWCD1.5<br />"Nothing is impossible"