Management API Reference for long-running-threads

A thread pool executor with a bounded queue where threads submittings tasks may block. Such a thread pool has a core and maximum size and a specified queue length. When a task is submitted, if the number of running threads is less than the core size, a new thread is created. Otherwise, if there is room in the queue, the task is enqueued. Otherwise, if the number of running threads is less than the maximum size, a new thread is created. Otherwise, the caller blocks until room becomes available in the queue.

Provided Capabilities (1)

Name Dynamic Other provider points
org.wildfly.threads.executor.long-running-threads true /subsystem=jca/distributed-workmanager=*/long-running-threads=*

Attributes (11)

Operations (2)

Galleon Features

Galleon features are to be used when creating Galleon feature-packs.