From 6c1c863cf559fa00f8549a1855243430e324c4c3 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Tue, 13 Aug 2024 19:32:43 -0700 Subject: [PATCH 1/4] Document adding ApplicationProperties to ASB message Signed-off-by: Artur Souza --- .../components-reference/supported-bindings/servicebusqueues.md | 2 ++ .../supported-pubsub/setup-azure-servicebus-queues.md | 2 ++ .../supported-pubsub/setup-azure-servicebus-topics.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md index c836626edd6..a6a9f60e991 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md @@ -166,6 +166,8 @@ In addition to the [settable metadata listed above](#sending-a-message-with-meta To find out more details on the purpose of any of these metadata properties, please refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). +In addition, all entries of `ApplicationProperties` from the original Azure Service Bus message are appended as `metadata.`. + {{% alert title="Note" color="primary" %}} All times are populated by the server and are not adjusted for clock skews. {{% /alert %}} diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md index 2bc7ca5f984..3facbaa4700 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md @@ -153,6 +153,8 @@ In addition to the [settable metadata listed above](#sending-a-message-with-meta To find out more details on the purpose of any of these metadata properties, please refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). +In addition, all entries of `ApplicationProperties` from the original Azure Service Bus message are appended as `metadata.`. + {{% alert title="Note" color="primary" %}} All times are populated by the server and are not adjusted for clock skews. {{% /alert %}} diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md index 78b73137ffc..94d665a59ac 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md @@ -157,6 +157,8 @@ In addition to the [settable metadata listed above](#sending-a-message-with-meta To find out more details on the purpose of any of these metadata properties, please refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). +In addition, all entries of `ApplicationProperties` from the original Azure Service Bus message are appended as `metadata.`. + > Note: that all times are populated by the server and are not adjusted for clock skews. ## Subscribe to a session enabled topic From 1e3065241160245fb830deb143724f7882447217 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Tue, 13 Aug 2024 21:19:50 -0700 Subject: [PATCH 2/4] Update daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md Signed-off-by: Mark Fussell --- .../components-reference/supported-bindings/servicebusqueues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md index a6a9f60e991..d464e8b648a 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md @@ -164,7 +164,7 @@ In addition to the [settable metadata listed above](#sending-a-message-with-meta - `metadata.EnqueuedTimeUtc` - `metadata.SequenceNumber` -To find out more details on the purpose of any of these metadata properties, please refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). +To find out more details on the purpose of any of these metadata properties refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). In addition, all entries of `ApplicationProperties` from the original Azure Service Bus message are appended as `metadata.`. From d34bebbd74d5279433e59ab1661bbf9f6cb2c630 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Tue, 13 Aug 2024 21:19:55 -0700 Subject: [PATCH 3/4] Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md Signed-off-by: Mark Fussell --- .../supported-pubsub/setup-azure-servicebus-queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md index 3facbaa4700..8291bd50d20 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-queues.md @@ -151,7 +151,7 @@ In addition to the [settable metadata listed above](#sending-a-message-with-meta - `metadata.EnqueuedTimeUtc` - `metadata.SequenceNumber` -To find out more details on the purpose of any of these metadata properties, please refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). +To find out more details on the purpose of any of these metadata properties refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). In addition, all entries of `ApplicationProperties` from the original Azure Service Bus message are appended as `metadata.`. From 522524fdb400fda38e3bc61829ff6d7495350bb2 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Tue, 13 Aug 2024 21:20:00 -0700 Subject: [PATCH 4/4] Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md Signed-off-by: Mark Fussell --- .../supported-pubsub/setup-azure-servicebus-topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md index 94d665a59ac..a4f7bdb459a 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus-topics.md @@ -155,7 +155,7 @@ In addition to the [settable metadata listed above](#sending-a-message-with-meta - `metadata.EnqueuedTimeUtc` - `metadata.SequenceNumber` -To find out more details on the purpose of any of these metadata properties, please refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). +To find out more details on the purpose of any of these metadata properties refer to [the official Azure Service Bus documentation](https://docs.microsoft.com/rest/api/servicebus/message-headers-and-properties#message-headers). In addition, all entries of `ApplicationProperties` from the original Azure Service Bus message are appended as `metadata.`.