Is it possible to configure on RabbitMQ queue that depending on for example routing key it will be send to specified consumer?
It means that to same queue can be send events with routing keys like
- project-created-0
- project-created-1
- project-created-2
- project-created-…
Event with routing key project-created-0
will be send to consumer 1, with routing key project-created-1
to consumer 2 etc