You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: