Update setup-rabbitmq.md

This commit is contained in:
Yaron Schneider 2021-01-07 15:08:42 -08:00 committed by GitHub
parent 0b256fee2e
commit 50505a524f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -66,6 +66,8 @@ spec:
value: <REPLACE-WITH-DELIVERY-MODE> # Optional. Default: "0". Values between 0 - 2.
- name: requeueInFailure
value: <REPLACE-WITH-REQUEUE-IN-FAILURE> # Optional. Default: "false".
- name: concurrencyMode
value: <REPLACE-WITH-CONCURRENCY-MODE> # 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 >}})
- [Pub/Sub building block]({{< ref pubsub >}})