Wednesday, December 2, 2009

Use 81 style execute queues

From Weblogic 9.x onwards work managers are used instead of execute queues. Oracle provides a flag that enables you to disable the self-tuning execute pool and provide backward compatibility for upgraded applications to continue to use user-defined execute queues. Following steps can be followed to use 81 execute queues with later weblogic versions

1) Manually add the following in the config.xml:

AdminServer

true



Or we can add the following in JAVA_OPTIONS :

-Dweblogic.Use81StyleExecuteQueues=true

2) Start the server
















On adding this parameter we will get queue tab under server > configuration > Queue the console:
















Create a new Queue with the name: weblogic.kernel.default















We can edit the queue length and other parameters as in WLS8.1


Reference link:

http://download.oracle.com/docs/cd/E11035_01/wls100/perform/appb_queues.html#wp1048423





1 comment: