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
44a9840116
commit
05e9fc07dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue