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

Wait for message result #69

Closed
neumartin opened this issue Nov 23, 2021 · 3 comments
Closed

Wait for message result #69

neumartin opened this issue Nov 23, 2021 · 3 comments

Comments

@neumartin
Copy link

I trying to use this package in microservice context.
I need to send a message and wait for the result, for example, send a filter and get the list of objects.
How can I wait to get the message results?

Thanks!

@topmonroe9
Copy link

I trying to use this package in microservice context. I need to send a message and wait for the result, for example, send a filter and get the list of objects. How can I wait to get the message results?

Thanks!

I am not sure that is possible. Same as with AMQP protocal in NestJS - you will not recieve a response itself for that message, just a message status.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Dec 10, 2022
@github-actions
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 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