Merge branch 'crolke-DISPATCH-451' This closes #106
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/acbae29e Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/acbae29e Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/acbae29e Branch: refs/heads/master Commit: acbae29e5888d75564702fa435ffdd269e094e8e Parents: 1d34fac 2bab3f3 Author: Chuck Rolke <[email protected]> Authored: Mon Oct 10 16:14:37 2016 -0400 Committer: Chuck Rolke <[email protected]> Committed: Mon Oct 10 16:14:37 2016 -0400 ---------------------------------------------------------------------- include/qpid/dispatch/amqp.h | 7 + include/qpid/dispatch/server.h | 13 + python/qpid_dispatch/management/qdrouter.json | 37 +- .../qdrouter.policyRuleset.settings.txt | 18 +- src/connection_manager.c | 34 +- src/container.c | 3 +- src/policy.c | 7 +- src/server.c | 2 + tests/CMakeLists.txt | 1 + tests/system_tests_protocol_settings.py | 425 +++++++++++++++++++ 10 files changed, 528 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
