A question for the gurus, is possible by any means to spawn up new MDBs 
programatically at runtime? 

Background

We are developing an telecom operator SMSC delivering mobile SMS to external 
clients. The application uses a single MDB for the delivery, the SMSes are put 
on the queue and posted by the MDB using HTTP to the client. This is not very 
optimal since it is possible for a singel client to drain all MDB threads if it 
responds to slow. It would be really nice to have a dedicated MDB per client to 
prevent this, and since clients come and go it requires us to do it dynamically 
at runtime... 

(The application runs on a JBoss4)

Again, is it possible by any means to spawn up new MDBs programatically at 
runtime?

Many thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891876#3891876

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891876


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to