Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Sending and receiving a SQS Message - Best case scenario

Pragya Keshap answered on February 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Can SQS message be received twice
  • What would you recommend as the best strategy for sending and receiving messages from an SQS queue?

  • Sending and receiving a SQS Message - Best case scenario

    0

    1: Producer places message on queue

    Receives globally unique message ID

    ABCDEFGHIJ (used to track the message)

    2: Consumer polls for messages

    Receives the message ABCDEFGHIJ along

    with a receipt handle XYZ

    3: Message remains in the queue while

    the consumer processes the message

    Other consumers will not receive

    ABCDEFGHIJ even if they poll for messages

    4: Consumer processes the message

    Calls delete message (using receipt handle

    XYZ)

    Message is removed from the queue 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.