Reputation: 616
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 ?
Upvotes: 6
Views: 4671
Reputation: 1398
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
Upvotes: 9