-
Notifications
You must be signed in to change notification settings - Fork 84
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
No working way for UseCase Aspire+MassTransit+RabbitMq+MessagePackSerializer #663
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
Comments
Partial success I was able to register MassTransitSerializer, I just had to write an own custom extension
I then could call in Program.cs
After that, MessagePack was used. I still struggle to find a way to use existing Exchanges and Queues. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Describe the bug
Hi,
I am in dire need of a working example of how to get the Weather Forecast template running with MassTransit.
I got it to work without MassTransit already, so the Messages are working fine.
I hit dead ends all the time. I think I have found a way for the Consumer side but the website gives me a headache.
I use the Packages
I have defined 2 Messages WeatherRequestMessage and WeatherResponseMessage.
My Problem on the Webapplication
I want to use a specific Exchange and RoutingKey when I send the RequestMessage
This code should be enough if the rest is configured correctly
in Program.cs i tried something like this but that gives me errors
Regression
No response
Steps to reproduce
Expected behavior
A working example for this common use case.
Screenshots
No response
IDE and version
VS 2022
IDE version
No response
Nuget packages
Additional context
No response
Help us help you
No, just wanted to report this
The text was updated successfully, but these errors were encountered: