The queue.send() function always ignores the routingKey value that's
passed into it since the message is being sent directly to a queue. So
it makes no sense (and is confusing) to have it as an argument. I doubt
anyone is using the argument since it doesn't do anything.
The queue.send() function always ignores the routingKey value that's passed into it since the message is being sent directly to a queue. So it makes no sense (and is confusing) to have it as an argument. I doubt anyone is using the argument since it doesn't do anything.