MassTransit + EventHub with own message format
I am trying to consume EventHub messages that are in my own format. They are not wrapped in a MassTransit envelope, and I cannot change the format, because it is an existing EventHub.
Now the problem is that in theory, according to my beginner knowledge of MassTransit, this should consume my messages, however, it does not.
I set some breakpoints in MassTransit and in the screenshot it appears to be where it gets stuck, and gets 'dead lettered' by MassTransit.
What I am trying to do should be possible, right?
My payload
My very basic configuration with EventHub emulator and Azurite
0 Replies