summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing dependencies for SSL to INSTALLAlan Conway2010-07-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963721 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2709: update references to the old incubator mailing lists and svn ↵Robert Gemmell2010-07-125-5/+5
| | | | | | | | | repository addresses Applied patch from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963482 13f79535-47bb-0310-9956-ffa450edef68
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-123-142/+302
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963479 13f79535-47bb-0310-9956-ffa450edef68
* Fix test framework error causing "AttributeError: Popen instance has no ↵Alan Conway2010-07-121-2/+2
| | | | | | attribute '_clean'" git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963409 13f79535-47bb-0310-9956-ffa450edef68
* fixed payload of None for text/plain messagesRafael H. Schloming2010-07-122-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963280 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the Java broker InfoPlugin tests from the CPP profilesRobert Gemmell2010-07-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963232 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2726: add custom PlainPasswordCallback to enable PLAIN auth against ↵Robert Gemmell2010-07-102-16/+88
| | | | | | custom PrincipalDatabase's which cant actually return password data, and revert r961923 changes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@962870 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2727: Handle exceptions in Broker constructor and call finalise to ↵Gordon Sim2010-07-091-0/+5
| | | | | | safely cleanup plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@962586 13f79535-47bb-0310-9956-ffa450edef68
* bugfix: convert v1 oid's when calling v2 agentKenneth Anthony Giusti2010-07-091-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@962526 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2711 - Patch from Chuck RolkeTed Ross2010-07-086-22/+347
| | | | | | Add version and icon resources to Windows C++ exe/dll files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961962 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2726: move the password verification process to an easily overridable ↵Robert Gemmell2010-07-081-2/+15
| | | | | | protected method git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961923 13f79535-47bb-0310-9956-ffa450edef68
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-088-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961919 13f79535-47bb-0310-9956-ffa450edef68
* Improved logging to easily identify tests. Changed content of messages - ↵Jonathan Robie2010-07-081-54/+102
| | | | | | each message now uses the name of the test as message content by default. Removed redundant popen.wait() calls after popen.communicate(). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961900 13f79535-47bb-0310-9956-ffa450edef68
* Contains test cases for QPID-2722 and QPID-2723Rajith Muditha Attapattu2010-07-081-48/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961869 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-2723Rajith Muditha Attapattu2010-07-084-14/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961866 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2722Rajith Muditha Attapattu2010-07-081-5/+19
| | | | | | | The producer now checks for the presense of qpid.subject in the header and uses it as the routing-key if sending to an exchange. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2719Rajith Muditha Attapattu2010-07-082-6/+17
| | | | | | | | The SSL receiver now logs the error and also reports it up the stack. It also notifies the sender not to wait any longer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961860 13f79535-47bb-0310-9956-ffa450edef68
* convert ttl from seconds to millisecondsRafael H. Schloming2010-07-082-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961824 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2686: Update Ant doc taskRobert Gemmell2010-07-083-3/+44
| | | | | | | Applied patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961820 13f79535-47bb-0310-9956-ffa450edef68
* Fix cluster-safe assertion in ~Connection.Alan Conway2010-07-081-0/+6
| | | | | | | | Don't trigger cluster-safe asserts in broker::~Connection as it can be called from an IO threads during broker shutdown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961814 13f79535-47bb-0310-9956-ffa450edef68
* Restructured code using generic utility methods for sending / receiving / ↵Jonathan Robie2010-07-081-372/+127
| | | | | | | | | | | subscribing / listening, configurable by language. Added logging so it's clear which commands were executed. Status: Reliably fails when two subscriptions are used. One or more of the subscribe / listen tests generally fails in addition. Quite possibly a bug in the test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961788 13f79535-47bb-0310-9956-ffa450edef68
* Mentioned setting type on reply-to addresses in performance tipsGordon Sim2010-07-081-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961677 13f79535-47bb-0310-9956-ffa450edef68
* Minor renaming of section titleGordon Sim2010-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961676 13f79535-47bb-0310-9956-ffa450edef68
* Added information on handling of app-id, content-encoding and routing key.Gordon Sim2010-07-081-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961675 13f79535-47bb-0310-9956-ffa450edef68
* Corrected typo and removed invalid link.Gordon Sim2010-07-081-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961674 13f79535-47bb-0310-9956-ffa450edef68
* Restructuring of chapter on Qpid Messaging APIGordon Sim2010-07-081-440/+427
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961673 13f79535-47bb-0310-9956-ffa450edef68
* Added brief section on asynchronous send/acknowledge.Gordon Sim2010-07-081-1/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961672 13f79535-47bb-0310-9956-ffa450edef68
* Some clarification of JMS overview and example.Gordon Sim2010-07-081-26/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961671 13f79535-47bb-0310-9956-ffa450edef68
* Correct sentence of java logging.Gordon Sim2010-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961670 13f79535-47bb-0310-9956-ffa450edef68
* Removed some sections not directly relevant to API; restructured a little as ↵Gordon Sim2010-07-081-150/+62
| | | | | | a consequence git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961669 13f79535-47bb-0310-9956-ffa450edef68
* Further correction to durability example.Gordon Sim2010-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961668 13f79535-47bb-0310-9956-ffa450edef68
* Correction to durability example.Gordon Sim2010-07-081-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961667 13f79535-47bb-0310-9956-ffa450edef68
* Improved section on transactionsGordon Sim2010-07-081-13/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961666 13f79535-47bb-0310-9956-ffa450edef68
* Improved sections on reliabilityGordon Sim2010-07-081-19/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961665 13f79535-47bb-0310-9956-ffa450edef68
* Enabled prefetch for next receiver snippets, removed some confusion text on ↵Gordon Sim2010-07-081-13/+31
| | | | | | maps, minor clarifications on prefetch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961664 13f79535-47bb-0310-9956-ffa450edef68
* Add acknowledge() to python snippet for consistencyGordon Sim2010-07-081-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961663 13f79535-47bb-0310-9956-ffa450edef68
* Minor corrections to addressing example text.Gordon Sim2010-07-081-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961662 13f79535-47bb-0310-9956-ffa450edef68
* Move comment re use of amq.topic in hello world example to a footnote.Gordon Sim2010-07-081-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961661 13f79535-47bb-0310-9956-ffa450edef68
* Corrections for hello world callouts.Gordon Sim2010-07-081-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961660 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted order in list for clarityGordon Sim2010-07-081-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2715 Security Plugins developer doc from Andrew Kennedy and update to ↵Marnie McCormack2010-07-072-19/+651
| | | | | | ACL intro page git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961499 13f79535-47bb-0310-9956-ffa450edef68
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-073-14/+18
| | | | | | | This fixes a race condition that was not handled by r959746. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2710 Patch from Chuck RolkeTed Ross2010-07-071-0/+8
| | | | | | C++ Messaging Client .NET binding is not compiled in SDK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2725 : Remove duplicated documentationMartin Ritchie2010-07-061-47/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960955 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2724 : Remove fixed version from xsl-stylesheetsMartin Ritchie2010-07-065-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2681 : Add documentation for Topic ConfigurationMartin Ritchie2010-07-063-0/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960953 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Don't hold lock while waiting for incoming message in ↵Gordon Sim2010-07-062-1/+38
| | | | | | nextReceiver() call. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960951 13f79535-47bb-0310-9956-ffa450edef68
* Fix link error on fedora 13Alan Conway2010-07-061-3/+1
| | | | | | Removed duplicate .o files linked with cluster_test executable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960894 13f79535-47bb-0310-9956-ffa450edef68
* Recreated client certificates as the previous once were expired.Rajith Muditha Attapattu2010-07-066-40/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960767 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a compile error.Rajith Muditha Attapattu2010-07-061-26/+0
| | | | | | | The testTopicBindings() was defined twice in this class, possibly an error when applying the patch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960766 13f79535-47bb-0310-9956-ffa450edef68