From c36a80f0b03bea42bca570e994d08613b08fd6dd Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 13 May 2008 20:38:21 +0000 Subject: 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/qpid@656005 13f79535-47bb-0310-9956-ffa450edef68 --- python/examples/xml-exchange/verify | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/examples/xml-exchange/verify (limited to 'python/examples/xml-exchange/verify') diff --git a/python/examples/xml-exchange/verify b/python/examples/xml-exchange/verify new file mode 100644 index 0000000000..01d81a18a1 --- /dev/null +++ b/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 -- cgit v1.2.1