views:

27

answers:

1

I have an application using NServiceBus to process messages, and while debugging I'm finding that exceptions may be thrown, and the message is lost. I've checked both the main and error queues, and the message was only attempted once.

Are there any common pitfalls that could cause this to happen?

A: 

This is a known issue on the trunk, make sure to use the latest 2.0 build

Andreas