Lone Developer
Lone Developer

Reputation: 616

Default Thread Pool Size in MULE

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

Answers (1)

Tracy Snell
Tracy Snell

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

Related Questions