core-threads = 0 is not no limit, it looks like setting core-threads=0 sets it to 1
core-threads: Provides the number of threads to keep in the executor’s pool, even if they are idle. A value of 0 means there is no limit.
https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform
/7.1/html/development_guide/concurrency_utilities
Engr pointed to this page which pulls the descriptions from the management api:
https://wildscribe.github.io/WildFly/11.0/subsystem/ee/managed-executor-service/index.html
- is cloned by
-
JBEAP-14401 [GSS](EO12) CHAPTER 9. CONCURRENCY UTILITIES docs core-threads wrong description
- Closed