UNPKG

rascal

Version:

A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts

8 lines (7 loc) 111 B
module.exports = function () { return { incrementAndGet(key, next) { next(null, 0); }, }; };