Advanced configuration
If you want to manually configure the strategy you can use the AddMediateEventQueueDispatchStrategyCore extension method.
See Configuration for details.
This method returns a builder object that has the following methods:
AddDefaultExceptionHandlerRegisters the DefaultEventQueueExceptionHandler that logs errors using the ILogger-based logging system. See EventQueueExceptionHandler
AddCustomExceptionHandlerRegisters a custom EventQueueExceptionHandler See EventQueueExceptionHandler