AWS SQS FIFO Queues Overview and Demonstration

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 11

  • @addtogether
    @addtogether Год назад +2

    It'll be great if you could add a video in which you showcase how to put in the message into SNS using let's say a lambda function.
    Thanks for all these great videos it really helps a lot.

  • @JuliaLopez-n8r
    @JuliaLopez-n8r 11 месяцев назад +1

    hi thanks for the video.!! one question, I have a scenario like this:
    - using groups
    - batch of 5
    - no deadletter queue
    - 3 messages in group A
    - 10 messages in group B
    If the first message in group A cannot be processed, all messages in A are blocked. What happens with messages in B? we learnt that the batch picks up messages from both. Are messages in B processed correctly if they're in the same batch?
    Thanks!

  • @samikshasharma3544
    @samikshasharma3544 Год назад

    Nice one. Is there anything left in this tutorial about SQS?

  • @roudder6606
    @roudder6606 Год назад +2

    thanks for content, great as usual

  • @skez2314
    @skez2314 Год назад

    Some info on how to use FIFO SQS with S3 Events (as they can't be directly triggered with bucket notifications) could help people as well!

  • @Srikanthking1
    @Srikanthking1 Год назад

    I see fifo queues don’t have redrive policy , how can we reprocess messages in fifo dlq ?

  • @ninlee
    @ninlee 11 месяцев назад

    Hey bro
    What if fifo queue has A1, A2 messages in same group and thread 1 pulls A1 but still not delete message yet, if thread 2 pulls whether message A2 is returned or it’s empty?

  • @mihai6564
    @mihai6564 Год назад

    thank you for the video

  • @zivserphos2660
    @zivserphos2660 Год назад

    hey i wanted to ask about the examples you showed in ?t=11m00s . if i want to have groups but wishing for each group to work as if it single group id solution , for example i want each of the a's to happen one at a time and each of the b's to happend one at a time but i do want that a1 and b1 will run together , what will you recommend to me?

  • @chobblegobbler6671
    @chobblegobbler6671 Год назад

    Do lifo plz