Hi,
I have deployed a meassage driven bean on geronimo 1.0. The MDB is listening to one particular queue and on receiving the message, it will send the message to a different queue.This application is working for 11 requests.On the 12th request, the MDB stops listening to the queue.I am sure that the MDB stops listening to the queue because in the onMessage method I have printed something(just before sending to a different queue),the moment a message is there in the queue. I have checked from the web console of geronimo 1.0 that the message is there in the queue,but the message driven is not printing anything on the console on the 12th time. I am not able to get the reason why it is behaving such a way.What can be the reason?Where exactly it is getting stuck and why? Can anyone give me pointers what can be the reason why the MDB is not listening to the queue after a certain number of requests?Can some kind of resource leakage lead to such kind of a behaviour of the MDB? Warm Regards, Anshuk Pal Chaudhuri **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
