summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move libqpidtypes to the front of the libraries list.Alan Conway2010-07-141-1/+1
* QMF: fix for r961919 - accept old style class keys without throwing an except...Kenneth Anthony Giusti2010-07-141-12/+18
* default ports for reconnect_urlsRafael H. Schloming2010-07-141-3/+3
* QPID-2526 : Applied patch to module.xml that quotes LogMessage files for proc...Martin Ritchie2010-07-141-2/+2
* fixed parsing of failover URLs; fixed driver to notice when reconnect_urls is...Rafael H. Schloming2010-07-142-12/+22
* Specify paths for the generated resource file so it gets picked up correctly ...Stephen D. Huston2010-07-141-2/+2
* Remove deleted files from Makefile.am, part of removing the old python examples.Alan Conway2010-07-134-16/+0
* eliminate spurious error logging and reconnect attemptsRafael H. Schloming2010-07-132-2/+6
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-133-7/+22
* corrected whitespaceRafael H. Schloming2010-07-131-1/+1
* removed old python examplesRafael H. Schloming2010-07-1352-3105/+33
* QPID-2671 - Patch from Chuck RolkeTed Ross2010-07-131-1/+125
* QPID-2728 - Patch from Chuck RolkeTed Ross2010-07-131-1/+2
* Fix error introduced in r963409 causing "AttributeError: Broker instance has ...Alan Conway2010-07-131-1/+1
* Added missing dependencies for SSL to INSTALLAlan Conway2010-07-131-1/+1
* QPID-2709: update references to the old incubator mailing lists and svn repos...Robert Gemmell2010-07-125-5/+5
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-123-142/+302
* Fix test framework error causing "AttributeError: Popen instance has no attri...Alan Conway2010-07-121-2/+2
* fixed payload of None for text/plain messagesRafael H. Schloming2010-07-122-2/+20
* Exclude the Java broker InfoPlugin tests from the CPP profilesRobert Gemmell2010-07-121-0/+2
* QPID-2726: add custom PlainPasswordCallback to enable PLAIN auth against cust...Robert Gemmell2010-07-102-16/+88
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* bugfix: convert v1 oid's when calling v2 agentKenneth Anthony Giusti2010-07-091-2/+10
* QPID-2711 - Patch from Chuck RolkeTed Ross2010-07-086-22/+347
* QPID-2726: move the password verification process to an easily overridable pr...Robert Gemmell2010-07-081-2/+15
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-088-0/+68
* Improved logging to easily identify tests. Changed content of messages - each...Jonathan Robie2010-07-081-54/+102
* Contains test cases for QPID-2722 and QPID-2723Rajith Muditha Attapattu2010-07-081-48/+53
* This is a fix for QPID-2723Rajith Muditha Attapattu2010-07-084-14/+53
* QPID-2722Rajith Muditha Attapattu2010-07-081-5/+19
* QPID-2719Rajith Muditha Attapattu2010-07-082-6/+17
* convert ttl from seconds to millisecondsRafael H. Schloming2010-07-082-2/+14
* QPID-2686: Update Ant doc taskRobert Gemmell2010-07-083-3/+44
* Fix cluster-safe assertion in ~Connection.Alan Conway2010-07-081-0/+6
* Restructured code using generic utility methods for sending / receiving / sub...Jonathan Robie2010-07-081-372/+127
* Mentioned setting type on reply-to addresses in performance tipsGordon Sim2010-07-081-0/+8
* Minor renaming of section titleGordon Sim2010-07-081-1/+1
* Added information on handling of app-id, content-encoding and routing key.Gordon Sim2010-07-081-0/+11
* Corrected typo and removed invalid link.Gordon Sim2010-07-081-3/+1
* Restructuring of chapter on Qpid Messaging APIGordon Sim2010-07-081-440/+427
* Added brief section on asynchronous send/acknowledge.Gordon Sim2010-07-081-1/+30
* Some clarification of JMS overview and example.Gordon Sim2010-07-081-26/+46
* Correct sentence of java logging.Gordon Sim2010-07-081-1/+1
* Removed some sections not directly relevant to API; restructured a little as ...Gordon Sim2010-07-081-150/+62
* Further correction to durability example.Gordon Sim2010-07-081-1/+1
* Correction to durability example.Gordon Sim2010-07-081-7/+6
* Improved section on transactionsGordon Sim2010-07-081-13/+16
* Improved sections on reliabilityGordon Sim2010-07-081-19/+82
* Enabled prefetch for next receiver snippets, removed some confusion text on m...Gordon Sim2010-07-081-13/+31
* Add acknowledge() to python snippet for consistencyGordon Sim2010-07-081-3/+4