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! Go to Solution.
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.