Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: saberwang <saberwang@hotmail.com>
This commit is contained in:
saber-wang 2022-06-24 07:08:21 +08:00 committed by saberwang
parent 44a9840116
commit 05e9fc07dd
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ client.PublishEvent(context.Background(), "pubsub", "B", []byte("this is another
### Bind multiple `routingKey`
Multiple routing keys can be separated by commas.
In the example, three "routingkey" including `keyA`, `keyB` and `""` will be bind.
The example below binds three `routingKey`: `keyA`, `keyB`, and `""`. Note the binding method of empty keys.
```
apiVersion: dapr.io/v1alpha1