Skip to main content

Messaging

How To Create a Server to Send Push Notifications with GCM to Android Devices Using Python
Tutorials Messaging Python Ubuntu
Introduction> Introduction # Push notifications let your Android application notify a user of an event, even when the user is not using your app. The goal of this tutorial is to send a simple push notification to your app.
How To Install and Manage RabbitMQ
Tutorials CentOS Debian Messaging Ubuntu
Introduction> Introduction # Putting things off for a while instead of immediately doing them can be considered lazy. In fact, most of the time it probably is. However, there are times when it’s absolutely the right thing to do.
How To Use Celery with RabbitMQ to Queue Tasks on an Ubuntu VPS
Tutorials Messaging Python Scaling Ubuntu
Introduction> Introduction # Asynchronous, or non-blocking, processing is a method of separating the execution of certain tasks from the main flow of a program. This provides you with several advantages, including allowing your user-facing code to run without interruption.
How To Install Apache Kafka on Ubuntu 14.04
Tutorials Apache Java Messaging Ubuntu
Introduction> Introduction # Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ.
How To Install Apache Kafka on Ubuntu 18.04
Tutorials Apache Java Messaging Ubuntu Ubuntu 18.04
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # Apache Kafka is a popular distributed message broker designed to efficiently handle large volumes of real-time data.