What do the Message Processor/Router properties HTTPTransport.max.client.count and ServerContainer.max.clients mean ?

The Message Processor's http.properties has the following property

HTTPTransport.max.client.count=10000

and Router's router.properties has the following property

ServerContainer.max.clients=10000

What do these properties mean ?

Solved Solved
2 5 1,471
1 ACCEPTED SOLUTION

Not applicable

In Message Processor, HTTP property "HTTPTransport.max.client.count" defines the maximum number of connections to backend server from Message Processor.

Similarly in router, Router property "ServerContainer.max.clients" defines the maximum number of connections to MessageProcessor(MP) from router.

View solution in original post

5 REPLIES 5

Not applicable

In Message Processor, HTTP property "HTTPTransport.max.client.count" defines the maximum number of connections to backend server from Message Processor.

Similarly in router, Router property "ServerContainer.max.clients" defines the maximum number of connections to MessageProcessor(MP) from router.

@tskumar@apigee.com

Thanks for your answer.

@AMAR DEVEGOWDA , If your query is resolved, please click on Accept link below answer so that it will be helpful for others too.

@tskumar@apigee.com, thank you for the information!

To be clear, does "maximum number of connections" mean total connections from server to client (i.e., total of all connections from single MP to all backend servers, total of all connections from single router to all MPs)?

Not applicable

@Jason Harrington MP acts as a client to the backend server. "HTTPTransport.max.client.count" defines the maximum number of connection from MP to backend.