https://github.com/tutv/coney
Simple pub/sub and queue with Rabbitmq
https://github.com/tutv/coney
npm pubsub queue rabbitmq
Last synced: about 1 month ago
JSON representation
Simple pub/sub and queue with Rabbitmq
- Host: GitHub
- URL: https://github.com/tutv/coney
- Owner: tutv
- Created: 2021-07-08T16:40:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T15:14:26.000Z (about 4 years ago)
- Last Synced: 2025-03-04T23:06:13.995Z (over 1 year ago)
- Topics: npm, pubsub, queue, rabbitmq
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/coney
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coney
A simple queue backed by RabbitMQ.
## Installation
`coney` requires [`amqplib`](https://www.npmjs.com/package/amqplib) as a peer dependency. Install both:
```
yarn add coney amqplib
# or npm i coney amqplib
```
### Peer dependency
| Package | Required version |
|-----------|------------------|
| `amqplib` | `^1.0.0` |
## Features
- Support simple queue with retry and delay
- Support pub/sub
## License
This code is free to use under the terms of the MIT license.