summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-127-72/+264
| | | | | | Applied patch from Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1102258 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3254Rajith Muditha Attapattu2011-05-111-4/+44
| | | | | | | Added test cases for creating durable subscriptions for various address strings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1102103 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3254Rajith Muditha Attapattu2011-05-111-0/+5
| | | | | | | | Added a check to ensure that durable subscriptions are only created for Topics. Added code to mark a destination durable. If the addressing string explicitly specified durable==false, it will be overriden. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1102102 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3254Rajith Muditha Attapattu2011-05-113-15/+46
| | | | | | | | | Added logic to resolve the address to ensure corner cases such addresses without subjects are handled properly. The address resolotuion code will determine the defaults for subject (and routing key) by querying the name specified in the address. I also added null checks for getRoutingKey() method and getTopicName() method in both AMQTopic and AMQAnyDestination classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1102002 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3252: flush msgs when sync requested.Kenneth Anthony Giusti2011-05-112-12/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3207Rajith Muditha Attapattu2011-05-111-1/+1
| | | | | | | | Rolling back the change until we fix the deadlock issue identified in QPID-3216 Also investigate the other test failure to see if there are any other issues besides the deadlock problem. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2759: Remove defunct jmxremote.access file user management rights ↵Robert Gemmell2011-05-1015-604/+190
| | | | | | | | | | | | | | manipulation abilities. 1) Removed remaining jmx access functionality. 2) Removed references to security/jmx/access from all existing configuration files. 3) Made ServerConfiguration#validateConfiguration reject config files that still contain the security/jmx/access element in order to promote good end-user understanding of configuration. For JMX: 1) setRights now throws UnsupportedOperationException with message. 2) createUser(string,string,bool,bool,bool) throws UnsupportedOperationException iff any of the bool args are true i.e. the user attempts to give a user access JMX rights 3) Deprecated createUser(string,string,bool,bool,bool) in favour of new two arg form createUser(string,string) 4) viewUsers changes to always return admin, read, and write items as false. Applied patch from Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101483 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+6
| | | | | | | | - Make clang use slow mutex protected AtomicValue This is the simplest solution to clang not supporting 64 bit atomic builtins. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101185 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+6
| | | | | | | - Avoid pointer alignment conversion error by using union instead git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-093-6/+19
| | | | | | | - Add new template function for FieldValue::getIntegerValue() to avoid compile error when extracting into 1 byte ints. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101183 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-095-4/+9
| | | | | | - Finish getting boost::intrusive_ptr working (may be compiler bug) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
| | | | | | | - Explicitly specify parent method as clang didn't find it [is this a clang++ 2.9 bug?] git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-094-14/+1
| | | | | | - Removed unused code causing warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101179 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-099-13/+14
| | | | | | | - Change class/struct declarations to be consistent with the definition to avoid warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
| | | | | | - Remove illegal mutable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
| | | | | | - Fixed constness when getting message property git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101176 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add settings file to allow specifying qpid specific settings, allow ↵Robert Gemmell2011-05-093-5/+12
| | | | | | configuring 'remote' repo location, tidy up some use of literal values git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1100952 13f79535-47bb-0310-9956-ffa450edef68
* Added Windows high-res timer output. Resolves QPID-3236Stephen D. Huston2011-05-071-6/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1100638 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3244: unit test for the fix.Kenneth Anthony Giusti2011-05-052-0/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099979 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3243: unit test to verify fix.Kenneth Anthony Giusti2011-05-052-27/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3245Rajith Muditha Attapattu2011-05-041-0/+5
| | | | | | | The ack fusher task is now cancelled when the session is closed due to an error received from the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099634 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: remove a JIRA from the 0.10 release notes as it was pushed out to ↵Robert Gemmell2011-05-041-2/+0
| | | | | | 0.11 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099446 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3244: fix windows buildKenneth Anthony Giusti2011-05-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3233Rajith Muditha Attapattu2011-05-035-9/+68
| | | | | | | | If the underlying AMQP session gets closed, the JMS session is now notified along with details that caused the session closure. The JMS Session will throw an exception (with an error code and details) when a user accesses the closed session. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099288 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3244: C++ broker should release flow control for a queue when it is ↵Kenneth Anthony Giusti2011-05-032-1/+16
| | | | | | deleted. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099283 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3243: correctly use --max-queue-count value to compute flow limit.Kenneth Anthony Giusti2011-05-034-4/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3241 - Deadlock in qmf agent triggered by producer flow controlTed Ross2011-05-031-164/+178
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3214Rajith Muditha Attapattu2011-05-031-3/+1
| | | | | | | | | Committing the suggested fix by Gordon Sim. All though the currentException may change by the time we call connection.exceptionReceived() it's not really a big issue. Chance of getting two successive sessions exceptions is rare if not none at all. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099060 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: updates to getting started page and 0.10 release notes pageRobert Gemmell2011-05-022-25/+35
| | | | | | | Applied patch from Justin Ross <jross@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1098828 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3239Michael Goulish2011-05-021-12/+27
| | | | | | | | | qpid-tool is no longer printing status of clustered broker links, so this test code (which is used by several tests) hangs. so make it look at the "transport" field instead. also -- if this test is run on a machine that is clustered with several others -- and if there is another copy of the test running on one of the other machines -- the brokers on the different machinnes will form One Big Cluster. append the box-name to the cluster name. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1098704 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3236 - Add high-resolution timestamps to log files for debug ↵Kim van der Riet2011-05-027-5/+33
| | | | | | situations. Windows impl has a stub only. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1098554 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3227: assert if application or reserved header overflows send buffer.Kenneth Anthony Giusti2011-04-292-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: add section to the downloads page to describe using the Maven ↵Robert Gemmell2011-04-291-0/+19
| | | | | | artifacts for the java client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: reorder the compatibility tables to put the defunct clients at ↵Robert Gemmell2011-04-291-19/+19
| | | | | | the bottom git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097860 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: update first table on compatibility page with 0.10 release infoRobert Gemmell2011-04-291-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097859 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3235: clustered qpidd broker fails ocassionly the ↵Alan Conway2011-04-294-30/+42
| | | | | | | | | | | | cluster_tests.ShortTests.test_route_update Inconsistent stats changes on a Link were causing cluster inconsistency. Fix is to disable those stats changes in a cluster. Updated cluster_tests.py to reliably generate the error every time without the fix. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097838 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: merge the changes made to live site in r1097611 back to the ↵Robert Gemmell2011-04-291-11/+11
| | | | | | source file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097771 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3230: add a release notes page for 0.10 for use in release email etcRobert Gemmell2011-04-291-0/+359
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3151: remove dotnet and ruby artifacts from the --all release artifactsRobert Gemmell2011-04-291-2/+0
| | | | | | Applied patch from Justin Ross <jross@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097754 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added -fno-strict-aliasing for swig-generated C++ sources.Ted Ross2011-04-286-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097592 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Doxygen Footer changeTed Ross2011-04-281-1/+1
| | | | | | | | Replaced $datetime with $date to reduce the granularity of the generated timestamp. This avoids multi-lib install problems with simultaneous builds for different machine architectures. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097590 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3076: fix compilation for older version of boost library.Kenneth Anthony Giusti2011-04-281-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097571 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3232: Call _grant() & wakeup() after returned message has been countedGordon Sim2011-04-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097539 13f79535-47bb-0310-9956-ffa450edef68
* Added Justin to people.html.Jonathan Robie2011-04-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097518 13f79535-47bb-0310-9956-ffa450edef68
* Updated template for latest release.Jonathan Robie2011-04-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097516 13f79535-47bb-0310-9956-ffa450edef68
* Applied Justin's patch from QPID-3230.Jonathan Robie2011-04-282-74/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097500 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-2814-94/+393
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097432 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Build fixes for saslwrapper:Ted Ross2011-04-275-5/+4
| | | | | | | | - Add -fno-strict-aliasing to the compile flags for the c++ wrapper code - Ensure that the Python artifacts are installed in an arch-specific location git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3227: account for extra header bytes when computing data size for send ↵Kenneth Anthony Giusti2011-04-273-11/+14
| | | | | | buffers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097102 13f79535-47bb-0310-9956-ffa450edef68
* Synchronised source (pre-generated) content with change made directly to ↵Gordon Sim2011-04-271-162/+3
| | | | | | site (r1088983) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097063 13f79535-47bb-0310-9956-ffa450edef68