We have the requirement to address all running saga instances of a specific saga type with one message (business requirement is a kill-/finish-signal to all saga instances in certain (rare) occasions). Does NSB provide an elegant approach for this or is this something that we have to do on our own (e. g. persisting the IDs of all running saga instances and sending a command to each instance)?
Thanks!
Tobias