# @zanix/mqp

> ZanixJS Framework API MQP

Latest version **2.1.0** (published 2025-03-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @zanix/mqp
pnpm add @zanix/mqp
yarn add @zanix/mqp
bun add @zanix/mqp
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2025-03-11 |
| First published | 2023-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 73.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ismael Calle - icalle@utp.edu.co |
| Maintainers | zanix-io, iscam2216 |

## Links

- npm: https://www.npmjs.com/package/@zanix/mqp
- Repository: https://github.com/zanix-io/zjs-mqp
- Homepage: https://github.com/zanix-io/zjs-mqp#readme
- Issues: https://github.com/zanix-io/zjs-mqp/issues
- npm.io page: https://npm.io/package/@zanix/mqp

## Dependencies (2)

- [amqplib](https://npm.io/package/amqplib.md) ^0.10.3
- [@zanix/server-core](https://npm.io/package/@zanix/server-core.md) ^2.1.6

## Recent versions

- 2.1.0 (latest) — 2025-03-11
- 2.0.0 — 2024-09-25
- 2.0.0-alpha.1 — 2024-06-08
- 1.0.0-beta.3 — 2023-12-20
- 1.0.0-beta.2 — 2023-12-20
- 1.0.0-beta.1 — 2023-12-16

## README

### @zanix/mqp

[![npm version](https://badge.fury.io/js/%40zanix%2Fmqp.svg)](https://badge.fury.io/js/%40zanix%2Fmqp) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![npm downloads](https://img.shields.io/npm/dt/%40zanix%2Fmqp.svg)](https://www.npmjs.com/package/@zanix/mqp)

[![PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/ismaelcallem?country.x=CO&locale.x=es_XC)

## Table of Contents

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Support and Contributions](#support-and-contributions)
- [License](#license)
- [Authors](#authors)

<a name="introduction"></a>

### Introduction

`@zanix/mqp` is a message queue provider library that utilizes RabbitMQ, allowing seamless integration and efficient message exchange between components within Node.js applications.

<a name="installation"></a>

### Installation

To install `@zanix/mqp` in your project, use the following command:

```bash
npm install @zanix/mqp
```

<a name="usage"></a>

### Usage

Utilize the methods provided by the `MQP` classes to establish connections, publish messages, and consume messages from RabbitMQ queues.

<a name="support-and-contributions"></a>

### Support and Contributions

If you encounter any issues or have suggestions for improvements, please submit them in the [issue tracker](https://github.com/zanix-io/zjs-mqp/issues).

Contributions to enhance the functionality or resolve issues are welcomed via pull requests. Ensure adherence to code standards and include appropriate test coverage.

<a name="license"></a>

### License

This module is open-source and released under the [MIT License](https://opensource.org/licenses/MIT). You are free to modify and distribute it as per the terms of the license.

<a name="authors"></a>

### Authors ✨

- Ismael Calle Marulanda [@iscam2216](https://github.com/iscam2216)

---
_Source: https://npm.io/package/@zanix/mqp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
