Hi,
I upgrade my application from
jboss 4.0.5 to 5.1.0, and i'm having problems with the jsm queues.
I’m trying to send a message to queueA from MDB and got the exception javax.naming.NameNotFoundException.
The same queue is working correctly when using from stateless bean.
I have another queue, queueB, that does work from the same MDB.
These are the configuration that I’m using:
In ejb-jar.xml:
And in jboss.xml:
queue_B is the one that is working, and queue_A is failed.
There was no change in these configuration from jboss 4.0.5.
thanks for the help