SimpleAmqpClient:简单的C ++与Rabbitmq-c的接口

时间:2021-05-01 17:00:29
【文件属性】:
文件名称:SimpleAmqpClient:简单的C ++与Rabbitmq-c的接口
文件大小:101KB
文件格式:ZIP
更新时间:2021-05-01 17:00:29
C++ SimpleAmqpClient 是围绕 C库的易于使用的C ++包装器。 它从 AMQP库中获得灵感,因为它抽象出了潜在的AMQP通道线概念,并将其用作错误/消费范围。 这应该使编写支持AMQP的单线程简单应用程序变得容易。 正在安装 已知可在以下环境中工作: Windows 7(MSVC 10,Win64,Win32)。 可能在其他人中工作,但尚未经过测试 Linux(RHEL 6.0,GCC-4.4.5、32和64位)。 可能适用于其他配置,但尚未经过测试 Mac OS X(10.7、10.6,gcc-4.2、32和64位)。 可能适用于旧版本,但尚未经过测试 先决条件 或更高版本(除了其他基于标头的库(例如sharedptr和不可复制)之外,在内部使用 ,系统) 您将需要版本0.8.0或更高版本。 构建系统需要什么 可选仅生成API文档所需 建立程序 这是一个典型的cmak
【文件预览】:
SimpleAmqpClient-master
----LICENSE-MIT(1KB)
----.gitattributes(179B)
----.gitmodules(116B)
----third-party()
--------googletest()
----src()
--------AmqpResponseLibraryException.cpp(2KB)
--------Table.cpp(7KB)
--------Envelope.cpp(2KB)
--------Channel.cpp(38KB)
--------BasicMessage.cpp(8KB)
--------AmqpException.cpp(9KB)
--------TableImpl.cpp(11KB)
--------SimpleAmqpClient()
--------ChannelImpl.cpp(19KB)
--------MessageReturnedException.cpp(2KB)
--------AmqpLibraryException.cpp(2KB)
----Modules()
--------LibFindMacros.cmake(4KB)
--------FindRabbitmqc.cmake(757B)
----.clang-format(4KB)
----CMakeLists.txt(8KB)
----CONTRIBUTING.md(459B)
----.travis.yml(2KB)
----README.md(4KB)
----ChangeLog.md(4KB)
----.devcontainer()
--------Dockerfile(651B)
--------devcontainer.json(1KB)
--------base.Dockerfile(693B)
----testing()
--------test_connect.cpp(5KB)
--------test_channels.cpp(6KB)
--------test_get.cpp(3KB)
--------test_exchange.cpp(6KB)
--------test_consume.cpp(8KB)
--------test_queue.cpp(8KB)
--------connected_test.h(2KB)
--------CMakeLists.txt(455B)
--------test_table.cpp(34KB)
--------test_ack.cpp(2KB)
--------test_publish.cpp(3KB)
--------test_nack.cpp(3KB)
--------test_message.cpp(4KB)
----.gitignore(196B)
----Doxyfile.in(10KB)
----libSimpleAmqpClient.pc.in(311B)

网友评论