← All posts

Using WLS 8.1 Threading Model in WLS 9.x / 10.x

The flag that brings back execute queues in WLS 9.x and later

Unni Pillai
Unni Pillai · 1 min read

If in the past (versions prior to WLS 9.x) you have been using execute queues to improve performance of your applications ,  you may still continue avail the flexibility of 8.1 style execute queues by following the below given steps:

1. manually add the following in the config.xml:

AdminServer **true**

1. Add the following in JAVA_OPTIONS : -Dweblogic.Use81StyleExecuteQueues=true

2. Start the weblogic server

Cheers :)
Unni