Ondiek ElijahforShe Code Africa Nairobiscanairobi.hashnode.net·Aug 26, 2022Microservices 101 with Node.js and RabbitMQIntroduction With technological advancements, the phrase "innovate or die" has become the mantra of many businesses that effortlessly update to stay relevant and keep operations running. Organizations are now designing their applications around the m...55 likes·4.0K readsSubmitted ArticlesNode.js
Sadra Yahyapourimsadra.hashnode.net·May 14, 2022Event-Driven Architecture in PythonConsider you're following your favorite soccer competition via Google's services. For example, if you browse for FCV vs PSG, you'll get the online status from the field. Whatever happens in the game, all users will be notified about it as well. What ...24 likes·2.6K readsWriteathonsPython
Mouhammad Diakhatémouhammad.hashnode.net·Feb 10, 2022Asynchronous Publish-Subscribe messaging queue with RabbitMQ Nodejs and Docker and GIthub Action - Part 0This project is a simple rabbitMQ messaging queue architecture with one publisher and one subscriber communicating through a queue named "diaf-queue" using Docker. Workflow Everything is automatic in this project. For now, all you have to do is run ...12 likes·238 readsrabbitmq
Maheshwar Ligadetechwasti.hashnode.net·Apr 25, 2023Go lang and RabbitMQ Integration!RabbitMQ is a message broker that facilitates communication between different applications. It is a widely used open-source message broker that implements the Advanced Message Queuing Protocol (AMQP). It is used for message queuing, routing, and reli...231 readsgo-languageGo Language
Maheshwar Ligadetechwasti.hashnode.net·Apr 23, 2023RabbitMQ + Spring Boot ExampleIntroduction Message Queues are used to handle the communication between different systems in a distributed environment. RabbitMQ is one of the most widely used message brokers. It is an open-source message broker that implements the Advanced Message...1.3K readsSpring BootJava
hassan el abdallahhassanelabdallah.hashnode.net·Mar 17, 2023Create a simple Microservices backend using nodeJS, Python, and rabbitMQIntroduction In recent years, Microservices architecture has gained huge popularity in the software industry due to its ability to develop complex applications that are scalable, maintainable, and easily deployable. It is a way of building software s...2 likes·53 readsPython
emre mertemremert.hashnode.net·Feb 28, 2023Unit Testing RabbitMQTo write unit tests for a C# application that uses RabbitMQ, you will need to use a testing framework such as NUnit or xUnit. Here are some steps to help you get started: Install the necessary NuGet packages: You will need to install the RabbitMQ.Cl...120 readsTesting
Umang Agarwalsubtle-geek.hashnode.net·Feb 25, 2023Microservices with Spring Boot : Asynchronous Inter-Service Communication using RabbitMQIn this article, we will see how two microservices developed using Spring Boot will asynchronously communicate with each other using Rabbit MQ What are we going to build? Use Case: We will build a user service that creates new users and stores them ...1 like·202 readsSpringboot
Miguel Acevedomimixtech.hashnode.net·Jan 31, 2023Alternatives to AWS SQS - Understanding Your Options as a Software EngineerIntroduction Many articles talk about the benefits of using AWS SQS, and rightly so because AWS SQS is a great service! It's a highly reliable and scalable messaging service that's used by many organizations to solve their distributed application mes...10 likes·59 readssoftware development
M B A R Kmbarkt3sto.hashnode.net·Jan 25, 2023Setting up and Using MassTransit with RabbitMQ in ASP.Net CoreMassTransit is a powerful message-based communication library for building distributed applications using the .NET framework. It provides a simple and flexible way to send and receive messages between different parts of your application, or even betw...2 likes·1.8K readsrabbitmq
M B A R Kmbarkt3sto.hashnode.net·Jan 24, 2023How to Setting Up RabbitMQ on Windows?Introduction RabbitMQ is a popular message broker that enables applications to communicate with each other through messages. It is open-source and supports multiple messaging protocols, making it a versatile option for a wide range of applications. I...127 readsrabbitmq
Ifeanyi Ibemeifeanyi-ibeme.hashnode.net·Jan 10, 2023Queue Bindings To Build A Notification System Using RabbitmqBuilding applications in form of Microservices, is the way companies are now developing applications that scale, keeping each functional module as a separate service. All these services come together to form a whole system. The notification system ca...117 readsWeb Development
Brian Oncharibrian.hashnode.net·Jan 7, 2023An Introduction to RabbitMQ: How It Works and Why You Should Use ItWhat is RabbitMQ and why is it relevant? RabbitMQ is a tool that helps computers talk to each other. Imagine that you want to send a message to your friend across the street. You could yell the message as loud as you can, but that might not be the be...1 like·34 readsmessaging