1. manually add the following in the config.xml:
<server>
<name>AdminServer</name>
<use81-style-execute-queues>true</use81-style-execute-queues>
<listen-address/>
</server>
<name>AdminServer</name>
<use81-style-execute-queues>true</use81-style-execute-queues>
<listen-address/>
</server>
<OR>
1. Add the following in JAVA_OPTIONS : -Dweblogic.Use81StyleExecuteQueues=true
2. Start the weblogic server
- On adding this parameter you will see a tab names 'QUEUES' under 'Server > configuration' in the administration console
- Create a new Queue named : weblogic.kernel.defaultNow you can edir the properties of the Queue in the similar manner you use to do it in WLS 8.1
- This may come handy: http://download.oracle.com/docs/cd/E11035_01/wls100/perform/appb_queues.html#wp1048423
Unni

0 comments:
Post a Comment