| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 521363 via svnmerge from | Robert Greig | 2007-04-19 | 2 | -666/+980 |
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r521363 | ritchiem | 2007-03-22 17:36:15 +0000 (Thu, 22 Mar 2007) | 2 lines Updated the new Log4j appender to compress the backup files and move them to a new location.(Compression occurs async so as not to slow down the main program). Enable the logger in the log4j.xml Disabled by default. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@530356 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 520938 via svnmerge from | Robert Greig | 2007-04-19 | 2 | -1/+719 |
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r520938 | ritchiem | 2007-03-21 16:26:03 +0000 (Wed, 21 Mar 2007) | 1 line Added a new Appender from the Log4j contrib code base as QpidCompositeRollingAppender. This will allow us to roll the broker log files on a set time frame AND to a maximum file size. The CompositeRollingAppender was contributed by Kevin Steppe to the log4j project but as it is not part of the log4j.jar we must include it in our own code base until log4j provide a core implementation. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@530354 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 520843 via svnmerge from | Robert Greig | 2007-04-19 | 2 | -0/+178 |
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r520843 | ritchiem | 2007-03-21 11:24:40 +0000 (Wed, 21 Mar 2007) | 1 line Added two scripts to stop the running broker without having to first record the running pid. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@530349 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fix for QPID-439 | Tejeswar Das | 2007-04-16 | 1 | -14/+22 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@529402 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528014 ↵ | Robert Godfrey | 2007-04-12 | 1 | -1/+4 |
| | | | | | 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Unbreaking trunk due to erroneous commit | Robert Godfrey | 2007-04-12 | 3 | -164/+0 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528013 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528012 ↵ | Robert Godfrey | 2007-04-12 | 1 | -0/+127 |
| | | | | | 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Unbreaking trunk due to erroneous commit | Robert Godfrey | 2007-04-12 | 2 | -277/+0 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528000 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Unbreaking trunk due to erroneous commit | Robert Godfrey | 2007-04-12 | 29 | -186/+305 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527999 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527967 ↵ | Robert Godfrey | 2007-04-12 | 1 | -1/+1 |
| | | | | | 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Unbreaking trunk due to erroneous commit | Robert Godfrey | 2007-04-12 | 1 | -127/+0 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527965 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Unbreaking trunk due to erroneous commit | Robert Godfrey | 2007-04-12 | 5 | -1/+509 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527961 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 526714 via svnmerge from | Robert Greig | 2007-04-09 | 14 | -225/+120 |
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r526714 | rgreig | 2007-04-09 12:25:32 +0100 (Mon, 09 Apr 2007) | 1 line Purged logging from exception constructors. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@526720 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Added shell script. | Robert Greig | 2007-04-09 | 3 | -6/+62 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@526689 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Refactoring and multi-version support | Robert Godfrey | 2007-04-07 | 31 | -174/+631 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@526447 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-381 Amended session constructor to make non-transactional and client ↵ | Marnie McCormack | 2007-04-06 | 1 | -2/+2 |
| | | | | | | | ack mode. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@526197 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 525531-525536 via svnmerge from | Robert Greig | 2007-04-05 | 6 | -73/+308 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r525531 | rgreig | 2007-04-04 16:18:44 +0100 (Wed, 04 Apr 2007) | 1 line Added standard command line handline ........ r525533 | rgreig | 2007-04-04 16:19:38 +0100 (Wed, 04 Apr 2007) | 1 line Added simeple file copy function. ........ r525535 | rgreig | 2007-04-04 16:20:30 +0100 (Wed, 04 Apr 2007) | 1 line Added comments and logging to track down bug. ........ r525536 | rgreig | 2007-04-04 16:21:43 +0100 (Wed, 04 Apr 2007) | 1 line Fixed dangling transaction problem by correctly binding queue. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@525825 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 522994-523245 via svnmerge from | Robert Greig | 2007-04-05 | 9 | -855/+1282 |
| | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r522994 | rgreig | 2007-03-27 17:48:23 +0100 (Tue, 27 Mar 2007) | 1 line Test added for durability of messages under broker failure. ........ r523245 | rgreig | 2007-03-28 10:30:49 +0100 (Wed, 28 Mar 2007) | 1 line Reversed accidental replacing of the word 'initialize' in comments to 'establishConnection' through a method refactoring. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@525800 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428 | Bhupendra Bhusman Bhardwaj | 2007-03-27 | 18 | -178/+555 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@522821 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Updated perftests from M2 | Robert Greig | 2007-03-23 | 6 | -559/+472 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@521711 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-418 : Add ability to save user preferences to Java Management Console | Bhupendra Bhusman Bhardwaj | 2007-03-22 | 4 | -66/+385 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@521345 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | added cygwin check to correct the path if running on cygwin | Bhupendra Bhusman Bhardwaj | 2007-03-22 | 1 | -0/+10 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@521337 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Exception thrown should be JMException, because management application don't ↵ | Bhupendra Bhusman Bhardwaj | 2007-03-21 | 1 | -2/+2 |
| | | | | | | | know about AMQException git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520850 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-420 Adding clientID, AuthorizedId and client version on management console | Bhupendra Bhusman Bhardwaj | 2007-03-21 | 3 | -4/+40 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520847 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 520415 via svnmerge from | Robert Greig | 2007-03-20 | 11 | -77/+636 |
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r520415 | rgreig | 2007-03-20 14:59:07 +0000 (Tue, 20 Mar 2007) | 1 line Improvements made to interop tests. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520487 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions 519933 via svnmerge from | Robert Greig | 2007-03-19 | 1 | -10/+10 |
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r519933 | rgreig | 2007-03-19 12:55:39 +0000 (Mon, 19 Mar 2007) | 1 line Correction to exception type thrown. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@519938 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Merged revisions ↵ | Martin Ritchie | 2007-03-19 | 9 | -150/+56 |
| | | | | | | | | | | | | | | | | | | | 1-447993,447995-448007,448009-448141,448143-448157,448161-448194,448196-448210,448212-448218,448220-448223,448225-448233,448235,448237-448241,448243-448596,448598-448623,448625-448850,448852-448880,448882-448982,448984-449635,449637-449639,449641-449642,449644-449645,449647-449674,449676-449719,449721-449749,449751-449762,449764-449933,449935-449941,449943-450383,450385,450387-450400,450402-450433,450435-450503,450505-450555,450557-450860,450862-451024,451026-451149,451151-451316,451318-451931,451933-452139,452141-452162,452164-452320,452322,452324-452325,452327-452333,452335-452429,452431-452528,452530-452545,452547-453192,453194-453195,453197-453536,453538,453540-453656,453658-454676,454678-454735,454737,454739-454781,454783-462728,462730-462819,462821-462833,462835-462839,462841-463071,463073-463178,463180-463308,463310-463362,463364-463375,463377-463396,463398-463402,463404-463409,463411-463661,463663-463670,463672-463673,463675-464493,464495-464502,464504-464576,464578-464613,464615-464628,464630,464632-464866,464868-464899,464901-464942,464944-464949,464951-465004,465006-465016,465018-465053,465055-465165,465167-465321,465323-465406,465408-465427,465429-465431,465433-465548,465550-466044,466047-466075,466077,466079-466081,466083-466099,466101-466112,466114-466126,466128-466240,466242-466971,466973-466978,466980-467309,467311-467312,467316-467328,467330-467485,467487-467588,467590-467604,467606-467699,467701-467706,467708-467749,467751-468069,468071-468537,468539-469241,469244-469246,469248-469318,469320-469421,469423,469425-469429,469431-469435,469437-469462,469464-469469,469472-469477,469479-469490,469492-469503,469505-469529,469531-469598,469600-469624,469626-469737,469739-469752,469754-469806,469808-469928,469930-469953,469955-470011,470013-470109,470111-470335,470338-470339,470341-470379,470381,470383-470399,470401-470446,470448-470741,470743-470758,470760-470809,470811-470817,470819-470993,470995-471001,471003-471788,471790-471792,471794-472028,472030-472032,472034-472036,472038,472040,472043,472045-472059,472061,472063,472065-472066,472068,472070-472072,472074-472080,472082,472084-472092,472094-472107,472109-472123,472125-472158,472160-472165,472167-472172,472174-472457,472459-472460,472462-472464,472466-472470,472472-472483,472486-472491,472493-472494,472496-472497,472499,472501-472503,472505-472512,472514-472544,472546-472556,472558-472560,472562-472572,472574-472587,472589-472591,472593-472605,472607,472609-472731,472733-472786,472788-472843,472845-472849,472851-472859,472861-472878,472880-472903,472905,472907-472988,472990-472991,472993-473071,473073-473086,473088-473090,473093,473095-473096,473098-473106,473108-473110,473112-473185,473187-473260,473262,473268-473270,473275-473279,473281,473284-473287,473289-473295,473297-473306,473308-473330,473332-473335,473337,473339-473344,473346-473351,473353-473355,473357-473358,473361-473471,473473-473497,473499-473535,473537-473567,473569-473888,473890-474451,474454-474492,474494-474563,474565-474843,474845-474865,474867-474932,474934-475035,475037-475144,475146-475180,475182-475265,475267-475285,475287,475289-475293,475295-475296,475298-475302,475304-475631,475633-475649,475651-475748,475750-475752,475754-476107,476109-476302,476304-476413,476415-476430,476432-476700,476702-476868,476870-477147,477149-477213,477215-477263,477265-477340,477342-477635,477637-477789,477791-477825,477827-477841,477843,477846-477852,477854,477856,477858-477865,477867-477894,477896-478022,478024-478182,478184-478211,478213-478233,478235-478236,478238-478241,478243-478252,478254-478259,478261-478263,478265,478267-478269,478271-478286,478288-478342,478344-478379,478381-478412,478414-478443,478445-478636,478639-478658,478660-478821,478823-478853,478855-478922,478924-478962,478965-478974,478976-479029,479031-479049,479051-479210,479212-479214,479216-479407,479409-479415,479417-479425,479427-479559,479561-479639,479641-479676,479678-479685,479687-480030,480033-480086,480091-480093,480095-480118,480120-480139,480141,480143-480148,480150-480156,480158-480163,480165-480177,480179-480189,480191-480193,480195-480198,480200-480220,480222-480282,480284-480292,480294-480308,480310-480317,480320-480422,480424,480426-480581,480583-480656,480658-480692,480695-480702,480704,480706-480710,480712-480910,480913-480933,480935-480945,480947-480972,480974-480993,480995-481034,481036-481158,481161-481174,481176-481220,481222-481234,481236-481260,481263-481264,481266-481296,481298-481304,481306-481311,481313-481332,481334,481336-481380,481382-481441,481443-482144,482146-482180,482182-482193,482195-482232,482234-482236,482239,482241-482242,482244-482247,482250-482251,482253,482256-482261,482264-482288,482290-482364,482366,482368,482370-482554,482556,482558-482569,482572-482636,482638,482640-482696,482698-482722,482724-482732,482734-482771,482774-482957,482959-483045,483047-483105,483108,483110-483115,483117,483119-483127,483130-483134,483136-483148,483150-483158,483160-483164,483166-483178,483180-483391,483393-483400,483402-483403,483405-483418,483420-483421,483425-483436,483438-483470,483472-483502,483504-483558,483560-483599,483601-483637,483639-483644,483646-483659,483661-483670,483672-483878,483880-483910,483912-483915,483917-483940,483942,483944-483968,483970-483972,483974-483976,483978,483980-484612,484614-484657,484659-484693,484695-484718,484720-484842,484844-484847,484849-484986,484988-485019,485021-485489,485491-485544,485546-485591,485593,485595-485697,485699-485729,485731-485734,485736-485779,485781-485787,485789-485851,485853,485855-486007,486009,486011-486020,486022-486083,486085-486097,486099-486117,486120-486131,486133-486148,486150-486161,486163-486164,486166-486197,486199-486205,486208-486247,486249-486253,486256-486427,486429-486431,486433-486554,486556-486573,486575-486593,486595,486597-486609,486611-486619,486622,486625,486627-486641,486643-486645,486649-486687,486689-486721,486723-486730,486732-486746,486748-486759,486761,486763-486777,486779-486782,486784-486788,486790,486792,486794-486796,486798-487175,487178,487180-487213,487215,487217-487267,487269-487284,487286-487298,487300-487358,487360-487367,487369-487382,487384-487434,487436-487480,487482-487547,487549-487561,487563-487565,487567-487578,487580-487615,487617-487622,487624,487626,487628,487630-487635,487637-487703,487705-487777,487780-487781,487783-487800,487802-487803,487805-487820,487822-487848,487850-487902,487904-488103,488105-488133,488135-488158,488160-488163,488165-488187,488189-488216,488218-488248,488250-488278,488280,488282-488303,488305-488313,488315-488342,488344-488351,488353-488376,488378-488449,488451-488593,488595,488597-488623,488625-488700,488702-488704,488706-488710,488714,488716-488725,488727-488744,488746-488770,488772-488798,488800,488802-488807,488809,488811-488829,488831-488843,488845-488851,488853-489069,489071-489077,489079-489081,489084-489102,489104-489105,489107-489109,489111-489112,489114-489139,489141-489178,489181-489203,489205-489211,489213,489216-489329,489332-489402,489404-489417,489419-489421,489423-489643,489645-489690,489692-489703,489705-489714,489716-489747,489749-489753,489755-489803,489805-489904,489906-490372,490374-490504,490506-490604,490606-490707,490710-490733,490735-490871,490873-490984,490986-491028,491030,491032-491071,491073-491119,491121-491576,491578-491672,491674-491800,491802-491838,491840-491878,491880-492183,492185-492279,492281-492317,492319-492513,492515-492584,492586-492587,492589-492601,492603-492635,492637-492640,492642-492717,492719-492723,492725-492729,492731-492755,492757-492901,492903-492955,492957-492962,492964-492997,492999-493002,493004-493041,493043-493059,493062-493063,493065-493086,493088-493125,493127-493139,493141-493150,493152-493871,493873-494017,494019-494030,494032-494041,494043-494091,494093-494120,494122-494354,494356-494436,494438-494539,494541-494552,494554-494586,494588-494649,494651,494653-494654,494656-494657,494659-494764,494766-494768,494770-494796,494798-494799,494802,494804-494860,494862-494903,494905-494906,494908-495019,495021-495160,495162-495168,495171-495188,495190-495229,495231-495254,495256-495303,495305-495313,495315-495336,495338-495372,495374-495379,495381-495454,495457-495459,495462-495516,495518-495524,495526-495531,495533-495548,495551-495553,495555,495557-495558,495560,495562-495573,495575-495583,495585-495594,495596-495628,495630-495638,495640-495651,495653-495660,495662-495753,495755-496259,496261-496262,496264-496269,496271-496275,496277-496301,496303-496316,496318-496383,496385-496413,496415-496495,496497-496625,496627-496636,496638-496640,496642-496647,496650-496657,496659-496660,496663-496664,496666-496677,496679-496681,496683-496730,496732-496750,496752,496754-496784,496786-496832,496834-496840,496842-496990,496992-496995,496997-497340,497343-497351,497353-497403,497405-497424,497426-497438,497440-497481,497483-497497,497499-497765,497767-497769,497771-497775,497777-497778,497780,497782-497783,497785,497787-497812,497814-497871,497873-497877,497879-498573,498575-498588,498590,498592,498594-498636,498638-498669,498671-498686,498688-498689,498691-498719,498721-498964,498966-498969,498971-498973,498975-498982,498985-499035,499037-499040,499042,499044-499048,499050-499082,499084-499086,499088-499164,499167-499169,499171-499355,499357-499370,499372-499373,499375-499391,499393,499395-499425,499428,499430-499445,499447-499455,499457-499460,499462-499465,499467,499469-499489,499491-499492,499494-499531,499533-499562,499566-499627,499629-499715,499717-499732,499734-499755,499758-499763,499765-499780,499782-499795,499797-499802,499804-499844,499846,499848-499850,499852-499863,499865-499873,499875-499974,499976-499978,499980-500263,500265-500283,500285-500309,500311-501000,501002,501012-501057,501059-501095,501097-501390,501392-501410,501413-501447,501449-501454,501456,501458-501464,501466-501471,501473-501803,501805-501913,501915-501916,501918-501919,501921-501944,501946-502171,502173-502177,502181,502183-502247,502250-502252,502254-502260,502262-502267,502270,502272,502274-502575,502577-502609,502611-502619,502621-502626,502628-502654,502656-503592,503594-503603,503605-503608,503610-503636,503638-503645,503647-503705,503707-503789,503791-504024,504026-504111,504113-504506,504508-504735,504737-504863,504865-504867,504869-504914,504916-505241,505243-505254,505257-505267,505269-505354,505356-505891,505893-505971,505973-506400,506402-506404,506407-506438,506440-506516,506518-506541,506543-506966,506968-506971,506973-507095,507097-507108,507111-507454,507456,507459-507471,507473-507556,507558,507560-507581,507585-507594,507597,507599-507608,507610-507728,507730-507893,507895-507937,507940-508234,508236-508350,508352-508365,508367-508380,508383,508386-508415,508417-508648,508650-508941,508943-509146,509148-509171,509173-509175,509179-509201,509203-509207,509209-509215,509217-509222,509224-509477,509480-509627,509629-509634,509636-509641,509643-509736,509738-509931,509933-510059,510061-510075,510077-510158,510161-510896,510898-510938,510940-511388,511390-511922,511924-512287,512289-512698,512702-512813,512815-512817,512819-513359,513361-513370,513372-514702,514704-514886,514888-514902,514904-515126,515129-515141,515143-515516,515518-515534,515536-515538,515540-515648,515650-515651,515653-516070,516072-516411,516413-516448,516450,516452-517637,517639-517647,517649-517659,517661-517663,517665-517677,517679-517682,517684-517744,517746-518085,518087-518175,518177-518558,518560-518568,518571-518666,518668,518670-518699,518701-518987,518990-518992,518994-519912 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r519909 | ritchiem | 2007-03-19 11:13:45 +0000 (Mon, 19 Mar 2007) | 4 lines Moved the principal-database and access sections in the xml under security. Updated PlainPasswordFilePrincipalDatabase to include an AMQPLAIN authentication mechanism Changed PlainPasswordVhostFilePrincipalDatabase to extend PlainPasswordFilePrincipalDatabase as it was the same code. A few other whitespace changes and additional logging to better show why an error occurred such as was shown by the python tests. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@519916 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Removed idea config file mistakenly committed. | Robert Greig | 2007-03-19 | 1 | -469/+0 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@519899 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Added timeout to be passed on command line. | Bhupendra Bhusman Bhardwaj | 2007-03-16 | 2 | -10/+46 |
| | | | | | | | Updated PingPongProducer.java to run it either continuously or for a fixed no of messages git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518999 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Correctly moved amqplain and plain sasl implementations | Martin Ritchie | 2007-03-16 | 6 | -0/+474 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518989 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-70 InVM Authentication QPID-419 Access Control QPID-423 Authentication ↵ | Martin Ritchie | 2007-03-16 | 55 | -1054/+1924 |
| | | | | | | | | | | | | | | | per virtualhost Restructured auth package. Enabled InVM Authentication Initial changes to allow authenticators per virtualhost. Initial access control classes. Initial work to allow access control testing through inVM broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518988 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Added close before ack test for QPID-397 | Robert Greig | 2007-03-15 | 2 | -0/+153 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518700 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | - DeliveryManager.getMessage is reimplmented because the ↵ | Bhupendra Bhusman Bhardwaj | 2007-03-15 | 3 | -35/+68 |
| | | | | | | | | | | | ConcurrentLinkedMessageQueueAtomicSize.toArray is not implemented - Not creating lock while doing startMovingMessages.Just setting movingMessage to true, because that can stop the sync delivery. - And some tidy up of the code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518669 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Short pause to help ensure connection.close comes after last message ack, ↵ | Robert Greig | 2007-03-15 | 5 | -14/+29 |
| | | | | | | | added to PropertyValueTest git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518667 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-415 | Bhupendra Bhusman Bhardwaj | 2007-03-15 | 3 | -1/+39 |
| | | | | | | | Default configuration for queues in virtualHost.xml doesn't get applied to the queue created after broker startup git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518570 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-170 | Bhupendra Bhusman Bhardwaj | 2007-03-15 | 1 | -1/+1 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518569 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Commit of interop test stuff prior to M2 branch. | Robert Greig | 2007-03-15 | 8 | -116/+898 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518559 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Added sourceforge snapshot repository for badgerset junit-toolkit | Martin Ritchie | 2007-03-14 | 1 | -0/+10 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518176 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | MBean test moved to broker module because it relates very closely to the Broker. | Bhupendra Bhusman Bhardwaj | 2007-03-14 | 1 | -0/+0 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@518086 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-411 : ClearQueue functionality of AMQQueue doesn't reset the queue depth | Bhupendra Bhusman Bhardwaj | 2007-03-13 | 3 | -16/+33 |
| | | | | | | | AMQQueueMBeanTest.java moved to Broker tests git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517745 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fixed bug where non durable queues would be attempted to be deleted from the ↵ | Martin Ritchie | 2007-03-13 | 1 | -14/+19 |
| | | | | | | | store git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517683 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-408 Queue Depth should be reduced when message is polled from the queue. | Bhupendra Bhusman Bhardwaj | 2007-03-13 | 3 | -1/+423 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517678 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Skeleton of interop testing code added. | Robert Greig | 2007-03-13 | 11 | -7/+1155 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517664 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fixed problems with new retrotranslator plugin snapshot. Upgraded to use the ↵ | Robert Greig | 2007-03-13 | 4 | -98/+26 |
| | | | | | | | new translate-project goal. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517660 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fixes retrotranslator plugin. New snapshot version broke the build! | Robert Greig | 2007-03-13 | 1 | -1/+1 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517648 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser ↵ | Martin Ritchie | 2007-03-13 | 31 | -515/+1191 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NO_ACK. QPID-346 Message loss after rollback\recover QPID-386 Updated Transactional Tests to cover underlying AMQP/Qpid state. QPID-403 Implement Basic.Reject QPID-410 Queue Browsers should use not acknowledge messages. ------------------------------------- Broker TxAck - Added comment and fixed white space UnacknowledgedMessage - Added comment for messageDecrement AMQChannel - Added extra debugging. + Created a NonTransactionalContext for requeuing messages as using txContext will tie the requeue to any runing transaction. + Updated message reference counting. So it is in terms of queues don't increment when giving to client. BasicCancelMethodHandler - Added Debug log. BasicConsumeMethodHandler - Reverted to directly writes frames to the session, throwing ChannelException caused problems. Added Trace and debug logging. BasicRejectMethodHandler, ChannelCloseHandler, ConnectionCloseMethodHandler - Added Debug logging AMQPFastProtocolHandler - moved error log to before session.write AMQMessage - Added additional debug via debugIdentity() and comments AMQQueue - Decoupled reference counting from dequeue operation. ConcurrentSelectorDeliveryManager - Added comments and increased info in debug logging SubscriptionImpl - Disabled use of acks for browsers. For now put setDeliveredToConsumer back in the finally block. commented that I'm not sure this is correct as even an error writing to client will cause msg to be marked delivered to consumer. + On Close ensured that it is only called once. + Had problem where closing browser was causing two CancelOk frames to be sent back to client. RequiredDeliveryException - Added comment to explain incrementReference LocalTransactionalContext - Commented out incrementReference as it shouldn't be required here. NonTransactionalContext - Removed incrementReference on deliver + - Fixed bug where browsers - acks would cause messages to be discarded. new JIRA this needs tidied up. TxnBuffer - Added debug logging. Client ------ AMQQueueBrowser - Added comments AMQSession - Added comments and debug + Updated to cause closed consumer to reject messages rather than receive them. + Prevented NoConsumer's from rollingback and rejecting.. they simply clear their SyncQueue - JIRA to ensure clean state with rollback BasicMessageConsumer - Added trace level debuging on close calls + Forced noConsume-rs to use NO_ACK + added more logging Closeable - Updated to use isClosed rather than directly calling _closed.get() to aid in future work on ensuring multi threaded close still allows pending acks to be processed first. ChannelCloseOkMethodHandler - updated comment AMQProtocolSession - Update comments,whitespace TransportConnection - removed static block FlowControllingBlockingQueue - Added isEmpty() Method PropertyValueTest - Added VM Broker setup + Updated test to run once and 50 times to pull out delivery tag problems that were occuring. + Adjusted logging level to be more helpful. moved some info down to trace and debug. MessageRequeueTest - Moved QpidClientConnection its own file. + Fixed it so it actually runs more than one consumer, concurrently.Now 3 was 1. ConcurrentLinkedMessageQueueAtomicSize - Implemented iterator(). Added QueueBrowserTest to system tests to test QueueBrowsering. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@517638 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fixed the test failures due to changes in the broker code | Bhupendra Bhusman Bhardwaj | 2007-03-09 | 3 | -40/+12 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@516412 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | (Patch submitted by Rupert Smith) Created distribution zip from all deps jar ↵ | Robert Greig | 2007-03-08 | 3 | -109/+138 |
| | | | | | | | and generated/hand coded scripts. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@516071 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fixed -> Clicking the top level Refresh button was throwing ↵ | Bhupendra Bhusman Bhardwaj | 2007-03-07 | 7 | -169/+155 |
| | | | | | | | | | NullPointerException for virtual host if a server node is selected. Added static import for Constants and added form.body layout instead of each Composite layout separately. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@515649 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | 1. Fixed the AMQQueueMBeanTest failures due to changes in ↵ | Bhupendra Bhusman Bhardwaj | 2007-03-07 | 4 | -21/+236 |
| | | | | | | | | | | | | | | | | | | | | | AMQQueuMBean.getQueueDepth() from queueDepth/1000 to (queueDepth >> 10) 2. Revision: 513748 Author: bhupendrab Date: 13:26:51, 02 March 2007 Message: QPID-390 Added test case for all the AMQQueue alerts ---- Modified : /incubator/qpid/branches/perftesting/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueueMBean.java Added : /incubator/qpid/branches/perftesting/qpid/java/systests/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@515539 13f79535-47bb-0310-9956-ffa450edef68 | ||||
