Try looking up "topics/testTopic"

If you point a browser at port 8082 on the server you'll get the JMX web 
interface. One of the mbeans is a JNDIViewer. Drill into that and invoke 
its operation and you'll be able to see the server's JNDI namespace.

Balazs Lichtl wrote:

> Hi everybody,
> 
> i have the problem, that my external java client does not find any JMS
> Topics of the running jboss:
> by the second fo following calls:
> 
>             topicConnectionFactory =
> (TopicConnectionFactory)jndiContext.lookup("TopicConnectionFactory");
>             topic = (Topic) jndiContext.lookup("testTopic");
> 
> the exception was thrown:
> 
> "JNDI lookup failed: javax.naming.NameNotFoundException: testTopic not
> bound"
> 
> do anyone have an idea how to solve this problem?
> 
> both of jboss and client runs with java1.3.
> 
> thanx,
> balazs lichtl
> 
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to