The queue engine is the underlying plugin which stores, retrieves and deletes invalidation instructions in the system. When queuers add items to the queue or when processors claim items from it, it is this engine that stores it physically. For most cases the database engine is sufficient, however, in extremely busy scenarios more efficient engines can bring the necessary relief.
Warning: when you change the queue, it will be emptied as well!