php send.php
php receive.php
php new_task.php "A very hard task which takes two seconds.."
php worker.php
Colas durable true, tanto al consumer como al producer
Tutorial three: Publish/Subscribe
php receive_logs.php
php emit_log.php "info: This is the log message"
php receive_logs_direct.php info
php emit_log_direct.php info "The message"
php receive_logs_topic.php "*.rabbit"
php emit_log_topic.php red.rabbit Hello
php rpc_server.php
php rpc_client.php