Sitecore – Configuring retries (defers) for the message bus

Sitecore has abstractions built in to make use of the message bus functionality which is implemented with Rebus. There’s a great post from Volodymyr how to use this functionality within your own Sitecore solution. I wanted to make sure my messages were retried several times, as I’m calling an external API which isn’t available from …