Amino queue interface for cantina applications. Current stable version 3.0.2. Provides app.queue() for scheduling work, app.loadQueueWorkers() for loading worker modules, and exposes the full amino queue API via app.amino.queue. Integrates with RabbitMQ via amino-queue and requires cantina-amino. Works with Node.js and CommonJS. Release cadence unknown; last update likely around 2013.
npm install cantina-queueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to require the plugin, schedule a queue job, and define a worker module.
Create a workers/ directory in your app root with properly structured modules.
Always invoke cb() when done, even on error (pass error as first argument).
Install and start RabbitMQ before using the plugin.
npm install cantina-amino
npm install amino-queue
Start RabbitMQ: rabbitmq-server