abreits / amqp-ts

AmqpSimple, a RabbitMQ tested Amqp library written in and for Typescript
MIT License
133 stars 37 forks source link

Remove unusable routingKey argument from queue.send() #43

Closed austin-beer closed 5 years ago

austin-beer commented 5 years ago

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.