In message processor properties, What does "conf_http_HTTPTransport.max.client.count=0" mean?

Hello,

In default properties file of message processor, I found conf_http_HTTPTransport.max.client.count=0.

What does 0 mean?

Thanks.

Kyi Soe

2 Likes

Hi @kyisoe
based on an earlier discusson

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

https://www.googlecloudcommunity.com/gc/Apigee/What-do-the-Message-Processor-Router-properties-HTTPTransport/m-p/57420

Setting this value to 0 means “no limit” or “unbounded”.

Br,
Marcelo