Sets the maximum number of connections per specific route.
Generators: Java, .NET
Level: Generator
If you add httpclient-4.5.13.jar and httpcore-4-4-13.jar to the classpath, connections allow for reusability (persistent connections).
By setting a value to the Maximum pool size per route property, you can reuse the same connection established for a specific route up to the value assigned. The property supports concurrent tasks.
The default value varies according to the generator:
Java: 1000
.NET: 10000
This property applies only at design time.
To apply the corresponding changes when the property value is configured, execute Build any object with the purpose of generating the *.config files.
HttpClient data type