[JBoss-user] [Messaging, JMS & JBossMQ] - Re: problem using JBoss JMS client with other JMS servers

2004-04-06 Thread xu2000
I am not using jnp here. Sun J2EE server does not support jnp, does it? Basically, I am seeking a way to talk to JMS queues/topics in other application servers (e.g. Sun J2EE, WebSphere, etc) from JBoss client code with/without JBoss server running. I am using iiop for this (is there any other w

[JBoss-user] [Messaging, JMS & JBossMQ] - problem using JBoss JMS client with other JMS servers

2004-04-06 Thread xu2000
Hello, I am trying to use a JBoss JMS client (on an AIX machine) to connect to other application servers such as Sun J2EE server located on a different host. I am experiencing some problem with JNDI lookup. By default, Sun J2EE server uses iiop and JBoss uses jnp as the JNDI protocol. I am tryi