How To Deliver Messages Based on Routing Keys Using the RabbitMQ and Puka Python Library
This article reviews how to deliver messages based on routing keys using the RabbitMQ and Puka Python libraries.
This article reviews how to deliver messages based on routing keys using the RabbitMQ and Puka Python libraries.
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Apache Kafka — это популярный распределённый программный…
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%.
Apache Kafka is a popular distributed message broker designed to efficiently handle large volumes of real-time data. In this tutorial, you will install and use Apache Kafka 1.1.0 on Ubuntu 18.04.
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).
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.
In this condensed quickstart tutorial we’ll install and configure the Mosquitto MQTT messaging server, and use Let’s Encrypt SSL certificates to secure our MQTT traffic.
In this the cloud provider article, we are going to learn about setting up the latest version of ZeroMQ from source, which should allow you to start implementing efficient lightweight messaging into your application stack.
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.
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.