From d264e67f271b1d062de432926bf9b7e986e07104 Mon Sep 17 00:00:00 2001 From: "Dr. David A. Kunz" Date: Wed, 11 Dec 2024 11:52:22 +0100 Subject: [PATCH 1/3] queue config --- node.js/messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.js/messaging.md b/node.js/messaging.md index 6a32687c1..94fbcded6 100644 --- a/node.js/messaging.md +++ b/node.js/messaging.md @@ -273,7 +273,7 @@ If you register at least one handler, a queue will automatically be created if n You have the following configuration options: -- `queue`: An object containing the `name` property as the name of your queue, additional properties are described in section [QueueP](https://help.sap.com/doc/75c9efd00fc14183abc4c613490c53f4/Cloud/en-US/rest-management-messaging.html#_queuep). +- `queue`: An object containing the `name` property as the name of your queue, additional properties are described [here](https://hub.sap.com/api/SAPEventMeshDefaultManagementAPIs/path/putQueue). - `amqp`: AQMP client options as described in the [`@sap/xb-msg-amqp-v100` documentation](https://www.npmjs.com/package/@sap/xb-msg-amqp-v100?activeTab=readme) If the queue name isn't specified, it's derived from `application_name` and the first four characters of `application_id` of your `VCAP_APPLICATION` environmental variable, as well as the `namespace` property of your SAP Event Mesh binding in `VCAP_SERVICES`: `{namespace}/{application_name}/{truncated_application_id}`. From ae1f55a1fb3d22a5fb711fb4b7f00a07efe32c26 Mon Sep 17 00:00:00 2001 From: Rene Jeglinsky Date: Wed, 11 Dec 2024 12:07:52 +0100 Subject: [PATCH 2/3] adapt link --- java/messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/messaging.md b/java/messaging.md index ecf7a8a37..d7a66829b 100644 --- a/java/messaging.md +++ b/java/messaging.md @@ -542,7 +542,7 @@ cds: ``` ::: -[Learn more about SAP Event Mesh configuration options.](https://help.sap.com/doc/75c9efd00fc14183abc4c613490c53f4/Cloud/en-US/rest-management-messaging.html#_queuep){.learn-more} +[Learn more about SAP Event Mesh configuration options.](https://hub.sap.com/api/SAPEventMeshDefaultManagementAPIs/path/putQueue){.learn-more}
From 5524293fc0f1c6fa7a99aed5c735947a2b5d8ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jeglinsky?= Date: Wed, 11 Dec 2024 12:09:31 +0100 Subject: [PATCH 3/3] Update node.js/messaging.md --- node.js/messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.js/messaging.md b/node.js/messaging.md index 94fbcded6..1e62596a5 100644 --- a/node.js/messaging.md +++ b/node.js/messaging.md @@ -273,7 +273,7 @@ If you register at least one handler, a queue will automatically be created if n You have the following configuration options: -- `queue`: An object containing the `name` property as the name of your queue, additional properties are described [here](https://hub.sap.com/api/SAPEventMeshDefaultManagementAPIs/path/putQueue). +- `queue`: An object containing the `name` property as the name of your queue, additional properties are described [in the SAP Business Accelerator Hub](https://hub.sap.com/api/SAPEventMeshDefaultManagementAPIs/path/putQueue). - `amqp`: AQMP client options as described in the [`@sap/xb-msg-amqp-v100` documentation](https://www.npmjs.com/package/@sap/xb-msg-amqp-v100?activeTab=readme) If the queue name isn't specified, it's derived from `application_name` and the first four characters of `application_id` of your `VCAP_APPLICATION` environmental variable, as well as the `namespace` property of your SAP Event Mesh binding in `VCAP_SERVICES`: `{namespace}/{application_name}/{truncated_application_id}`.