---
title: Max HTTP Connection Count
description: When Enable Connection Pooling is true, this property defines the maximum number of HTTP connections allowed at any time.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.http.client.max.connections
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.http.client.max.connections.html
---

# Max HTTP Connection Count

When [Enable Connection Pooling](org.forgerock.agents.use.connection.pooling.enabled.html) is `true`, this property defines the maximum number of HTTP connections allowed at any time.

|                          |                                                                                     |
| ------------------------ | ----------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.http.client.max.connections`                                  |
| Aliases                  | `org.forgerock.agents.http.client.max.connections`   Introduced in Java Agent 5.8.0 |
| Function                 | Connection pooling                                                                  |
| Type                     | Integer                                                                             |
| Default                  | `1000`                                                                              |
| Bootstrap property       | Yes                                                                                 |
| Required property        | No                                                                                  |
| Restart required         | Yes - Restart the container after changing the property                             |
| Local configuration file | `AgentBootstrap.properties`                                                         |
| AM console               | Tab: `Redirect`Title: `Max HTTP Connection Count`                                   |
