I have a message type that is handled by two different handlers (with the order specified by ISpecifyMessageHandlerOrdering).
If I set a header inside the first handler, say message.SetHeader("SomeStatus", "value"); should I then be able to call message.GetHeader("SomeStatus") in the second hander and get the value set?
It's currently not working for me, GetHeader is just returning null, but I don't know if I'm doing something wrong or if this shouldn't work anyway.
I'm using nservicebus 3.2.5