SlimMessageBus
SlimMessageBus copied to clipboard
[Host.Outbox] optimistic mode - hybrid strategy
Is it often the case that the bus is unavailable? if the sequence of messages is not of particular interest. Maybe we should provide for writing to the outbox only when the bus is unavailable (exception) - and add an option with a hybrid strategy?
ps. hybrid strategy - just a “save -> don't save” checkbox in the outbox if the bus is unavailable
Originally posted by @dundich in https://github.com/zarusz/SlimMessageBus/discussions/313