I started working with NServiceBus 4 and there was a need to need to unsubscribe an event for an end point on production. In production, for subscribe assembly scanning and config file using .
So the question is how to unsubscribe? Is there an easy way to do it in production.
We thought remove the line which you subscribe to an event and hope NServiceBus update it self. However it wasn't the case after removal the subscription is still there in SQL persistence.There is official documentation to unsubscribe for version 6 and 7 however not 4.