Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failover SQS client #60

Open
atamer-elsevier opened this issue Dec 15, 2020 · 0 comments
Open

Failover SQS client #60

atamer-elsevier opened this issue Dec 15, 2020 · 0 comments

Comments

@atamer-elsevier
Copy link

atamer-elsevier commented Dec 15, 2020

Hello, I want to ask a scenario about failover.
Assume that client sent a message with sendMessageAndGetResponse.
Then it crashed after 3rd action, the message processed by the server, and the response written back to the temporary queue.
Is there any way to read that response message?


        1  - creates a temporary queue
        2  - attaches its URL as an attribute on the message
        3  - sends the message
        4  - receives the response from the temporary queue
        5  - deletes the temporary queue
        6  - returns the response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant