UNPKG

rabbitmq-enterprise-toolkit

Version:

🚀 Enterprise-grade RabbitMQ wrapper for Node.js & TypeScript - High-throughput messaging with automatic retry, DLQ, batch processing & graceful shutdown. Production-ready AMQP client with zero message loss guarantee.

106 lines • 2.54 kB
{ "name": "rabbitmq-enterprise-toolkit", "version": "1.0.4", "description": "🚀 Enterprise-grade RabbitMQ wrapper for Node.js & TypeScript - High-throughput messaging with automatic retry, DLQ, batch processing & graceful shutdown. Production-ready AMQP client with zero message loss guarantee.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run build" }, "keywords": [ "rabbitmq", "amqp", "message-queue", "typescript", "nodejs", "microservices", "high-throughput", "enterprise", "production-ready", "retry-mechanism", "dead-letter-queue", "dlq", "batch-processing", "graceful-shutdown", "connection-pooling", "auto-reconnect", "message-broker", "pub-sub", "publisher-subscriber", "event-driven", "async-messaging", "reliable-messaging", "zero-message-loss", "idempotent", "message-persistence", "queue-management", "scalable", "performance", "throughput", "concurrent", "type-safe", "modern", "wrapper", "client", "sdk", "amqplib", "messaging-patterns", "producer-consumer", "work-queues", "task-queue", "job-queue", "background-jobs", "distributed-systems", "cloud-native", "kubernetes", "docker", "monitoring", "observability", "fault-tolerant", "resilient" ], "author": { "name": "Ahmet Can Delibaş", "url": "https://github.com/ahmetdlbs" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ahmetdlbs/rabbitmq-enterprise-toolkit.git" }, "bugs": { "url": "https://github.com/ahmetdlbs/rabbitmq-enterprise-toolkit/issues" }, "homepage": "https://github.com/ahmetdlbs/rabbitmq-enterprise-toolkit#readme", "funding": { "type": "github", "url": "https://github.com/sponsors/ahmetdlbs" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "dependencies": { "amqplib": "^0.10.4", "uuid": "^9.0.1" }, "devDependencies": { "@types/amqplib": "^0.10.4", "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "typescript": "^5.3.2" }, "publishConfig": { "access": "public" } }