Aamna Zahidaamnazahid.hashnode.dev·Sep 5, 2023Kafka: The Distributed Event Streaming PlatformIntroduction Apache Kafka is a powerhouse in real-time data streaming, offering a straightforward way to connect data producers and consumers. This blog breaks down Kafka's core concepts, components, and real-world applications, all without the jargo...Discuss·33 readsApache Kafka
Seth PhatProsethphat.dev·Aug 29, 2023Overcoming Message Queue (MQ) ✉️ Hurdles: Tips and SolutionsHey guys, Message Queue (MQ) has been around for decades, hasn't it? MQ helps us a lot in terms of: Communication between services ☎️ Delegate heavy/expensive tasks to background workers 🏃♂️ ... In the tech world, there are both pros and cons....DiscussTech tipssoftware development
Samuel Shoyemisamuelshoyemi.hashnode.dev·Aug 7, 2023Processing tasks in Go Message Queues using Worker PoolsMessage Queues are one of the best ways to handle asynchronous application processes. A little about message queues: In a message queue, an application called a producer sends messages to a queue, the queue has a consumer attached to it which process...Discuss·2 likes·90 readsGo Language
Tautik Agraharitautik.hashnode.dev·Jul 17, 2023Message QueueMessage queuing makes it possible for applications to communicate asynchronously, by sending messages to each other via a queue. A message queue provides temporary storage between the sender and the receiver so that the sender can keep operating with...Discuss·10 likes·85 readsmessage queue
Nathan Friesnathanfries.hashnode.dev·Jul 1, 2023RabbitMQ Exchange and Queue Playground in DockerIntro If you are looking to get started with message queues, implement an event driven architecture, or are supporting services that rely on RabbitMQ for asynchronous communication, this post will provide you with an overview and sample code that wil...Discussrabbitmq
Satish Yadavread.satishyadav.com·Sep 9, 2020How to create MSMQs in your Windows 10 local development machine (2 ways)!At some point in your development career, you'd stumble upon an application that requires MSMQs (Microsoft Messaging Queues). Here's how to create MSMQs in your local development machine. Enable Microsoft Message Queueing Feature Microsoft Message Qu...Discussmessage queue
Sneha Tarnekarsnehatarnekar.hashnode.dev·May 28, 2023What is Messaging Queue?Just like humans rely on communication to understand and connect with each other, applications also need a way to communicate effectively. Now here must arise a question, how do applications communicate? That's where Messaging Queues come into play! ...Discuss·27 likes·64 readsmessage queue
Elvis Davidtechlake.dev·May 17, 2023Tutorial: How to set up RabbitMQIntroduction RabbitMQ is a widely-used open-source message broker that facilitates communication between applications by implementing the Advanced Message Queuing Protocol (AMQP). It provides a robust and scalable solution for building distributed sy...Discuss·28 readsData Engineeringrabbitmq
Rwitesh Berarwitesh.hashnode.dev·Apr 30, 2023The Importance of Message Brokers in Modern Distributed SystemsIntroduction Modern applications are becoming increasingly intelligent and complex. To handle the increasing complexity and scalability challenges, developers split applications into a set of microservice instances. However, this approach can create ...Discuss·10 likes·126 readsMicroservices
Phạm Văn ĐạtforDwarves Foundation's Team Blogdwarvesf.hashnode.dev·Apr 28, 2023Message queues and streaming platforms (e.g., Kafka, NATS, RabbitMQ)At Dwarves Foundation, we host a few learning sessions to understand some of the technology around us. We regularly pick up topics we find interesting to dive deeper into to understand them better and present our findings. One topic that piqued my in...Discuss·37 likes·446 readsmessage queue