Glenn Slaven
Glenn Slaven

Reputation: 34183

How can I get the error stacktrace out of a message put on the error queue by NServiceBus?

When a message gets moved to the error queue by nservicebus, how can I get the exception details (message, stacktrace, etc) out of the message? Is there a tool that I can get that with?

Upvotes: 1

Views: 97

Answers (1)

Andreas Öhlund
Andreas Öhlund

Reputation: 5273

Those details are stored in the extension of the message so you need a tool the can display the extension. Queue explorer is one tool that a lot of people use,

Upvotes: 3

Related Questions