Abstract queue interaction actor

Add theĀ src/queue_actor.rs actor, and let's create an actor that uses an abstract handler to process incoming messages and can send new messages to a queue. It also has to create all theĀ necessary queues in RabbitMQ and subscribe to new events in the corresponding queue.