RE: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Luong, Tony S322
try setting the hostname in jndi.properties on machine B. e.g. java.naming.provider.url=ormi://machineA -Original Message- From: Vidur Dhanda [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 9:42 AM To: Orion-Interest Subject: RP/Please Help: Connecting to

Re: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Vidur Dhanda
I already have that and can use EJBs residing on machineA from a client on machineB. The problem is in using JMS. The client on machineB wants to subscribe to a message queue. Since Orion server is running on machineA, the JMS server is also running there. How does the client reference it?

RE: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Jason Smith
Well, I worked on this problem b/c it is something I eventually want to do, and I am finally able to connect to a remote JMS server. On the machine running JMS/Orion, you need to edit orion/config/jms.xml. You need to change the jms-server tag to contain the host that it is running on, don't just