-
for binding a queue to an exchange, where do I put the routing key? |
Beta Was this translation helpful? Give feedback.
Answered by
ChunyiLyu
Mar 1, 2022
Replies: 1 comment
-
It's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChunyiLyu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's
spec.routingKey
. You can check the bindings (or any other crd) schema bykubectl describe
, e.g.kubectl describe crd bindings.rabbitmq.com
.