Installation
Prerequisites
Section titled “Prerequisites”Before installing Monque, ensure you have:
- Node.js 22+ or Bun 1.3+
- MongoDB 4.0+
- Monque works with regular polling on standalone MongoDB
- Change Streams require a replica set or sharded cluster (MongoDB Atlas provides this by default)
Install the Package
Section titled “Install the Package”Peer Dependencies
Section titled “Peer Dependencies”Monque requires the MongoDB Node.js driver (mongodb ^7.0.0) as a peer dependency. This allows you to:
- Use your existing MongoDB client instance
- Control driver version independently
- Share connections with your application
Next Steps
Section titled “Next Steps”Now that you have Monque installed, head to the Quick Start guide to build your first job queue!