Default Thread Pool Size in MULE

mule

Solution

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

Problem

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 ?

Original source