AWS SNS Implementing event-driven communication using AWS SNS and AWS CDK This post shows how to create an SNS topic with the AWS CDK, publish a message from an API, and subscribe to the SNS topic from a service to read SNS events.
Spring Boot Send and receive messages from a Spring boot applications using RabbitMQ In this post, we will send a message from an application into a RabbitMQ queue and receive it from another application using Java and Spring Boot
RabbitMQ Publish a message to many Node.js applications using RabbitMQ In this post, we will see how to publish a message to be consumed by two Node.js applications using RabbitMQ. This is also called Pub/Sub pattern
RabbitMQ Asynchronous communication between Node.js applications using RabbitMQ In this post, we will send a message from a Node.js application into a RabbitMQ queue and receive this message from another Node.js application.
RabbitMQ Install RabbitMQ on a Ubuntu Server 22.04 In this post, we will see how to install and manage RabbitMQ on Ubuntu 22.04; enable the Web admin UI that is accessible from a subdomain