No working way for UseCase Aspire+MassTransit+RabbitMq+MessagePackSerializer #668
Unanswered
migoldfinger
asked this question in
Q&A
Replies: 2 comments 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've converted this to a discussion as it's not a bug but more a request for how to use the libraries. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions