I am new to Rabbit MQ. Read couple of Rabbit MQ tutorial
In the mentioned link my question is about below ReceiveLogs
channel.basicConsume(queueName, true, consumer)
As single queue can hold messages routed with different routingKey. Say if consumer want to consume message with specific routing key. Is it possible ? Do i need to publish meesage with single routing key only on specific queue in this case ?
I do not see any method under Channel API