© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
Jimenemex

Handling complete flow of asynchronous message in a single web request

I send data to an IBM MQ from a minimal api controller, but the code that picks it off the message queue is no where near the code that executes in the minimal api controller. The controller basically just initiates the message and returns ok if it put the message on the queue fine.

How can I also have the minimal api controller only send a response if the response to the message put succeeded? It would have to wait until my handler processed the message successfully, but how would i know if my handler did that from my minimal api controller?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Web Request
C#CC# / help
3y ago
❔ Asynchronously events handling flow
C#CC# / help
3y ago