diff options
| author | Alan Conway <aconway@apache.org> | 2008-05-13 20:38:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-05-13 20:38:21 +0000 |
| commit | c36a80f0b03bea42bca570e994d08613b08fd6dd (patch) | |
| tree | e592c4a67829873329fc67e8768d279dc88cbba3 /python/examples/xml-exchange/verify | |
| parent | 715b3ab46cf6f0f8b3e16c492c62e0af418e11f4 (diff) | |
| download | qpid-python-c36a80f0b03bea42bca570e994d08613b08fd6dd.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/qpid@656005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/xml-exchange/verify')
| -rw-r--r-- | python/examples/xml-exchange/verify | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
