summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Clean up the Mailing List page a bit: adjust the link layout due to text ↵Robert Gemmell2010-07-051-16/+31
| | | | | | wrapping and fix a couple typos. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960699 13f79535-47bb-0310-9956-ffa450edef68
* Transition the Gettting Involved front page and Project Etiquette guide to ↵Robert Gemmell2010-07-053-1/+134
| | | | | | the new website model and update menu accordingly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960688 13f79535-47bb-0310-9956-ffa450edef68
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-059-15/+95
| | | | | | | | | | | | | | | Messages enqueued in a cluster-safe context are synchronized across the cluster. However some messages are delivered in a cluster-unsafe context, for example raising a link established event occurs the connection thread of the establishing connection. This fix deferrs such messages by multicasting them so they can be re-delived in a cluster safe context. See https://bugzilla.redhat.com/show_bug.cgi?id=611543 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960681 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2700 Patch for ability to remove bindings from exchanges and additional ↵Marnie McCormack2010-07-056-6/+141
| | | | | | tests for direct and topic exchange add/remove logic from Andrew Kennedy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2694 Commit to trunk for Andrew Kennedy patch for session leak on closeMarnie McCormack2010-07-052-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960667 13f79535-47bb-0310-9956-ffa450edef68
* Added types/ImportExport.h to installed headers.Alan Conway2010-07-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960588 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1447 : Correct excludes for SCD Tests. Added to CPPExcludes as CPP ↵Martin Ritchie2010-07-051-1/+7
| | | | | | broker doesn't have SCD also Java 0.10 profile will not pass due to issues with client exception handling see QPID-2657 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960556 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2165 : Ensure each MINANetworkDriverTest uses a new port, to prevent ↵Martin Ritchie2010-07-051-1/+4
| | | | | | the in use errors git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960555 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2681 : Clean up testMartin Ritchie2010-07-051-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960554 13f79535-47bb-0310-9956-ffa450edef68