abreits / amqp-ts

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

Make replying to a message with the replyTo field set optional #46

Open austin-beer opened 5 years ago

austin-beer commented 5 years ago

There are situations where a consumer may not want to immediately reply to a message even though the message has the replyTo field set. This change allows a consumer to decide whether or not to reply simply by not returning a value or message if it doesn't want to reply.

austin-beer commented 5 years ago

If this PR could be reviewed and merged and published to npm, it would be very helpful for us!

marcomag89 commented 4 years ago

please! merge this!