abreits / amqp-ts

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

Minor queue.rpc documentation issue #41

Closed austin-beer closed 4 years ago

austin-beer commented 4 years ago

Under https://github.com/abreits/amqp-ts/wiki/Queue-class#rpc, the documentation says that the function has a routingKey argument. However, in fact it does not.

abreits commented 4 years ago

Thank you, I have updated the documentation.

austin-beer commented 4 years ago

Thanks!