901 B
901 B
C++ code for RabbitMQ tutorials
Requirements
- Boost Asio
- Boost Uuid
Code
send
receive
new_task "A very hard task which takes two seconds.."
worker
Tutorial three: Publish/Subscribe:
receive_logs
emit_log "info: This is the log message"
receive_logs_direct info
emit_log_direct info "The message"
receive_logs_topic "*.rabbit"
emit_log_topic red.rabbit Hello
rpc_server
rpc_client