.. | ||
CMakeLists.txt | ||
emit_log_direct.cpp | ||
emit_log_topic.cpp | ||
emit_log.cpp | ||
new_task.cpp | ||
publisher_confirms.cpp | ||
README.md | ||
receive_logs_direct.cpp | ||
receive_logs_topic.cpp | ||
receive_logs.cpp | ||
receive.cpp | ||
rpc_client.cpp | ||
rpc_server.cpp | ||
send.cpp | ||
worker.cpp |
C++ code for RabbitMQ tutorials
Here you can find the C++ code examples from RabbitMQ tutorials.
To successfully use the examples you will need a RabbitMQ node running locally.
Requirements
Examples use rabbitmq-c library that must be installed first. You can build the examples via CMakeFile.txt. Examples are tested on CentOS 7, RabbitMQ 3.10.0, Erlang 23.3.1 and built with Visual Studio Code 1.73.1