In weblogic we have a nice feature called Deferring.

Deferring Message Processing Until Completion of Boot Up
By default, an MDB starts processing messages as soon as it is deployed, even 
if its target WebLogic Server instance has not completed booting. This can 
cause an MDB application to access uninitialized services or applications 
during the boot process, and to fail. To avoid this problem, set 
start-mdbs-with-application to false in weblogic-application.xml.

Setting start-mdbs-with-application to false forces MDBs to defer starting 
until after the server instance opens its listen port, near the end of the 
server boot up process.

Does JBoss has the same option? Can any one suggest on this?

Thanks in Advance
RAmesh



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to