I have 5 different handlers running as NServiceBus host as windows service.
I had issue when my client send the message to a wrong endpoint(i.e. instead of endpoint A it pointed to endpoint B) which result message not getting processed (as expected). But is there anyway of preserving those message which cannot be processed by handler into some queue so that it can be manually passed on to a different q.
At the moment the message is lost and we cant do anything with it.