---
title: Enable HTTP Connection Reuse
description: When Enable Connection Pooling is true, this property enables connection reuse.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.http.client.reuse.connections.enabled
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.http.client.reuse.connections.enabled.html
---

# Enable HTTP Connection Reuse

When [Enable Connection Pooling](org.forgerock.agents.use.connection.pooling.enabled.html) is `true`, this property enables connection reuse.

|                          |                                                                                               |
| ------------------------ | --------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.http.client.reuse.connections.enabled`                                  |
| Aliases                  | `org.forgerock.agents.http.client.reuse.connections.enabled`   Introduced in Java Agent 5.8.0 |
| Function                 | Connection pooling                                                                            |
| Type                     | Boolean: `true` returns true; all other strings return `false`.                               |
| Default                  | `true`                                                                                        |
| Bootstrap property       | Yes                                                                                           |
| Required property        | No                                                                                            |
| Restart required         | Yes - Restart the container after changing the property                                       |
| Local configuration file | `AgentBootstrap.properties`                                                                   |
