javax.naming.NameNotFoundException: Unable to resolve 'jms.rsafq'
Hi,
I am trying to follow the steps 1 to 5 from the following link:
http://middlewaremagic.com/weblogic/?p=1987
But I get the error of javax.naming.NameNotFoundException: Unable to resolve 'jms.rsafq' ( of course , my JNDI name is 'jms.rsafq'). , Same configuration works on the one domain but it does not work on the other domain. I am testing with the standard QueueSend.java and QueueReceive.java programs.
What could be the issue ?