hunterloftis / jackrabbit

Simple AMQP / RabbitMQ job queues for node based on amqplib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore / purge queue

JAertgeerts opened this issue · comments

I know this feature used to be available, but can't find how to. Is it just closing the queue?

This is a big hole in the queue API right now. Can be implemented with purgeQueue.

Nice, thanks!