Comment on How far can you go without a message queue?parentComments−skyde4yi agree with you if you have a transactional SQL it’s usually best to stick to this until it doesn’t scale.it allows you to make the « add message to queue » part of a transaction that update other table which is nice!
Comments
i agree with you if you have a transactional SQL it’s usually best to stick to this until it doesn’t scale.
it allows you to make the « add message to queue » part of a transaction that update other table which is nice!