Home
Xilapa's Blog
Cancel

Optimized outbox pattern implementation with EF Core and Channel class

The outbox pattern is very common in microservices communication, it’s based on making the API request not depend on the broker availability directly. The message to be published is saved on a data...

Consuming multiples messages from one channel with the official RabbitMQ dotnet client

In this post, you’ll learn how to consume multiple messages on a single channel using the official RabbitMQ.Client for dotnet with the proper caution to avoid concurrency problems or freezing the c...

Trending Tags