Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Release v1.8.0

Compare
Choose a tag to compare
@jpwilliams jpwilliams released this 17 Mar 15:46
· 193 commits to master since this release

Overview

Added the ability to add endpoints and listeners pre-configured with noAck. This allows these response types to acknowledge messages as soon as they are sent to the consumer rather than when the callback is called within the given message handler.

To do this, Remit internally uses its own exposed options object, which is now available so, if they so wish, clients can specify their own AMQP-related options to each consumer.

New features