I'm currently using Laravel 5.1 and RabbitMQ. My task requires that I list all the jobs in a specific queue, select at least one, and manipulate (purge/delete) it.
Is there a way to do it programmatically?