zarusz / SlimMessageBus

Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Apache License 2.0
467 stars 78 forks source link

[Host] Ability to add assembly or type redirect names in AssemblyQualifiedNameMessageTypeResolver #236

Open zarusz opened 5 months ago

zarusz commented 5 months ago

When a message type is moved from assembly A to assembly B, I want to be able to redirect an incoming message for a given type from assembly A to assembly B and vice versa for publishing.

This is to ensure backward compatibility of types when contracts change and we have to ensure older consumer/producer services still work with the new consumer/producer services.