Outbox pattern with mariadb and rabbitmq
Hi all, I am looking to implement an outbox-pattern with MariaDB and RabbitMQ for reliable microservices async communication. (NodeJS+Express)
Is there anyone here who implemented it to maybe give me some heads up for unpredictable things that I'll be dealing with?
1 Reply
I started to implement it and writting also an article if anyone it's interested in this for microservices: https://wipsquare.dev/2024/06/28/microservices-transactional-outbox-pattern-part-1/