diff --git a/en/docs/reference/config-catalog.md b/en/docs/reference/config-catalog.md index 4bbbedb89a..4f0d40ad2d 100644 --- a/en/docs/reference/config-catalog.md +++ b/en/docs/reference/config-catalog.md @@ -5073,7 +5073,7 @@ If a token is revoked, the notification will be sent to the JMS topic. Write a c -## Enable Notifications +## API-M Event Hub configurations
[apim.event_hub]
+enabled = true
+username = "username"
+password = "password"
+service_url = "https://control-plane-host/services/"
+event_listening_endpoints = ["tcp://control-plane-host:5672"]
+event_duplicate_url = ["tcp://control-plane-2-host:5672"]
+
+ [apim.event_hub]
+
+ + Configures the event hub in API Manager +
+enable
+ + boolean + +
+true
+ true,false
+ Enable the event hub.
+username
+ + string + +
+Username of the super tenant admin
+ Username of the super tenant admin.
+password
+ + string + +
+Password of the super tenant admin
+ Password of the super tenant admin.
+service_url
+ + string + +
+
+ Internal service URL of the event hub. This configuration is used to pull artifacts from the control plane.
+event_listening_endpoints
+ + string array + +
+
+ Array of event listening endpoints which are used to create a JMS connection with the control plane.
+event_duplicate_url
+ + string array + +
+
+ Array of endpoints which is used in control plane to communicate with the other in a HA setup (If multiple URLs are added, other URLs will be taken as failover endpoints).
+event_waiting_time
+ + integer + +
+
+ The waiting time before the gateway/traffic manager waits before processing JMS events received from the event hub (in Milliseconds).
+