Queue Adapters
Queue adapters wrap your Bull or BullMQ queue instances so the board can read and manipulate them. The core @bull-board/api ships with three built-in adapters; third-party queue systems can add their own.
Built-in adapters
BullMQProAdapter extends BullMQAdapter to handle Pro groups. All BullMQAdapter options work the same way on it.
Shared options
All adapters accept the same optional options:
Instance methods
All adapters expose setFormatter and setVisibilityGuard:
Mixing adapters
You can mix Bull and BullMQ queues in the same board: