From 84d73156d73f23366bf5cf4a873d8fb0a4be2fad Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Fri, 21 Jun 2024 13:46:18 -0400 Subject: [PATCH] Typo fix --- examples/using-substitution-expressions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-substitution-expressions/README.md b/examples/using-substitution-expressions/README.md index 38db70b..9868912 100644 --- a/examples/using-substitution-expressions/README.md +++ b/examples/using-substitution-expressions/README.md @@ -16,7 +16,7 @@ Strings containing substitution expressions must be [properly escaped](https://d * `msg_vpn_name` - Set to `default` in the example. * `rest_delivery_point_name` -* `url` - Set to `http://example.com/$${msgId()}` in the example. Notice the escape sequence, which results in `${msgId()}` configured on the broker. Substitution expressions are only suported in the path component. +* `url` - Set to `http://example.com/$${msgId()}` in the example. Notice the escape sequence, which results in `${msgId()}` configured on the broker. Substitution expressions are only supported in the path component. * `queue_name` - Set to `rdp_queue`, the queue that has been created to be used with the RDP. Important: The REST delivery point must have permission to consume messages from the queue — to achieve this, the queue’s owner must be set to `#rdp/` or the queue’s permissions for non-owner clients must be set to at least `consume` level access. Queue ingress and egress must also be enabled.