Hello,

This is with reference to JBoss 3.2.3 with SonicMQ 5.0 plugin and JDK 1.4.2_01

I have developed about 3 MDBs that are use a simple Request/Reply paradigm. I am 
getting a handle to the Response Q in the EJB create method by performing a local JNDI 
lookup. 

The issue is, the MDB is created only when a message arrives at the Q and is forward 
to the MDB. This seems like it will have a performace issue (Looking up for every 
message). So, I wish to have some instances of the MDBs created at startup of JBoss. 
Is there a facility in JBoss to do this, just like in Weblogic ? If so how do I do it. 

I have read about using container-configuration, but could never get it to work. I 
have added a <container-config> in jboss.xml to reference a container-config> in 
standardjboss.xml, but I keep getting an exception that the  is not found at the point 
I am refering to it in jboss.xml.

any help is greatly appreciated.

thanx
-ram

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to