What are default number of threads in mule thread . For example , if i create a http connector in mule and do not specify receiver thread size , then what it maximum number of concurrent request it can handle ?
Asked
Active
Viewed 4,472 times
1 Answers
9
The default is 16.
This value and others can be found here Mule Constant Field Values. In particular the section for org.mule.api.config.ThreadingProfile

Tracy Snell
- 1,278
- 10
- 8