RabbitMQ tutorial

I will follow the PHP tutorials from the RabbitMQ /getstarted to learn this technology :)

RabbitMQ Links Entry Point (/execises) Business Logic (/src)
Hello World receive send Receiver Sender
Work Queues new_task worker NewTask Worker
Publish/Subscribe emit_log receive_logs LogEmitter LogReceiver
Routing emit_log_direct receive_logs_direct LogEmitterDirect LogReceiverDirect
Topics emit_log_topic receive_logs_topic LogEmiterTopics LogReceiverTopics
RPC rpc_client rpc_server Client Server