brendanjerwin
brendanjerwin

Reputation: 1381

Where are Transport Message Headers actually stored?

In NServiceBus 2.x, where are the Transport Message Headers actually stored?

I need to see the headers for debugging using either the built-in Queue Management GUI or QueueExplorer.

Upvotes: 1

Views: 232

Answers (1)

Adam Fyles
Adam Fyles

Reputation: 6050

In 2.x the headers go into the Extension property for MSMQ.

Upvotes: 0

Related Questions