How to Redrive messages from FIFO AWS dead-letter queue to FIFO AWS source queue

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • Redrive messages from FIFO AWS dead-letter queue to FIFO AWS source queue
    reference:
    docs.aws.amazo...
    Blog - raaviblog.com
    Want to Support (via Paypal): raaviblog@gmail.com

КОМЕНТАРІ • 8

  • @yevgenarkhypov1783
    @yevgenarkhypov1783 Рік тому +2

    Good idea, but will not work with queue with 1 million messages

  • @vikivenkat81
    @vikivenkat81 Рік тому

    This will not work if multiple source queues point to a single Dead Letter Queue. Any suggestions for the same?

    • @raaviblog105
      @raaviblog105  Рік тому

      You can write code (say in python) and run it using pipeline to replay it to respective queues. Let me know if you need help doing it.

    • @kmtsvetanov
      @kmtsvetanov Рік тому

      @@raaviblog105 I need it in php

  • @adwaitmathkari
    @adwaitmathkari Рік тому

    In my case, polling for the messages is not moving the messages in to in flight, neither is it moving them to dlq.
    Any idea why?

    • @raaviblog105
      @raaviblog105  Рік тому

      Are the messages still shown in "messages available" queue? What is visibility timeout set to? If you could give screen shot of your queue setting and steps you are performing.

    • @adwaitmathkari
      @adwaitmathkari Рік тому +1

      @@raaviblog105 actuallly the main queue was not set to accept messages from the dlq. Once i set up the redrive policy, it worked.

    • @adwaitmathkari
      @adwaitmathkari Рік тому +1

      @@raaviblog105 Thanks for the video👍👍