Message bus systems are an easy way to distribute tasks.
RabbitMQ is a message broker and there are command line tools too to interact with queues.
If you need help to install a RabbitMQ service,
To install these tools call:
apt-get install amqp-tools
The two main methods are...