Currently, the outbox relais pending messages to the rabbitmq broker via 1 goroutine.
In order to provide for improved send throughput we should add the ability to configure and scale out the number of goroutines that are relaying messages out of the outbox.