I try to consume custome type message by my MassTransit service that subscribes to a azure service bus topic.
The messages has custom type and data of message stored is in custom properties. Here is an image of message from azure service bus explorer:
When trying to consume this I got :
MassTransit does not recognizes custom type unless it is in message header :/
Is there any way to configure endpoint so it can consume this type of message ?