In the server's output that I had pasted in my previous mail, I forgot to paste
a few lines which might be helpful/informative :
The output from the server is:
16:08:58,046 INFO [Amit_Queue] Bound to JNDI name: queue/Amit_Queue
|
| 16:09:15,312 INFO [EjbModule] Deploying InformerBean
Hi adrian,
Thanks for pointing out the error that I gave in the XML data in here. But this
was actually a typo in the XML file that I had given here...I have rechecked,
and the queue name IS actually Amit_Queue instead of Amitz_Queue.
Still my problem isn't solved...
I am also attaching the co
Thanks Anil, for responding back.
However, I have already added my Queue to jbossmq-destinations-service.xml file
under the \server\default\deploy\jms folder. At startup, my JBoss
shows up a debug statement "Amit_Queue bound". (I had mentioned this in my
initial prob desc as well.). I had also
Hi,
I am trying to send a message to a queue in JBoss 4.0 from a Stateless Session
bean. I have implemented a MDB to receive messages from that queue. However,
even though no compilation/runtimes errors show up, I am not able to receive
the message. I have put debug statements in ejbCreate() an