awslabs / awslabs/amazon-sqs-java-temporary-queues-client

Failover SQS client

Open
#60 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
99
Forks
27
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.