Replies: 2 comments
-
I understand now, when I want to send one, use 'direct'; |
Beta Was this translation helpful? Give feedback.
-
When we say use # in the topic exchange for multiple queue or * for all queues .. what do we mean by that.. We use # or * in the topic binding.. when a topic is bind to a queue in the topic pattern what we define there in that we use * or # to denote single match or multiple match.. Just wanted to understand.. since I have never used that at Exchange level |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I have many users, and each user has a queue for transmitting messages. How should I set up a Exchange and Queue to meet the following requirements?
User queue naming example:
user_queue.user1
user_queue.user2
user_queue.user3
Describe the solution you'd like
I'm not sure if RabbitMQ already supports this requirement. If so, please provide a solution,appreciate!
Describe alternatives you've considered
I use TopicExchange, where the routingKey of each queue is bind to user_queue. * during bind. This way, messages can only be sent to all users and cannot be sent to a specific user
Additional context
appreciate!
Beta Was this translation helpful? Give feedback.
All reactions