summaryrefslogtreecommitdiff
path: root/qpid/python/examples/xml-exchange/verify
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-13 20:38:21 +0000
committerAlan Conway <aconway@apache.org>2008-05-13 20:38:21 +0000
commit4bed8993507c1a9e89a7cc04547faf409356e347 (patch)
tree1ab67025477534a02ae806bcd1a693982fe4e87b /qpid/python/examples/xml-exchange/verify
parentf3f2a5d43a0b23837d87d33e5415c9b131b5457d (diff)
downloadqpid-python-4bed8993507c1a9e89a7cc04547faf409356e347.tar.gz
From Jonathan Robie:
https://issues.apache.org/jira/browse/QPID-1056: Python examples for the xml exchange. https://issues.apache.org/jira/browse/QPID-1057 Fixes to the XmlExchange.cpp that prevent it from crashing the broker when used with python clients that don't send application header properties git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/xml-exchange/verify')
-rw-r--r--qpid/python/examples/xml-exchange/verify3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/python/examples/xml-exchange/verify b/qpid/python/examples/xml-exchange/verify
new file mode 100644
index 0000000000..01d81a18a1
--- /dev/null
+++ b/qpid/python/examples/xml-exchange/verify
@@ -0,0 +1,3 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+clients ./declare_queues.py ./direct_producer.py ./direct_consumer.py
+outputs ./declare_queues.py.out ./direct_producer.py.out ./direct_consumer.py.out