]> Git Repo - VerusCoin.git/commit - src/Makefile.gtest.include
Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0
authorSimon <[email protected]>
Thu, 9 Mar 2017 00:19:54 +0000 (16:19 -0800)
committerSimon <[email protected]>
Sat, 25 Mar 2017 15:51:40 +0000 (08:51 -0700)
commit99eb947a983aad2ea169e19a4e1b329c928a7943
treea34897983a56cad21d85aad1b1fc0aa65a220a45
parentf9f48667bef77000209e98438c2a376024af1394
Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0
21 files changed:
configure.ac
contrib/amqp/amqp_sub.py [new file with mode: 0644]
contrib/debian/copyright
depends/packages/packages.mk
depends/packages/proton.mk [new file with mode: 0644]
doc/amqp.md [new file with mode: 0644]
qa/pull-tester/rpc-tests.sh
qa/pull-tester/tests-config.sh.in
qa/rpc-tests/proton_test.py [new file with mode: 0755]
src/Makefile.am
src/Makefile.gtest.include
src/Makefile.test.include
src/amqp/amqpabstractnotifier.cpp [new file with mode: 0644]
src/amqp/amqpabstractnotifier.h [new file with mode: 0644]
src/amqp/amqpconfig.h [new file with mode: 0644]
src/amqp/amqpnotificationinterface.cpp [new file with mode: 0644]
src/amqp/amqpnotificationinterface.h [new file with mode: 0644]
src/amqp/amqppublishnotifier.cpp [new file with mode: 0644]
src/amqp/amqppublishnotifier.h [new file with mode: 0644]
src/amqp/amqpsender.h [new file with mode: 0644]
src/init.cpp
This page took 0.030503 seconds and 4 git commands to generate.