users@glassfish.java.net

Re: JMS destination lookup doesn't work on GlassFish 3.1.1 with

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Tue, 11 Oct 2011 15:45:56 +0100

forums_at_java.net wrote, on 10/10/2011 14:12:
> Hi
>
> I am trying to do a similar thing, standalone Remote JMS client. My
> JMS client is running on a remote machine. but it doesnot seems to connect.
> However when i move the JMSclient to the same box which runs the server then
> the JMS client runs fine (it is able to connect and send messages to server).
> I even tried by creating a no argument constructor (as described here
> http://glassfish.java.net/javaee5/ejb/EJB_FAQ.html#StandaloneRemoteEJB) and
> it works fine only on localhost. My problem is that Remote JMS client host
> doesnot seem to connect.

What do you mean "does not seem to connect"? Which method is failing, and exactly what exception is being thrown?

(For a start, which connection are you referring to - the JNDI connection or the JMS connection?)

Nigel