I'm implementing RabbitMQ in our application and was asked to create 1 queue with a respective routing key.
I did manage to create the queue, but i could not find/know how to add the routing key to the queue.
The component extension Send/Receive don't have Routing Key inputs.
Later on i will have a need to listen to this queue and for that too i will need the routing key i guess.
Any help?