# Functions

CalculateWorkerCount will calculate the amount of workers that will be spawned based on the following formula: Available CPU's * 2 / Amount of Topics.
NewConnector generates a connector using the provided parameters.
NewSubscriber setups a new subscriber for the given topic.

# Interfaces

Connector is the interface for the RabbitMQ Connector.
Subscriber subscribes to an topic on Rabbit MQ.