Update setup-rabbitmq.md

Signed-off-by: saberwang <saberwang@hotmail.com>
This commit is contained in:
saber-wang 2022-06-11 13:18:06 +08:00 committed by saberwang
parent 7c21cb3dab
commit 4c627530b2
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,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.
```
@ -170,6 +171,8 @@ spec:
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).
## Related links