Interoperating with Oracle AQ JMS
http://docs.oracle.com/cd/E24329_01/web.1211/e24385/aq_jms.htm
To use AQ JMS tracing and debugging, set the following system property:oracle.jms.traceLevel
Parameters for tuning:
max-threads-constraint - Work Manager- this should be higher than min-threads-constraint http://docs.oracle.com/cd/E24329_01/web.1211/e24432/self_tuned.htm#i1068070
min-threads-constraint - Work Manager
max-beans-in-free-pool - weblogic-ejb-jar.xml - http://docs.oracle.com/cd/E24329_01/web.1211/e24973/ejb_jar_ref.htm#autoId167
WebLogic Server maintains a free pool of EJBs for every entity bean, stateless session bean, and message-driven bean class. The
max-beans-in-free-pool
element defines the size of this pool.Determining the Number of Concurrent MDBs
http://docs.oracle.com/cd/E24329_01/web.1211/e24390/mdbtuning.htm#i1134848
Custom work manager with constraintvaries due to self-tuning, between
min-thread-constraint
and Min(max-threads-constraint
, max-beans-in-free-pool
)
No comments:
Post a Comment