mirror of https://github.com/dapr/docs.git
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:
parent
4f5d3f41ef
commit
44a9840116
|
|
@ -158,7 +158,7 @@ client.PublishEvent(context.Background(), "pubsub", "B", []byte("this is another
|
|||
|
||||
### Bind multiple `routingKey`
|
||||
|
||||
Multiple routing Keys can be separated by commas.
|
||||
Multiple routing keys can be separated by commas.
|
||||
In the example, three "routingkey" including `keyA`, `keyB` and `""` will be bind.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue