: '[EMAIL PROTECTED]'
Asunto: RE: [JBoss-user] Registry of Queue in JBoss/JMS
If your queue name is MyQueue in JBoss, you have to look it up as
queue/MyQueue. Similarly MyTopic is topic/MyTopic.
Richard.
-Original Message-
From: Valentin Encinas [mailto:[EMAIL PROTECTED]]
Se
If your queue name is MyQueue in JBoss, you have to look it up as
queue/MyQueue. Similarly MyTopic is topic/MyTopic.
Richard.
-Original Message-
From: Valentin Encinas [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 2:52 PM
To: Jboss-User
Subject: [JBoss-user] Registry of Queue
Hello again!
Now I have the following error in JMS:
Queue name is MyQueue
JNDI lookup failed:
javax.naming.NameNotFoundException: MyQueue
not bound
The code of the program is simple and is the
following one:
import java.util.Properties;import
javax.jms.*;import javax.naming.*;
publ