lundi 16 mai 2022

Is Spring Integration a good framework to implement the Transactional Outbox pattern?

I'm implementing Transactional Outbox pattern using Java. The Message Relay Service will poll the Outbox table for entries, and after an outbox message is found and processed, it will update the Outbox entry to be "processed". I'm using Spring Boot and ran into Spring Integration project and wonder if this is a good way for this pattern to handle the Message Relay polling and JPA updates to the Outbox table or are there better ways?

Aucun commentaire:

Enregistrer un commentaire