0.0.4 • Published 10 months ago

@r4bbit/r4bbit v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

R4bbit

Introduction

ThisR4bbit library is a simplified abstraction library for working with RabbitMQ in TypeScript. The purpose of this library is to streamline the process of sending and receiving messages from a RabbitMQ server.

Features

  • Simple configuration
  • Streamlined API for sending and receiving messages
  • Connection resilience and automatic reconnection
  • Message acknowledgment and rejection

Dependencies

  • Node.js 14 or higher
  • TypeScript 4.0 or higher
  • amqplib 0.7.1 or higher

Installation

npm install r4bbit