文件名称:rabbitmq_cpp_wrapper:另一个基于librabbitmq-c的C ++ Rabbitmq包装器
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-01 23:24:05
C++
另一个基于librabbitmq-c的RabbitMQ C ++客户端包装。 已经在生产环境中使用。 尚无文档,请阅读示例以供参考,但我真的向您推荐! :更好的用法示例,请参考项目 。 测试环境设置: [nicol@centos_boost rabbitmq_cpp_wrapper]$ sudo rabbitmqctl add_user tibank 1234 Creating user " tibank " ... [nicol@centos_boost rabbitmq_cpp_wrapper]$ sudo rabbitmqctl set_user_tags tibank administrator Setting tags for user " tibank " to [administrator] ... [nicol
【文件预览】:
rabbitmq_cpp_wrapper-master
----build.sh(1KB)
----RabbitMQ.h(11KB)
----default_setup()
--------consume.cpp(2KB)
--------publish.cpp(1KB)
----basic()
--------cus.cpp(3KB)
--------pub.cpp(831B)
--------cus_timeout.cpp(3KB)
----confirm_ack()
--------pub_confirm.cpp(1KB)
--------cus_ack.cpp(3KB)
--------cus_ack2.cpp(4KB)
--------batch_pub_confirm.cpp(2KB)
----RabbitMQ.cpp(37KB)
----README.md(1KB)
----batch_perf()
--------batch_pub.cpp(2KB)
----.gitignore(39B)
----basic_get()
--------get.cpp(3KB)