I am trying to use JMS(1.1) with Spring(2.5) in OC4J(10g). A part of the configuration is as shown:
However it is not able to lookup the Queue throwing an exception :
javax.naming.NameNotFoundException: java:comp/env/jms/demoQueue not found
I have this queue defined in OC4J as shown:
I tried using Spring, JMS and
JBoss and it worked fine.
What could be the issue?
Regards,
Joshua