---
title: Enable Notifications of Agent Configuration Change
description: Flag to indicate whether the agent subscribes to WebSocket notifications from AM for configuration changes. This property applies only the agent profile is stored in AM's configuration data store.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.config.change.notifications.enabled
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.config.change.notifications.enabled.html
---

# Enable Notifications of Agent Configuration Change

Flag to indicate whether the agent subscribes to WebSocket notifications from AM for configuration changes. This property applies only the agent profile is stored in AM's configuration data store.

|                          |                                                                                                                                                                                                                                                            |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.config.change.notifications.enabled`                                                                                                                                                                                                 |
| Aliases                  | `org.forgerock.agents.config.change.notifications.enabled`   Introduced in Java Agent 5.6`com.sun.identity.agents.config.change.notification.enable`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6 |
| Function                 | Notifications                                                                                                                                                                                                                                              |
| Type                     | Boolean: `true` returns true; all other strings return `false`.                                                                                                                                                                                            |
| Default                  | `true`                                                                                                                                                                                                                                                     |
| Bootstrap property       | Yes                                                                                                                                                                                                                                                        |
| Required property        | No                                                                                                                                                                                                                                                         |
| Restart required         | No                                                                                                                                                                                                                                                         |
| Local configuration file | `AgentBootstrap.properties`                                                                                                                                                                                                                                |
| AM console               | Tab: `Global`Title: `Enable Notifications of Agent Configuration Change`Legacy title: `Agent Configuration Change Notification`                                                                                                                            |
