| Author |
Destination Queue not found
|
Julie Jolie Roger
Greenhorn
Joined: Jul 18, 2008
Posts: 2
|
|
Hello, I am new to websphere. I have a problem with my destination queue. I am able to lookup the connection factory but not the queue. Can you help me please ? Here is the exception messages. I have created the following settings in Websphere. Bus: emailmessagebus Connection Factory: UnionVieConnectionFactory JNDI jms/unionVieConnectionFactory) Queue: emailMsgQueue JNDI: jms/emailMsgQueue Activation: emailMsgActivation JNDI: jms/emailMsgActivation web.xml ibm-web-dnd.xmi Thanks.
|
 |
Sandeep Murthy
Ranch Hand
Joined: Oct 05, 2005
Posts: 34
|
|
Hi, From your exception message, it looks like resource references are being used to lookup the queue. In which case, it should be specified as java:comp/env/...... But in the exception, I could only see that you are trying to lookup comp/env/... Verify it once if you have mentioned the resource reference properly as java:comp/env/... If the above is specified properly, try running the dumpNameSpace utility and verify if the queue jndi name is bounded. [ July 24, 2008: Message edited by: Sandeep Narasimhamurthy ]
|
SCJP 1.4
|
 |
 |
|
|
subject: Destination Queue not found
|
|
|