• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Destination Queue not found

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic