I need send message between C#
Microservices with EasyNetQ and Java
with Spring Amqp.
The problem is the properties message , the Type from Spring Boot Amqp is in property __type__
headers container while in EasynetQ is expected from outher properties named type
.
Could anyone tell me what i need to customize to let comunicate them as well?
Spring Amqp :
"Headers":{"__TypeId__":"com.fastdeliveryservice.service.Info"}
EasynetQ:
"type" : "com.fastdeliveryservice.service.Info"