summaryrefslogtreecommitdiff
path: root/qpid/python/examples
Commit message (Collapse)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated ↵Robert Gemmell2016-07-0511-1109/+0
| | | | | | to their own git repositories git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1751566 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: restore examples to the pure python componentGordon Sim2013-09-196-0/+593
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524673 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: Move the Python examples under the bindings directory.Darryl L. Pierce2013-09-187-716/+0
| | | | | | They now are found with the other languages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: Created the console Python example app.Darryl L. Pierce2013-09-181-0/+99
| | | | | | | It allows the user to send messages tot he server example app and get messages back. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524573 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: Fixed the Python examples to use the new Python moduleDarryl L. Pierce2013-09-186-30/+54
| | | | | | | | Now the imports will first attempt to bring in qpid_messaging, the Swig generated Python. If that fails it will then fall back to trying to import qpid.messaging, the pure Python binding. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524572 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-111-0/+4
| | | | | | | | Each of the examples (C++, Ruby, Perl, Python) now have a command line option to set the durable flag on messages sent. This allows for experimenting with message persistence. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1522042 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4772: Assume text/plain for content type if no other indication is ↵Justin Ross2013-04-231-0/+6
| | | | | | given; a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1471146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4750: Fix unhandled exception; patch from Ernie AllenJustin Ross2013-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-123-480/+0
| | | | | | | Instead of being API examples, they are actually tools that belong with the other tool apps. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1455522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4115: Python send and receive example apps.Darryl L. Pierce2013-02-184-0/+619
| | | | | | Submitted by: Pavel Moravec <pmoravec@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1447276 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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@656255 13f79535-47bb-0310-9956-ffa450edef68