From 50505a524fe888db6056c37c741630d1207b5727 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Thu, 7 Jan 2021 15:08:42 -0800 Subject: [PATCH] Update setup-rabbitmq.md --- .../setup-pubsub/supported-pubsub/setup-rabbitmq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md index f363fd565..63a24a1c7 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md @@ -66,6 +66,8 @@ spec: value: # Optional. Default: "0". Values between 0 - 2. - name: requeueInFailure value: # Optional. Default: "false". + - name: concurrencyMode + value: # Optional. Default: "parallel". Values: "single", "parallel". ``` {{% alert title="Warning" color="warning" %}} @@ -77,4 +79,4 @@ The above example uses secrets as plain strings. It is recommended to use a secr Visit [this guide]({{< ref "howto-publish-subscribe.md#step-2-publish-a-topic" >}}) for instructions on configuring pub/sub components. ## Related links -- [Pub/Sub building block]({{< ref pubsub >}}) \ No newline at end of file +- [Pub/Sub building block]({{< ref pubsub >}})