Messaging

How To Install and Use Beanstalkd Work Queue on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Beanstalkd Work Queue on a VPS

In this the cloud provider article, we learn about installing Beanstalkd using a packagemanager as well as compiling it from source. The article goes into detail in its explanation of Beanstalkd and compares it to other systems to let developers know why they might want to use it instead of others.

Read more
How To Use Celery with RabbitMQ to Queue Tasks on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Celery with RabbitMQ to Queue Tasks on an Ubuntu VPS

Celery is an asynchronous messaging system that can be used to execute tasks in the background. Written in Python, this flexible system can be used to make your applications more responsive by offloading long-running tasks to the background, while your main program continues to run normally. In this guide, we will cover how to install and use celery with RabbitMQ, a messaging system.

Read more
How To Work with the ZeroMQ Messaging Library — step-by-step Linux tutorial on Progressive Robot

How To Work with the ZeroMQ Messaging Library

In this second instalment of the cloud provider ZeroMQ articles, following our previous one on the installation of the application, we are going to dive into its usage and discover ways to actually implement this fast and powerful library. We’ll make our way through various examples divided into successive sections, beginning with simple messaging between processes (i.e. using the request/response pattern).

Read more
CHAT