Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.08k stars 648 forks source link

NServiceBus.MessageDeserializationException #6295

Open rcamara32 opened 2 years ago

rcamara32 commented 2 years ago

Hi guys, I'm using an Azure Function (HttpTrigger) to send message to my Azure Service Bus Queue :

image

and I have another .sln where I set up the NServiceBus Receiver and the Handler to my Message. It turns out I'm getting this issue: image

In my receiver configuration I have this line:

endpointConfiguration.UseSerialization<NewtonsoftSerializer>();

I saw some similar problems here, but no one like my scenario.

any idea how can I fix that? Many thanks

mauroservienti commented 2 years ago

Hi, @rcamara32, please post the receiver endpoint configuration code and UserRecord message class definition?

If you have privacy concerns, please, send those to support@particular.net, and we can handle the issue from there.