Send and get custom header in MassTransit
I have gateway project that send data by in MassTransit, and wait to get the response.
send and get custom header in masstranit
I have gateway project that send data by in masstransit
and wait to get the response.
I need to add custom header to the request and get it in the consumer
here the gateway code: