Reputation: 1193
I want to limit the number of connection received by WSO2 ESB. Is there any property to be able to limit by properties (axis2, carbon, etc.)?
Upvotes: 0
Views: 670
Reputation: 2149
This answer is based on the understanding gained from your comment. So, I assumed your backend has a limit of requests which can be processed which is less than what the ESB can accept.
There are two option:
As Bhathiya has mentioned, you can front your ESB with a WSO2 API Manager and throttle the requests too.
Upvotes: 2
Reputation: 12502
Until ESB 4.8.1, it had throttling feature. You also can use Throttling Mediator in each service.
Another option is to front ESB by WSO2 API Manager which has complete throttling support.
Upvotes: 0