![]() ![]() ![]() ![]() |
Managed Thread Factory Template: Configuration
Configuration Options Related Tasks Related Topics
Use this page to configure a managed thread factory (MTF) template. MTF templates are used by applications to create managed threads.
Configuration Options
Name Description Name The name of this managed thread factory template. Once you create a managed thread factory template, you cannot change its name.
MBean Attribute:
ManagedThreadFactoryTemplateMBean.Name
Changes take effect after you redeploy the module or restart the server.
Priority An integer that specifies the daemon thread's priority. If a value is specified, all concurrent new threads created by this MTF are affected.
MBean Attribute:
ManagedThreadFactoryTemplateMBean.Priority
Minimum value:
1
Maximum value:
10
Max Concurrent New Threads The maximum number of concurrent new threads that can be created by this Managed Thread Factory (MTF).
MBean Attribute:
ManagedThreadFactoryTemplateMBean.MaxConcurrentNewThreads
Minimum value:
0
Maximum value:
65534
![]() |