Hi everyone,
We’ve just released NServiceBus.RabbitMQ 10.1.4, 9.2.2, and 8.0.9.
Fixed bugs
- #1664 The ContentType from BasicProperties is lost/incorrect when messages are retried by ServiceControl because the transport doesn’t propagate it to the NServiceBus ContentType header
How to know if you are affected
You are affected if you are sending a native message that specifies the Content-Type header.
Symptoms
The Content-Type header is not propagated to the NServiceBus.ContentType header, which could cause unexpected behavior if the endpoint is configured with additional deserializers. The main deserializer is always used, even if the message should be deserialized with a secondary one.
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
Where to get it
You can install the new versions of NServiceBus.RabbitMQ from NuGet.
Please read our release policy for more details.
With thanks,The team in Particular