---
title: Obsolete Notification URL (deprecated)
description: Nominates a URI representing a dummy endpoint within the agent, which accepts incoming notifications from AM.
component: java-agents
version: 2023.11
page_id: java-agents:properties-reference:org.forgerock.agents.obsolete.notification.url
canonical_url: https://docs.pingidentity.com/java-agents/2023.11/properties-reference/org.forgerock.agents.obsolete.notification.url.html
---

# Obsolete Notification URL (deprecated)

Nominates a URI representing a dummy endpoint within the agent, which accepts incoming notifications from AM.

This mechanism was replaced by websocket notifications, so if anything is sent to this dummy endpoint, it will not be processed, but will be acknowledged with "OK".

|                          |                                                                                                                                                                                                                                 |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.obsolete.notification.url`                                                                                                                                                                                |
| Deprecated in            | `5.6`                                                                                                                                                                                                                           |
| Aliases                  | `com.sun.identity.client.notification.url`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.obsolete.notification.url`   Introduced in Java Agent 5.6 |
| Function                 | Notifications                                                                                                                                                                                                                   |
| Type                     | String                                                                                                                                                                                                                          |
| Bootstrap property       | No                                                                                                                                                                                                                              |
| Required property        | No                                                                                                                                                                                                                              |
| Restart required         | No                                                                                                                                                                                                                              |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                        |
