Milan Jovanovićmilanjovanovic.hashnode.dev·Nov 30, 2024Implementing the Saga Pattern With MassTransitLong-running business processes often involve multiple services working together. Think about an e-commerce order: you need to process the payment, update inventory, and notify shipping. Traditional distributed transactions using two-phase commit (2P...DiscussSaga Pattern
Sushant Pantsushantpant.com.np·Aug 20, 2024Messaging & Queuing technologiesIn my previous article, I explained distributed system and communication between them. In this article, I will cover an asynchronous way to establish communication between services through a method known as messaging using some queuing technologies. ...Discuss·39 readsDistributed Systemmessaging
Milan Jovanovićmilanjovanovic.hashnode.dev·Aug 17, 2024Complete Guide to Amazon SQS and Amazon SNS With MassTransitHave you ever wondered how large-scale systems handle traffic spikes or maintain performance even when parts of the system are temporarily down? The answer lies in asynchronous messaging. Asynchronous messaging is, at its core, about decoupling. Our ...DiscussAWS
Milan Jovanovićmilanjovanovic.hashnode.dev·Apr 27, 2024Request Response Messaging Pattern With MassTransitBuilding distributed applications might seem simple at first. It's just servers talking to each other. Right? However, it opens a set of potential problems you must consider. What if the network has a hiccup? A service unexpectedly crashes? You try t...Discussmessaging
Nicolas de Souzanicolasdesouza.com·Apr 9, 2024RabbitMQ + .NET + Mass TransitFilas A estrutura mais simples dentro do RabbitMQ são as filas. Nessa estrutura há o envio de dados feito por um producer e o seu consumo é feito por um consumer. Fila é uma estrutura de dados caracterizada pelo comportamento FIFO - first in, first...Discuss·235 readsNotas de Estudorabbitmq
M B A R Kmbarkt3sto.hashnode.dev·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...Discuss·4 likes·6.2K readsrabbitmq