Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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,596
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