As work enters a WebLogic Server, it is placed in an execute queue. This work is then assigned to a thread within the queue that performs the work. By default, a new WebLogic Server instance is configured with a default execute queue (named "default") that contains 15 threads. WebLogic Server instances also contain 2 built-in execute queues named __weblogic_admin_html_queue and __weblogic_admin_rmi_queue, but these queues are reserved for communicating with the WebLogic Administration Console. If you configure no additional execute queues, all web applications and RMI objects use the default queue.
Use this page to configure a new, user-defined execute queue for use with applications on this server, or to edit an existing execute queue.