mirror of https://github.com/dapr/docs.git
Update setup-rabbitmq.md
Signed-off-by: saberwang <saberwang@hotmail.com>
This commit is contained in:
parent
7c21cb3dab
commit
4c627530b2
|
@ -155,6 +155,7 @@ client.PublishEvent(context.Background(), "pubsub", "B", []byte("this is another
|
||||||
|
|
||||||
### Bind multiple `routingKey`
|
### Bind multiple `routingKey`
|
||||||
|
|
||||||
|
Multiple routing Keys can be separated by commas.
|
||||||
In the example, three "routingkey" including `keyA`, `keyB` and `""` will be bind.
|
In the example, three "routingkey" including `keyA`, `keyB` and `""` will be bind.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -170,6 +171,8 @@ spec:
|
||||||
routingKey: keyA,keyB,
|
routingKey: keyA,keyB,
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note:the binding method of empty keys
|
||||||
|
|
||||||
For more information see [rabbitmq exchanges](https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges).
|
For more information see [rabbitmq exchanges](https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges).
|
||||||
|
|
||||||
## Related links
|
## Related links
|
||||||
|
|
Loading…
Reference in New Issue