amqp-ts icon indicating copy to clipboard operation
amqp-ts copied to clipboard

Make replying to a message with the replyTo field set optional

Open austin-beer opened this issue 5 years ago • 2 comments

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 avatar Oct 23 '19 21:10 austin-beer

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

austin-beer avatar Nov 19 '19 22:11 austin-beer

please! merge this!

marcomag89 avatar Sep 17 '20 11:09 marcomag89