NameNotFoundException
hi,
I am trying to get jndi binded jms queue (jndi location : jms/queue) using jndi context which is configured in oracle application server.
how do i acess the same in my program. just jms/queue is sufficient or anything else. if i give it as jms/queue, it is throwing javax.naming.NameNotFoundException
please give me a solution.

