Shaileshshaileshpashte.hashnode.dev·Aug 30, 2024Amazon MQ: Managed Message Broker Service on AWSIntroduction As organizations continue to modernize their IT infrastructures and move towards cloud-native architectures, there remains a significant need for traditional message brokers that support a variety of protocols and messaging patterns. Ama...DiscussAWS
Sushant Pantsushantpant.com.np·Aug 19, 2024Understanding distributed systemIntroduction 2 words "distributed" and "system" meaning a system which is built up of multiple components that work together as-a-whole. For instance, consider an online platform like Amazon. It is made up of various services to handle inventory mana...Discuss·11 likes·62 readsDistributed Systemdistributed system
Nicanor Talks Webblog.nicanor.me·Aug 14, 2024Cloud Messaging PatternsCloud messaging is a fundamental component of modern distributed systems. It involves the exchange of information between different software components or applications. The core idea is to decouple systems, allowing them to operate independently whil...DiscussCloud
Nile Bitsnilebits.hashnode.dev·Aug 3, 2024How To Deploy RabbitMQ On Public IP?Anyone working with distributed systems, microservices, or wanting a dependable message broker accessible from several networks may find it useful to know how to deploy RabbitMQ on a public IP. You will be able to set up RabbitMQ on a public IP addre...Discussrabbitmq
Aleksei Zagoskinzagosk.in·Jul 28, 2024Get To Know Your Message BrokerMessage brokers are a crucial part of many asynchronous distributed systems. Just like blood vessels transport blood throughout the human body, message brokers transmit streams of countless messages between applications. Today, we're going to take a ...Discuss·42 readsmessage queue
GlassFlowforGlassFlow Blogblog.glassflow.dev·Jul 11, 2024Real-Time Streaming BasicsReal-time streaming has become critical for many businesses and applications in today's fast-paced digital era. Whether it is delivering critical financial transactions, analyzing vast amounts of data to make quick decisions, or sending social media ...Discuss·1 likeEngineeringData Science
Deven devendraadhikari.com.np·Jun 2, 2024Setting Up Celery, Celery Beat, Redis, and DjangoThis guide will walk you through the detailed process of setting up and using Celery with Redis in a Django application. We'll cover task creation, enqueuing tasks, using Redis as a message broker, processing tasks with Celery workers, and scheduling...Discuss·50 readsDjango
Aditya Vermaadityabverma.hashnode.dev·May 12, 2024Getting started with LavinMQ & CloudAMPQIn this blog post, we will dive into a hands-on practical guide to using LavinMQ, an open-source message broker service. Whether you're a seasoned developer looking to explore new messaging solutions or a newcomer to the world of message brokers, thi...Discuss·92 reads#LavinMQ
Ritik Vermaritikverma2000.hashnode.dev·Mar 9, 2024What are Message Queues?Message Queues are just like queue data structures, it works on the principle of FIFO i.e. First in first out. Order is essential inside the queue. Let us take a practical example of an E-commerce website like Amazon suppose we perform two operation...Discuss·49 readsmessage queue
Cloud Tunedcloudtuned.hashnode.dev·Mar 7, 2024RabbitMQ: A Beginner's LookRabbitMQ: A Beginner's Look RabbitMQ is an open-source message broker software (sometimes referred to as message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). It is designed to facilitate the communication between...DiscussrabbitMQrabbitmq