Cloud Tunedcloudtuned.hashnode.dev·Jun 18, 2024Daily Hack #day76 - Use Dead Letter QueuesUse Dead Letter Queues to save event invocation data Serverless architectures rely heavily on asynchronous communication between functions and services. This often creates points of failure which can leave processes in an incomplete state when messag...Daily HacksAWS
Ritik Vermaritikverma2000.hashnode.dev·Mar 9, 2024What are Message Queues?Message Queues are just like queue data structures, it works on the principle of FIFO i.e. First in first out. Order is essential inside the queue. Let us take a practical example of an E-commerce website like Amazon suppose we perform two operation...49 readsmessage queue
Karuppiah Natarajankaruppiah.dev·Oct 13, 2023Managing tens of thousands of messages in deadletter queues at TogaiAt Togai, we have a microservices architecture. When some specific events happen, we push the event information to a message broker (NATS) so that other services that are interested in the event can consume it and do its work/processing. Whenever the...52 readsAWS SQS