Dynamic routing keys when using RabbitMQ #1612
Unanswered
redwoodsquirrel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am using RabbitMQ with routing keys like so.
I understand, that all messages of type
MyMessage
are now sent using the routing keysome-static-key
. I don't want that. I need to set a dynamic key. I imagine something like this:The type of message I send is always the same, while I only want a certain subscriber to get the messages.
I feel this is possible and I am perhaps missing the right spot in the documentation.
Any help is appreciated a lot.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions