Is it possible to write an NServiceBus message handler that subscribes to error queue to allow us to perform decision making logic when an erroring message is moved there?
Preferably, I would like to keep my regular message subscribers and error queue subscribers under the same NServiceBus.host.exe process/instance if possible
Thanks
Ben