Message Queue Provider
The queue provider for any type of messages. The queue must be thread-safe! The default implementation is a ConcurrentLinkedQueue.
Parameters
T
the type of the message that the queue handles, either incoming or outgoing.