Hi ,

My question is : Is there a max time period for which an instance of an MDB be active ? Can an instance of an MDB be active for 24 hrs ?

This is my scenario:

I have an MDB called TaskMDB which is my regression tester. TaskMDB parses a CSV file and for every 100 lines , it sends a message to a queue. Also, after every 5 minutes, it gets a new JMS connection. The queue message is picked up by a another MDB called Inserter which the calls create method on my entity bean for every line in the message. This way I can test all my MDBs and my Entity and my Database performance. (Once my app starts working , I will opensource this tester as a regression testing framework)

The problem is that after about 150,000 lines and about 3 hours , my TaskMDB disappears. : I get no errors or exceptions or any messages. Its like it was pushed out from the VM. (If I dont send any messages, my CSV parsing completes in about 7 minutes and the TaskMDB completes without any problems)

What could be going on ? I will appreciate any help.

Regards
-manish













_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to