Dibbels
Dibbels
CC#
Created by Dibbels on 5/5/2025 in #help
How to put long running service into a .NET Rest API?
I am quite a C# newbie and need help with an architecture question. I want to build a C# API that provides an SSE route to send real-time messages to my frontend. The C# application will be connected to a RabbitMQ server. The goal is to send the processed message via SSE to the UI every time a message comes in through a RabbitMQ queue. How can I best integrate the RabbitMQ client into the C# application?
6 replies