Greetings.
I have been through the documentation, but I seem to be missing
something.
I am trying to listen on a queue that is not on a local machine. The
server I am trying to listen on has an IP address of 192.168.1.50, and
the Orion Server (with Queue) is running when I try to attach. The
client is getting the context from the server in question, but when it
tries to attach to the queue, it gets the following exception;
javax.jms.JMSException: Unable to connect to JMSServer
(www1/192.168.1.50:9127)
at com.evermind.server.jms.EvermindQueueConnection._mu(Unknown
Source)
at com.evermind.server.jms.EvermindQueueConnection._os(Unknown
Source)
at com.evermind._el._os(Unknown Source)
at com.evermind._ecb.receive(Unknown Source)
at
com.hrnexus.custsetup.ejb.CreateSchemaEJB.listen(CreateSchemaEJB.java:179)
at
com.hrnexus.custsetup.ejb.CreateSchemaEJB.access$000(CreateSchemaEJB.java:20)
at
com.hrnexus.custsetup.ejb.CreateSchemaEJB$1.run(CreateSchemaEJB.java:238)
at java.lang.Thread.run(Thread.java:484)
Thanks,
Steve