mirror of https://github.com/dapr/docs.git
Update setup-rabbitmq.md
This commit is contained in:
parent
0b256fee2e
commit
50505a524f
|
|
@ -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 >}})
|
||||
|
|
|
|||
Loading…
Reference in New Issue