summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Aidan Skinner to make third constructor public. This is done so ↵Martin Ritchie2008-01-111-1/+1
| | | | | | that the BDBMessageStore tests can still run with the addition of the VirtualHost reaper thread. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@611146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-690 : Relaxed the timings on failover as Thread.sleep is accurate to ↵Martin Ritchie2008-01-101-3/+7
| | | | | | 10ms so may finish the sleep 10ms early. Resulting in erratic failures as 9.9s < 10s. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@610806 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-690 : Provide configurable delay between re-connecion attempts.Martin Ritchie2008-01-094-10/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@610479 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-723 Added exec to qpid.startMartin Ritchie2008-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@610475 13f79535-47bb-0310-9956-ffa450edef68
* QPID-499 : Patch to update the queue size statistics when the Active TTL ↵Martin Ritchie2008-01-082-1/+2
| | | | | | | | process runs Removed old single commented out code line from AMQSession. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@609961 13f79535-47bb-0310-9956-ffa450edef68
* QPID-499 : Added per-virtual host timed tasks to inspect queues (with no ↵Robert Godfrey2008-01-039-80/+275
| | | | | | consumers) for expired messages git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@608477 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 592373 via svnmerge from Robert Godfrey2007-12-201-10/+8
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r592373 | ritchiem | 2007-11-06 11:12:06 +0000 (Tue, 06 Nov 2007) | 1 line QPID-663 Messages fail to be received after fail over. This is due to the old protocol session being reinstated after fail over. The new protocol session needs to be set in the StateManager as this maintains its own reference which is not being updated hence messages are being lost. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@606028 13f79535-47bb-0310-9956-ffa450edef68
* QPID-714 : (Patch from Aidan Skinner) Issue with competing, ↵Robert Godfrey2007-12-201-0/+151
| | | | | | | | transactional/client-ack consumers Ack each individual message on commit, not use multiple acks git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@606016 13f79535-47bb-0310-9956-ffa450edef68
* QPID-714 : (Patch from Aidan Skinner) Issue with competing, ↵Robert Godfrey2007-12-203-13/+12
| | | | | | | | transactional/client-ack consumers Ack each individual message on commit, not use multiple acks git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@606015 13f79535-47bb-0310-9956-ffa450edef68
* added disclaimers and AMP license to all languagesRajith Muditha Attapattu2007-11-261-1/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@598327 13f79535-47bb-0310-9956-ffa450edef68
* Added source links for EPL and MPL librariesMartin Ritchie2007-11-201-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@596665 13f79535-47bb-0310-9956-ffa450edef68
* Added the full text of the additional licenses.Martin Ritchie2007-11-202-16/+138
| | | | | | Moved ICU licence text from NOTICE to LICENSE git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@596655 13f79535-47bb-0310-9956-ffa450edef68
* added eclipse license details to the NOTICE fileRajith Muditha Attapattu2007-11-191-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@596342 13f79535-47bb-0310-9956-ffa450edef68
* Fixed runtime dependency in the management console.Martin Ritchie2007-11-162-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@595740 13f79535-47bb-0310-9956-ffa450edef68
* removed the KEYS file, as now it is in the parent folderRajith Muditha Attapattu2007-11-161-32/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@595688 13f79535-47bb-0310-9956-ffa450edef68
* moved the keys file to the parent folderRajith Muditha Attapattu2007-11-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@595687 13f79535-47bb-0310-9956-ffa450edef68
* QPID-685 : Update to address dependency issues and update the NOTICE file.Martin Ritchie2007-11-146-130/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@594992 13f79535-47bb-0310-9956-ffa450edef68
* Changed perf test parameters.Rupert Smith2007-11-061-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@592353 13f79535-47bb-0310-9956-ffa450edef68
* Completed the removal of SNAPSHOT from all M2 pom.xml files.Martin Ritchie2007-11-015-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@591091 13f79535-47bb-0310-9956-ffa450edef68
* Changed the release notesRajith Muditha Attapattu2007-11-011-68/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@591060 13f79535-47bb-0310-9956-ffa450edef68
* modified the systest POMRajith Muditha Attapattu2007-11-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@591036 13f79535-47bb-0310-9956-ffa450edef68
* Changed the POMs to remove SNAPSHOT from the versionRajith Muditha Attapattu2007-10-3110-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@590774 13f79535-47bb-0310-9956-ffa450edef68
* Resized some benchmark tests to scale up to the saturation point.Rupert Smith2007-10-301-51/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@590133 13f79535-47bb-0310-9956-ffa450edef68
* Resized latency tests.Rupert Smith2007-10-261-52/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@588581 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Rupert Smith2007-10-243-24/+13
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585564,585566-585569,585571-585574,585576-585641,585643-585905,585907-585911,585913-586343,586345-586373,586375-586488,586490-587922 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r587922 | rupertlssmith | 2007-10-24 17:32:14 +0100 (Wed, 24 Oct 2007) | 1 line Resolved junit-toolkit SNAPSHOT dependencies onto version 0.6.1 which is in the central repository. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@587925 13f79535-47bb-0310-9956-ffa450edef68
* Updated benchmark tests for max throughput and a variety of latency tests ↵Rupert Smith2007-10-221-284/+383
| | | | | | modeling common use cases. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@587061 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-191-7/+7
| | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585564,585566-585569,585571-585574,585576-585641,585643-585905,585907-585911,585913-586343,586345-586373,586375-586489 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r586489 | ritchiem | 2007-10-19 16:01:15 +0100 (Fri, 19 Oct 2007) | 3 lines QPID-647 : Update to ConcurrentSelectorDeliveryManager to restart async process if a msg is queued that has the potential to be delivered. Delayed the restart until the Filtering subscribers have the message enqueued to their PDQs. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@586492 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-191-1/+11
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585564,585566-585569,585571-585574,585576-585641,585643-585905,585907-585911,585913-586343,586345-586374 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r586374 | ritchiem | 2007-10-19 12:01:40 +0100 (Fri, 19 Oct 2007) | 1 line QPID-654 : added a shutdownNow() call if the _taskPool hasn't terminiated by the time we have finished closing. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@586376 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-196-28/+28
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585564,585566-585569,585571-585574,585576-585641,585643-585905,585907-585911,585913-586344 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r586344 | rgodfrey | 2007-10-19 10:29:50 +0100 (Fri, 19 Oct 2007) | 1 line QPID-653 : Updated timeouts ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@586351 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-182-127/+110
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585564,585566-585569,585571-585574,585576-585641,585643-585905,585907-585914 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r585912 | ritchiem | 2007-10-18 11:10:19 +0100 (Thu, 18 Oct 2007) | 1 line QPID-637 : Patch provided by Aidan Skinner to ensure correct behaviour of session closure. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@585918 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-181-17/+20
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585564,585566-585569,585571-585574,585576-585641,585643-585908 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r585906 | ritchiem | 2007-10-18 10:09:38 +0100 (Thu, 18 Oct 2007) | 1 line QPID-647 : Async Process start/stop is not regulated tightly enough. Added additional synchronisation to ensure that a new subscriber can start the async if required. As currently the start request can be missed. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@585913 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Robert Godfrey2007-10-174-14/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584107,584109-584112,584114-584123,584125-585653 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r585565 | ritchiem | 2007-10-17 17:39:20 +0100 (Wed, 17 Oct 2007) | 1 line QPID-643 : CSDM causes duplicate message delivery. Don't deliver messages that have been taken. ........ r585570 | ritchiem | 2007-10-17 17:48:01 +0100 (Wed, 17 Oct 2007) | 1 line Update to AMQMessage to reset the deliveredToConsumer flag(false) when the message is released. This flag is now used by more than the immediate delivery. It is also used to understand if the message has been delivered so that we can tell the message should not be purged. ........ r585575 | ritchiem | 2007-10-17 17:59:42 +0100 (Wed, 17 Oct 2007) | 1 line QPID-647 : Update to ConcurrentSelectorDeliveryManager to restart async process if a msg is queued that has the potential to be delivered. ........ r585642 | rgodfrey | 2007-10-17 20:42:14 +0100 (Wed, 17 Oct 2007) | 1 line QPID-645 : TxnBuffer should rethrow exceptions encountered on commit ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@585655 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 584124 via svnmerge from Rupert Smith2007-10-121-20/+23
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r584124 | rupertlssmith | 2007-10-12 11:52:52 +0100 (Fri, 12 Oct 2007) | 1 line Implemented fair scheduling of producers in tests to prevent starvation and test timeout. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@584125 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Rupert Smith2007-10-121-24/+24
| | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583881,583883-584113 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r584108 | rupertlssmith | 2007-10-12 10:43:28 +0100 (Fri, 12 Oct 2007) | 1 line Changed topic reliability tests to do 2:16 fanout, gives highest rate. ........ r584113 | rupertlssmith | 2007-10-12 10:55:01 +0100 (Fri, 12 Oct 2007) | 1 line Corrected error in topic test sizes. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@584114 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-121-10/+31
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583807,583809-583882 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583882 | ritchiem | 2007-10-11 18:02:28 +0100 (Thu, 11 Oct 2007) | 1 line QPID-637 Patch submitted by Aidan Skinner to address receive not waiting for full timeout. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@584091 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-111-2/+5
| | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583774,583777-583809 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583808 | ritchiem | 2007-10-11 13:52:02 +0100 (Thu, 11 Oct 2007) | 1 line QPID-636 : Check to ensure we only enqueue msgs that can be delivered to the consumer. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583811 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-114-3/+105
| | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583545,583547,583549-583777 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583775 | ritchiem | 2007-10-11 12:24:36 +0100 (Thu, 11 Oct 2007) | 1 line QPID-635 Added a unit test and implemented the equals() method on BlockingMethodFrameListener and SpecificMethodFrameListener. ........ r583776 | ritchiem | 2007-10-11 12:28:36 +0100 (Thu, 11 Oct 2007) | 1 line QPID-632 ImmediateMessageTest may not have sufficient time to see the exception. Performing the close before checking for exceptions should give it this time. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583781 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-102-10/+10
| | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583414,583416-583417,583419-583437,583439-583482,583484-583517,583519-583550 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583546 | ritchiem | 2007-10-10 18:14:53 +0100 (Wed, 10 Oct 2007) | 1 line QPID-631 : Patch provided by Aidan Skinner to address the errors in the MessageRequeueTest. ........ r583548 | ritchiem | 2007-10-10 18:15:59 +0100 (Wed, 10 Oct 2007) | 2 lines QPID-632 : The lack of AMQNoConsumersException on the connection may be due to the exception list in ExceptionMonitor not being thread safe. Synchronized method calls to ensure atomic access. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583554 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 583518 via svnmerge from Rupert Smith2007-10-101-16/+21
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583518 | rupertlssmith | 2007-10-10 16:45:56 +0100 (Wed, 10 Oct 2007) | 1 line Changed maxPending to be by message correlation id. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583520 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 583438-583483 via svnmerge from Rupert Smith2007-10-101-7/+7
| | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583438 | rupertlssmith | 2007-10-10 12:46:59 +0100 (Wed, 10 Oct 2007) | 1 line Changed tests to use global maxPending limit, rather than per producer. ........ r583483 | rupertlssmith | 2007-10-10 15:21:20 +0100 (Wed, 10 Oct 2007) | 1 line Removed debug logging from performance test code. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583487 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-104-4/+30
| | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583084,583087,583089-583104,583106-583146,583148-583153,583155-583169,583171-583172,583174-583398,583400-583418 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583415 | ritchiem | 2007-10-10 10:59:56 +0100 (Wed, 10 Oct 2007) | 1 line QPID-578 : Queue Deletion causes unacked msgs to be discard resulting in the RejcectHandler throwing NPE when it too tries to discard the message. ........ r583418 | ritchiem | 2007-10-10 11:11:13 +0100 (Wed, 10 Oct 2007) | 1 line QPID-627 : Update provided by Aidan Skinner to correctly close resources used by Large Message Test. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583422 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 583105 via svnmerge from Robert Godfrey2007-10-101-37/+62
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583105 | rgodfrey | 2007-10-09 11:48:25 +0100 (Tue, 09 Oct 2007) | 1 line QPID-625 : Fix commit rollback test to prevent failures caused by incorrect assertions in the test ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583389 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-096-25/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-581967,581969-582197,582199-582200,582203-582204,582206-582262,582264,582267-583156 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r583085 | ritchiem | 2007-10-09 10:25:00 +0100 (Tue, 09 Oct 2007) | 1 line Update to Error message to contain the thrown exception message. ........ r583086 | ritchiem | 2007-10-09 10:29:08 +0100 (Tue, 09 Oct 2007) | 2 lines Update to provide a UUID.randomUUID() when getLocalHost() throws an UnknownHostException. Update to formatting ........ r583088 | ritchiem | 2007-10-09 10:31:40 +0100 (Tue, 09 Oct 2007) | 1 line Update to correct error log that would occur when using selectors. ........ r583105 | rgodfrey | 2007-10-09 11:48:25 +0100 (Tue, 09 Oct 2007) | 1 line QPID-625 : Fix commit rollback test to prevent failures caused by incorrect assertions in the test ........ r583147 | ritchiem | 2007-10-09 14:11:41 +0100 (Tue, 09 Oct 2007) | 1 line Qpid-626 : Patch provided by Aidan Skinner to address AMQSession Deadlocks. ........ r583154 | ritchiem | 2007-10-09 14:19:37 +0100 (Tue, 09 Oct 2007) | 1 line Qpid-627 Patch provided by Aidan Skinner to address hangs in DurableSubscriptionTest. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@583169 13f79535-47bb-0310-9956-ffa450edef68
* Updated pom to match tests parameters from 2.1, confusing during previos ↵Rupert Smith2007-10-081-274/+274
| | | | | | merge caused these values to be lost. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@582843 13f79535-47bb-0310-9956-ffa450edef68
* Sorry in my fixing of a conflict I put the M2.1 pom references on M2.Martin Ritchie2007-10-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@582313 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-0510-349/+848
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581188,581190-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581626,581628-581646,581648-582204,582206-582269 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r581968 | rupertlssmith | 2007-10-04 17:57:40 +0100 (Thu, 04 Oct 2007) | 1 line Updaded performance tests to better test pub/sub mode with 1:10 fanout. ........ r582198 | ritchiem | 2007-10-05 11:33:14 +0100 (Fri, 05 Oct 2007) | 1 line QPID-617 : Forgot to commit Test case to validate fix. ........ r582201 | ritchiem | 2007-10-05 11:39:54 +0100 (Fri, 05 Oct 2007) | 1 line QPID-624: Update to ensure all errors are correctly processed in BlockingMethodFrameListener.java ........ r582202 | ritchiem | 2007-10-05 11:44:06 +0100 (Fri, 05 Oct 2007) | 1 line QPID-624 : Forgot to commit updates to test along with BlockingMethodFrameListener ........ r582263 | ritchiem | 2007-10-05 14:38:13 +0100 (Fri, 05 Oct 2007) | 1 line Qpid-623 : When only selectors are used on a queue the main _messages queue causes a leak. Here is a new test provided by Aidan Skinner and a simple fix that will prevent OOME when only selectors are connected to the Queue. ........ r582265 | ritchiem | 2007-10-05 14:39:03 +0100 (Fri, 05 Oct 2007) | 1 line Qpid-558 : Patch provided by Aidan Skinner addressing AMQShortString not autoexpand-ing so when adding content to it would throw an exception ........ r582266 | ritchiem | 2007-10-05 14:39:25 +0100 (Fri, 05 Oct 2007) | 1 line QPID-551 : Patch provided by Aidan Skinner to address problems in info logging when stacktraces are short. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@582296 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 582205 via svnmerge from Rupert Smith2007-10-051-282/+274
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r582205 | rupertlssmith | 2007-10-05 11:57:09 +0100 (Fri, 05 Oct 2007) | 1 line Turned down test size and rate parameters for pubsub tests. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@582209 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 581647 via svnmerge from Rupert Smith2007-10-032-112/+142
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r581647 | rupertlssmith | 2007-10-03 17:28:38 +0100 (Wed, 03 Oct 2007) | 1 line Performance enhancements for the tests, producers stalled individually above maxPending size. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@581648 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Martin Ritchie2007-10-031-12/+37
| | | | | | | | | | | | | | | | | | | 573738-573739,573741-574077,574079-574236,574238-574265,574267-574503,574505-574554,574556-574584,574586-574873,574875-574901,574903-575737,575739-575787,575789-575810,575812-577772,577774-577940,577942-578057,578059-578732,578734,578736-578744,578746-578827,578829-578844,578846-579114,579116-579146,579148-579197,579199-579228,579230-579573,579575-579576,579579-579601,579603-579613,579615-579708,579710-580021,580023-580039,580042-580060,580062-580065,580067-580080,580082-580257,580259-580264,580266-580350,580352-580984,580986-580991,580994-581001,581003-581170,581172-581206,581208-581245,581247-581292,581294-581539,581541-581565,581567-581620,581622-581628 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r581189 | rgodfrey | 2007-10-02 12:08:29 +0100 (Tue, 02 Oct 2007) | 1 line QPID-614 : Applied patch supplied by Aidan Skinner ........ r581627 | ritchiem | 2007-10-03 16:26:10 +0100 (Wed, 03 Oct 2007) | 1 line QPID-614 : Applied supplementary patch from Aidan Skinner. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@581631 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 581621 via svnmerge from Martin Ritchie2007-10-031-1/+1
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r581621 | ritchiem | 2007-10-03 16:15:52 +0100 (Wed, 03 Oct 2007) | 1 line QPID-584 : Fixed issue where ALL errors are presented to client as a connection closing error. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@581624 13f79535-47bb-0310-9956-ffa450edef68