Hi, what do you mean specific routing key? When you send publish the object from your producer to the RabbitMQ it will be needing a specific identifier in which you can listen on the consumer part.
See how the `rabbit-mq-producer` is handled. Let me know if you have any further questions :)