Hi, first thanks for the Code,
and i had a problem with event handler in rabbitmq.
i just want to create the new customer from api , but i cant create because the Receiver Service not trigger the handler . but the Create Customer model take the value from rabbitmq after did not happen anything
This is my Startup class

in here i got value from rabbitmq
But in this section its did't trigger the handler to do some stuff
This is my Create customer handler class

Hi, first thanks for the Code,
and i had a problem with event handler in rabbitmq.
i just want to create the new customer from api , but i cant create because the Receiver Service not trigger the handler . but the Create Customer model take the value from rabbitmq after did not happen anything
This is my Startup class

in here i got value from rabbitmq
But in this section its did't trigger the handler to do some stuff

This is my Create customer handler class