6

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 ?

somaniA
  • 614
  • 2
  • 7
  • 30

1 Answers1

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