A subscriber can be set to execute asynchronously, even if the message wasn't published as async.
If your subscriber is not interested in any past messages that may have been persisted, you can force them to be ignored.
By default, all subscribers have a priority of 0. Higher values get higher priority and are executed first. Negative values are allowed.