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

Support for Request/Response pattern #888

Open
brainmurphy opened this issue Mar 31, 2021 · 1 comment
Open

Support for Request/Response pattern #888

brainmurphy opened this issue Mar 31, 2021 · 1 comment
Milestone

Comments

@brainmurphy
Copy link
Member

When one application sends a message to another, it may be interested in receiving a reply - a two-way conversation. For example, if I send a command I might expect to receive a "success/failure" message in response.

In order to support this asynchronous request/response pattern in JustSaying, the receiving application needs to know where to send the response message to. This could probably be accomplished by using a well-defined "reply to" property on the command message indicating, for example, the SQS queue to which the response should be sent. Or perhaps we could define an SQS message attribute to convey this.

Either way, providing first-class support for this pattern in the library would be useful for clients, allowing them to implement this pattern with minimal setup.

@stale
Copy link

stale bot commented Jul 21, 2021

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 21, 2021
@martincostello martincostello added this to the Future milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants