Messaging

Установка Apache Kafka на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Apache Kafka на Ubuntu 18.04

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Apache Kafka — это популярный распределённый программный…

Read more
How To Install And Manage Apache Qpid — step-by-step Linux tutorial on Progressive Robot

How To Install And Manage Apache Qpid

In this the cloud provider article, we are going to talk about Apache Qpid, which is one of the open-source messaging systems that implements the Advanced Message Queuing Protocol (AMQP) (similar to RabbitMQ – article #4.1) to help developers solve their needs of advanced messaging between different elements of application deployment stack. As a project, Qpid aims to implement AMQP 100%.

Read more
How To Install and Manage RabbitMQ — step-by-step Linux tutorial on Progressive Robot

How To Install and Manage RabbitMQ

In this the cloud provider article, we aim to introduce you to the RabbitMQ project: an open-source message-broker application stack which implements the Advanced Message Queuing Protocol (AMQP).

Read more
How To Install Zentyal on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Zentyal on Ubuntu 14.04

Get started with Zentyal, the open source drop-in replacement for Microsoft Small Business Server / Windows Server Essentials. Zentyal is an all-in-one small business server that can be run via the command line or a graphical dashboard.

Read more
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
CHAT