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 >}})