summaryrefslogtreecommitdiff
path: root/python/examples
Commit message (Collapse)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-284-0/+619
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1451244 13f79535-47bb-0310-9956-ffa450edef68
* Removed finally - Python before 2.5 did not allow finally together with ↵Jonathan Robie2010-08-092-4/+4
| | | | | | specific exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983743 13f79535-47bb-0310-9956-ffa450edef68
* Changed conditional assignment to vanilla if/then/else, for compatibility ↵Jonathan Robie2010-08-091-2/+9
| | | | | | with older Python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983718 13f79535-47bb-0310-9956-ffa450edef68
* corrected whitespaceRafael H. Schloming2010-07-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963800 13f79535-47bb-0310-9956-ffa450edef68
* removed old python examplesRafael H. Schloming2010-07-1334-2813/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963786 13f79535-47bb-0310-9956-ffa450edef68
* Changed README to README.txt throughout the project for consistency. Removed ↵Jonathan Robie2010-06-231-0/+0
| | | | | | gentools/README.txt, which described Velocity. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957201 13f79535-47bb-0310-9956-ffa450edef68
* Minor adjustment to option definitions for Python 2.3Gordon Sim2010-06-093-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953044 13f79535-47bb-0310-9956-ffa450edef68
* XML Exchange example.Jonathan Robie2010-05-051-0/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@941497 13f79535-47bb-0310-9956-ffa450edef68
* correct name of exception to be caughtGordon Sim2010-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938550 13f79535-47bb-0310-9956-ffa450edef68
* Hello World example in Python - matches hello_world.cppJonathan Robie2010-04-161-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934663 13f79535-47bb-0310-9956-ffa450edef68
* updated reservations example to match latest changesRafael H. Schloming2010-04-094-25/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932454 13f79535-47bb-0310-9956-ffa450edef68
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-093-18/+6
| | | | | | | | | | | - Connection.open -> Connection.establish - Connection.connect() split into Connection.open(), Connection.attach() - Connection.disconnect() -> Connection.detach() - reconnect_hosts -> reconnect_urls - transport now takes tcp, ssl, and tcp+tls git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932352 13f79535-47bb-0310-9956-ffa450edef68
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-013-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930084 13f79535-47bb-0310-9956-ffa450edef68
* added SSL support to APIRafael H. Schloming2010-03-313-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929717 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2441: patch from Jan Sarenik that prevents verification failures when ↵Gordon Sim2010-03-101-13/+13
| | | | | | running the examples if locale is not as expected git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@921319 13f79535-47bb-0310-9956-ffa450edef68
* added a subject option to spoutRafael H. Schloming2010-02-171-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911163 13f79535-47bb-0310-9956-ffa450edef68
* removed sender caching as this should now be unnecessaryRafael H. Schloming2010-02-171-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911121 13f79535-47bb-0310-9956-ffa450edef68
* added reservations to examplesRafael H. Schloming2010-02-174-0/+495
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911048 13f79535-47bb-0310-9956-ffa450edef68
* changed sender/receiver to be synchronous by default when invoked on a ↵Rafael H. Schloming2010-02-163-28/+27
| | | | | | connected session git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910388 13f79535-47bb-0310-9956-ffa450edef68
* handle Control-CRafael H. Schloming2010-02-132-44/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909811 13f79535-47bb-0310-9956-ffa450edef68
* added count and print formatting options to drainRafael H. Schloming2010-02-131-4/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909810 13f79535-47bb-0310-9956-ffa450edef68
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909641 13f79535-47bb-0310-9956-ffa450edef68
* Added missing binding_key values to the headers bindings. This allows the ↵Ted Ross2010-02-011-2/+2
| | | | | | | | | bindings to be later deleted. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@905316 13f79535-47bb-0310-9956-ffa450edef68
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-293-6/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904634 13f79535-47bb-0310-9956-ffa450edef68
* merged documentation and address changes from rnr branchRafael H. Schloming2010-01-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896159 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2249 Python Headers Exchange ExampleTed Ross2009-12-086-0/+362
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888452 13f79535-47bb-0310-9956-ffa450edef68
* fixed the usage textRafael H. Schloming2009-10-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824366 13f79535-47bb-0310-9956-ffa450edef68
* renamed ping to spoutRafael H. Schloming2009-10-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824361 13f79535-47bb-0310-9956-ffa450edef68
* added an option for loggingRafael H. Schloming2009-10-121-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824297 13f79535-47bb-0310-9956-ffa450edef68
* added ability to specify reply-to and message properties for ping; also ↵Rafael H. Schloming2009-10-112-7/+114
| | | | | | added server example git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824145 13f79535-47bb-0310-9956-ffa450edef68
* added ping and drain examples for the new APIRafael H. Schloming2009-10-112-0/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824108 13f79535-47bb-0310-9956-ffa450edef68
* Removing the verify script - it breaks builds. Will restore when fixed.Jonathan Robie2009-03-131-24/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753381 13f79535-47bb-0310-9956-ffa450edef68
* Tests Unicode and handling of all datatypes in applicationJonathan Robie2009-03-124-0/+450
| | | | | | | | headers. Things commented out don't work yet. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752972 13f79535-47bb-0310-9956-ffa450edef68
* Instructions on how to run the Python examples.Jonathan Robie2009-02-121-0/+267
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743788 13f79535-47bb-0310-9956-ffa450edef68
* Modified Connect() constructor throughout. User name and password are nowJonathan Robie2008-12-1614-14/+14
| | | | | | | | supplied for the connection. (Someone changed this, and it no longer matched the original tutorial.) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@727116 13f79535-47bb-0310-9956-ffa450edef68
* Added license headers to the following files.Rajith Muditha Attapattu2008-12-155-0/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@726752 13f79535-47bb-0310-9956-ffa450edef68
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2815-0/+270
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@689937 13f79535-47bb-0310-9956-ffa450edef68
* replaced example usages of message_flow with the start() methodRafael H. Schloming2008-06-119-25/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@666850 13f79535-47bb-0310-9956-ffa450edef68
* - Remove redundant comments about AMQP_SPECAlan Conway2008-05-1515-60/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656859 13f79535-47bb-0310-9956-ffa450edef68
* - Enable python tets and examples in make rpmbuild.Alan Conway2008-05-1515-105/+15
| | | | | | | - Remove hard-coded amqp.xml paths from python examples. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656853 13f79535-47bb-0310-9956-ffa450edef68
* Fixed python/examples/xml-exchange verify script.Alan Conway2008-05-146-15/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656255 13f79535-47bb-0310-9956-ffa450edef68
* From Jonathan Robie:Alan Conway2008-05-136-0/+370
| | | | | | | | | | | | | | | 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
* Fix typo in examples.Alan Conway2008-05-132-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1044: Part of patch from Jonathan Robie + changes to verify scripts to ↵Gordon Sim2008-05-1214-357/+469
| | | | | | keep automated testing working. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655568 13f79535-47bb-0310-9956-ffa450edef68
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-071-13/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654158 13f79535-47bb-0310-9956-ffa450edef68
* QPID-966: applied patch from rajith; altered to use uuid as session name; ↵Gordon Sim2008-05-0116-222/+252
| | | | | | | | | | updated verify scripts for automated testing; re-enabled automated testing in c++ build git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652469 13f79535-47bb-0310-9956-ffa450edef68
* Updated c++ and python fanout examples and verify scripts.Alan Conway2008-02-154-102/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@628169 13f79535-47bb-0310-9956-ffa450edef68
* Fix errors in verify scripts.Alan Conway2008-02-114-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@620619 13f79535-47bb-0310-9956-ffa450edef68
* Refactored verify scripts, added verify for python Examples.Alan Conway2008-02-0820-27/+147
| | | | | | | | | | | | | | To verify an example: <qpid-trunk>/bin/verify <example-dir> See comments in bin/verify for more details. Changes: - Each example dir has its own verify script and verify.in. - Added sys.stdout.flush() to som python examples so verify can tell when they're ready. - Made python examples svn:executable. - C++ examples/Makefile.am runs python examples git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619903 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-745Arnaud Simon2008-01-189-21/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613126 13f79535-47bb-0310-9956-ffa450edef68