To install the module run the command:
php /vendor/bin/bluzman module:install queues
To run worker, run the command:
php /vendor/bin/bluzman run queues/worker
php /vendor/bin/bluzman db:migrate
To remove the module, run the command:
php /vendor/bin/bluzman module:remove queues