NServiceBus - How to pass custom headers in the Message envelop?
Posted
by John Simons
on Stack Overflow
See other posts from Stack Overflow
or by John Simons
Published on 2010-05-18T02:14:47Z
Indexed on
2010/05/18
2:20 UTC
Read the original article
Hit count: 281
I want to be able to attach the windows authentication token without having to include that piece of data on the messages themselves.
I've noticed that TransportMessage has Headers, but how do I get access to that before Send message to server?
© Stack Overflow or respective owner