Omar Diaaforomardiaa.hashnode.net·Feb 24, 2023The Art of Asynchronous Communication: A Deep Dive into Message QueuingIntroduction In a typical restaurant, when a customer places an order with their waiter, the waiter must go to the kitchen and verbally relay the order to the chef. The chef must then prepare the order, and once it's ready, the waiter returns to the...Discuss·58 likes·215 readsmessage queue
chryzcodeforchryzcode's Blogchryzcode.hashnode.net·Apr 3, 2023Message Broker: Memphis.DevFirstly, what is a message broker? A message broker is an architecture pattern, software or server that facilitates, provides and enables the connection, communication and exchange of information between applications, systems and services for message...Discuss·50 likes·51 readsSoftware Engineering
tomiwaforMichael Sannitomiwa.hashnode.net·Oct 13, 2020An Introduction to KafkaIntroduction For a long time now, we've always kept data in the database and they made us think in terms of objects(things). These objects(things) usually have attributes like name, color, weight, etc. In today's world keeping track of data has grown...Discuss·43 likes·668 readskafka
chryzcodeforchryzcode's Blogchryzcode.hashnode.net·Apr 3, 2023Message Broker: Memphis.DevFirstly, what is a message broker? A message broker is an architecture pattern, software or server that facilitates, provides and enables the connection, communication and exchange of information between applications, systems and services for message...Discuss·50 likes·51 readsSoftware Engineering
Andrew SharifikiaforAndrew Sharifikia - My Techipediaalireza-sharifikia.hashnode.net·Mar 13, 2023DataOps: Apache Kafka - BasicIntroduction Technically speaking, event streaming is the practice of capturing data in real-time from event sources like databases, sensors, mobile devices, cloud services, and software applications in the form of streams of events; storing these ...Discuss·28 readsDataOpskafka
satishforLearning musingssatish860.hashnode.net·Mar 10, 2023Running NATS as WebSocket ServerNATS is a messaging platform that can connect multiple technologies together and comes to the browser as well. Nats comes with WebSocket inbuilt, which can help in designing real-time systems easily. Yes, you don't need any external servers. You can ...Discuss·374 readsmessage queue
Omar Diaaforomardiaa.hashnode.net·Feb 24, 2023The Art of Asynchronous Communication: A Deep Dive into Message QueuingIntroduction In a typical restaurant, when a customer places an order with their waiter, the waiter must go to the kitchen and verbally relay the order to the chef. The chef must then prepare the order, and once it's ready, the waiter returns to the...Discuss·58 likes·215 readsmessage queue
Florian FuchsforFlorian's Blogflorian.hashnode.net·Feb 10, 2023Taking a look at AWS SQS Short and Long PollingRecently I found myself in a situation, where a side project is producing a lot of costs for AWS SQS. After digging with the team, we discovered that we had configured short polling for 150+ queues. After some more research, we realized that we can s...Discuss·188 readsAWS
Satria H R Harsonoforsatriahrhsatriahrh.hashnode.net·Jan 25, 2023Async Architecture: Message QueueProblem You have a service that has a dynamic load of incoming traffic to perform heavy-weight operations. Luckily, the client doesn't demand an immediate response from our service. If possible, we still need to deliver the result fast enough, becaus...DiscussLearning Essaymessage queue
M B A R Kformbarkt3sto.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...Discuss·127 readsrabbitmq
Ashwin PadiyarforAshwin Padiyar's blogpadiyar.hashnode.net·Jan 4, 2023Java Messaging Service and Message QueuesWhat is JMS? The Java Messaging Service (JMS), which is part of the Java Community Process [JSR-914], was designed by Sun Microsystems and several other organizations. As per the design's final draft, we had a common set of APIs that can be used as a...Discuss·49 readsjms
Anusha SPforanushasp07.hashnode.net·Dec 15, 2022Apache Kafka for BeginnersHey Reader, In this article, let us learn and know about the most useful and popular Messaging Queue System Apache Kafka, which is used widely in almost every platform of the IT industry. Also, Apache Kafka has a huge demand in and outside of India. ...Discuss·59 readskafka
Victor Barrosforvictorbarros.hashnode.net·Nov 29, 2022NSQ with Docker in baby steps, in 70 lines of codeIntro In the last years, one of the most popular buzzword in the technology scenarios was event: Event sourcing pattern, event-driven programming, domain event pattern, event-driven architecture… And already exists tons of good content about these on...Discuss·1 likensq