Skip to content

Releases: rfcx/message-queue

1.1.0

16 May 14:48

Choose a tag to compare

Adds a RabbitMQ client.

New new MessageQueue('rabbitmq', options) constructor alongside SQS and SNS, implementing the same publish/subscribe interface against AMQP 0-9-1 brokers via amqplib.

Configure via RABBITMQ_URL (or legacy AMQP_URL). Durable queues, persistent delivery, prefetch=1, ack-on-true / nack-without-requeue.

SQS and SNS code paths are untouched.

1.0.8

11 Apr 06:48

Choose a tag to compare

Bug fixes

  • Removed multi-line logging

1.0.7

25 Oct 19:38
1d4ef48

Choose a tag to compare

Add SNS support