summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move qpid to tlpM2.xJoe Schaefer2008-12-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M2.x@726140 13f79535-47bb-0310-9956-ffa450edef68
* Initial addition of .gitignore to cover java : Martin Ritchie2008-06-261-0/+6
| | | | | | | | | | | *.class *.pyc *.iml *.ipr *.iws target git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@671949 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when ↵Martin Ritchie2008-06-1310-91/+485
| | | | | | | | acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows for testing closer to AMQP. Further investigation is required to identify why the .Net was causing the refcounting problems that required the previous change to Unacknowledged message introducing this . git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@667561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1058 : Removal of Console WriteLine as highlighted in code review by ↵Martin Ritchie2008-06-061-3/+0
| | | | | | Robert Godfrey. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@664020 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1058 : Addition of a CRAM-MD5-HEX as discussed on the JIRA. An ↵Martin Ritchie2008-06-065-3/+454
| | | | | | additional test is provided to ensure that the handle method correctly wraps a given Database password in hex. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@664001 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1058 : Added new CramMD5HexSaslClient.cs and registered it in the Sasl ↵Martin Ritchie2008-06-067-2/+213
| | | | | | Factory and the client CallbackHandler git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@663999 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1119 : M2x commit : Addition of a System property to ↵Martin Ritchie2008-06-046-2/+578
| | | | | | | | | | | | AMQProtocolHandler.java to allow the syncWait default to be changed. To perform this a new SlowMessageStore has been added to the systest package. This allows all MessageStore methods to have a pre and/or post delay applied. This delay can be configured dynamically if you have a handle to the Store or via the XML configuration. The SlowMessageStore can also be used to wrap any existing MessageStore (Testing only carried out with the default MemoryMessageStore) To make testing easier on M2x VMTestCase has been modified to allow the test to simply configure logging levels and systemProperties. These are then reverted after the test has completed. These changes will naturally need more work to before they are merged to trunk which uses totally different methods for ClientProperties and for running tests. systests/pom.xml didn't have amqj.logging.level as a systemProperty hence setting it did nothing for the tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@663125 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1117 : Added tests for all other message types. Refactored the common ↵Martin Ritchie2008-06-031-4/+153
| | | | | | parts out of the objectTest. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@662818 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1092 : Changed toString to be String.valueOf(getObject())Martin Ritchie2008-06-032-23/+102
| | | | | | | Added MessageToStringTest, tests performing toString on Message before calling getObject(). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@662770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1101 : Update to DestNameExchange to perform deep copy.Martin Ritchie2008-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@661746 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1103 :Changed VMTestCase to allow the creation of InVM brokers based on ↵Martin Ritchie2008-05-303-13/+91
| | | | | | a configuration file. Updated ApplicationRegistry as it was not correctly utilising the set configuration and always using AR 1. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@661739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1084 : Fix AMQSession race condition on no-ack flow controlRobert Godfrey2008-05-211-8/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@658614 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 657859 via svnmerge from Martin Ritchie2008-05-202-22/+42
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r657859 | ritchiem | 2008-05-19 17:54:06 +0100 (Mon, 19 May 2008) | 1 line QPID-1066 : Removed isInfo wrapping. Added test that is missing from trunk from M2.x QueueDepthSelectorTest. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@658166 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 657097 via svnmerge from Aidan Skinner2008-05-162-23/+22
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r657097 | rgodfrey | 2008-05-16 16:08:55 +0100 (Fri, 16 May 2008) | 1 line QPID-1060 : Release ref to transient meta data; cache message size ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@657111 13f79535-47bb-0310-9956-ffa450edef68
* Initialized merge tracking via "svnmerge" with revisions "651431" from Aidan Skinner2008-05-160-0/+0
| | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@657107 13f79535-47bb-0310-9956-ffa450edef68
* Initialized merge tracking via "svnmerge" with revisions "651431" from Aidan Skinner2008-05-160-0/+0
| | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@657106 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1036 increase timeouts to more reasonable levels, ensure that durable ↵Aidan Skinner2008-05-073-4/+15
| | | | | | queues are deleted when no longer needed git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@654109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-952 should have been part of previous commitAidan Skinner2008-05-071-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@654104 13f79535-47bb-0310-9956-ffa450edef68
* QPID-952, QPID-951, QPID-1032 Fix failover, ensure that it is properly ↵Aidan Skinner2008-05-073-351/+422
| | | | | | detected, that frames are replayed approrpiately and that failover does not timeout. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@654097 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1029: Generate temporary queue names using GUIDs to ensure uniqueness.Aidan Skinner2008-05-061-13/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@653760 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1023 increase some timeoutsAidan Skinner2008-05-056-42/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@653452 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1022 Use synchronous writes to fix race conditionsAidan Skinner2008-05-051-10/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@653451 13f79535-47bb-0310-9956-ffa450edef68
* Check if consumer is closed and dont reclose it Aidan Skinner2008-05-051-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@653447 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1019 prevent messages being dequeued unecessarily, from rgodfreyAidan Skinner2008-05-053-7/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@653416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1001 dont set the expiration time if TTL is 0Aidan Skinner2008-05-011-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@652568 13f79535-47bb-0310-9956-ffa450edef68
* QPID-994 Dont wait for attain state as connection is closed by we get CloseOkAidan Skinner2008-05-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@652567 13f79535-47bb-0310-9956-ffa450edef68
* QPID-888,QPID-886 : Fixed all management uses of _lock.lock / _lock.unlock ↵Martin Ritchie2008-04-301-74/+103
| | | | | | so that they correctly call unlock from a finally block in the CSDM. There are two issues that cover that. QPID-888 - Fix the management ones and QPID-886 to fix the use in removeExpired. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@652399 13f79535-47bb-0310-9956-ffa450edef68
* QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in ↵Martin Ritchie2008-04-301-31/+43
| | | | | | thread dump. Named Queue-housekeeping-<virtualhost name> git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@652389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-889 : Removed _reapingStoreContext from CSDM replaced with local ↵Martin Ritchie2008-04-301-9/+22
| | | | | | StoreContext()s so they are not reused by different threads. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@652388 13f79535-47bb-0310-9956-ffa450edef68
* QPID-156 : Add an Apache licensed store - created an experimental Derby ↵Robert Godfrey2008-04-163-0/+1455
| | | | | | based store git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@648834 13f79535-47bb-0310-9956-ffa450edef68
* Rename in case of further M2-based releasesAidan Skinner2008-04-160-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@648764 13f79535-47bb-0310-9956-ffa450edef68
* QPID-886 : In order to allow the test to be written that highlights the ↵Martin Ritchie2008-04-161-1/+6
| | | | | | failure we need to be able to provide a Config object not a file. So made the method public that reads the file and added constructor to use the Config object. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648740 13f79535-47bb-0310-9956-ffa450edef68
* QPID-933 : performance tweaksRobert Godfrey2008-04-1612-82/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-932 : Remove references to unusued constructor argument "browsedAcks" ↵Robert Godfrey2008-04-161-4/+4
| | | | | | of NonTransactionalContext git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648670 13f79535-47bb-0310-9956-ffa450edef68
* QPID-932 : Remove references to unusued constructor argument "browsedAcks" ↵Robert Godfrey2008-04-168-27/+16
| | | | | | of NonTransactionalContext git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648669 13f79535-47bb-0310-9956-ffa450edef68
* QPID-931 : Always use exclusive consumers when subscribing to topicsRobert Godfrey2008-04-162-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648666 13f79535-47bb-0310-9956-ffa450edef68
* QPID-929 : Exchange.Declare being sent prior to every message when ↵Robert Godfrey2008-04-163-11/+28
| | | | | | publishing to explicit destination git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-927 : Multiple acknowledgements should be coalesced into single ↵Robert Godfrey2008-04-161-2/+61
| | | | | | multiple ack git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648652 13f79535-47bb-0310-9956-ffa450edef68
* QPID-926 : Perform all store operations associated with an acknowledge in a ↵Robert Godfrey2008-04-161-34/+39
| | | | | | single store transaction git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648648 13f79535-47bb-0310-9956-ffa450edef68
* QPID-925 : Only begin store transactions when there is a persistent message ↵Robert Godfrey2008-04-162-7/+33
| | | | | | to be committed git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-922 : Selectors on header properties should not convert AMQShortStrings ↵Robert Godfrey2008-04-164-9/+58
| | | | | | to Strings on every evaluation git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648637 13f79535-47bb-0310-9956-ffa450edef68
* QPID-900 : Re-use byte[] of buffer for backing of AMQShortStringRobert Godfrey2008-04-161-5/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648617 13f79535-47bb-0310-9956-ffa450edef68
* QPID-899 : Bug in AMQShortString on tokenized substringsRobert Godfrey2008-04-162-4/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@648614 13f79535-47bb-0310-9956-ffa450edef68
* Add licenscesAidan Skinner2008-03-3128-6/+551
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@643153 13f79535-47bb-0310-9956-ffa450edef68
* QPID-890 : Removed old references to VHostPrincipalDatabase and an errant ↵Martin Ritchie2008-03-311-18/+3
| | | | | | | | old.PrincipalDatabaseAccessManager change. This file should now work. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@643032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-876 remove .exe for hot cross version compatability actionAidan Skinner2008-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-875 : Dropped logging level to debug.Martin Ritchie2008-03-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640434 13f79535-47bb-0310-9956-ffa450edef68
* QPID-874 use getQueueDepth properlyAidan Skinner2008-03-241-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640426 13f79535-47bb-0310-9956-ffa450edef68
* QPID-872 : Adjusted TimeToLive test receive calls to use a wait of 1s(1000) ↵Martin Ritchie2008-03-241-3/+3
| | | | | | as 100ms was unreasonably short. This was causing test failures on a slower machine where no failure had really occurred. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-873 : Authentication Exception should be hard error; also NPE in ↵Robert Godfrey2008-03-242-3/+7
| | | | | | PropertiesPrincipalDatabase when user not known git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640417 13f79535-47bb-0310-9956-ffa450edef68