summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2840-898/+2334
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-272-12/+5
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-0326-164/+409
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-0420-287/+474
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-201-0/+12
* QPID-3836 Modified the address handling code to pass the noLocalRajith Muditha Attapattu2012-02-134-10/+19
* QPID-3817: remove unnecessary cast to AMQQueue from the QueueBrowser creation...Robert Gemmell2012-02-132-3/+6
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-134-13/+10
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-131-14/+22
* QPID-3819: ExhaustiveACLTests seen to timeoutKeith Wall2012-02-091-24/+1
* QPID-3807: Improve thread safety of JMS Session dispatcher.Keith Wall2012-02-071-21/+11
* NO-JIRA: Remove unnecessary getters added by recent commit 1236867Keith Wall2012-02-071-87/+0
* NO-JIRA: Move members back to top of class where they belongKeith Wall2012-02-071-181/+180
* NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-063-134/+0
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-052-29/+16
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0216-2017/+219
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-021-6/+2
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-021-1/+11
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-013-11/+35
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-013-3/+0
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-315-419/+199
* QPID-3604 Moved the draining of consumer queues further down to be doneRajith Muditha Attapattu2012-01-311-8/+6
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-303-601/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-291-2/+2
* QPID-3789 : [Java] fix regression caused by destination cache miss (by furthe...Robert Godfrey2012-01-292-1/+7
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2949-1614/+177
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2749-577/+913
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-274-40/+139
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27124-773/+696
* QPID-3786 Setting queueName, exchange and routingKey from informationRajith Muditha Attapattu2012-01-261-1/+15
* QPID-3265 This is not a fix for this issue, but rather a minor step towards it.Rajith Muditha Attapattu2012-01-261-4/+4
* QPID-3604 Added sync() after sending message stop for each subscriber.Rajith Muditha Attapattu2012-01-241-0/+1
* QPID-3604 Once message stop is issued for each subscriber, the clientRajith Muditha Attapattu2012-01-242-1/+93
* QPID-3688 Added a default constructor and allowed the destination string to b...Rajith Muditha Attapattu2012-01-184-1/+34
* QPID-3763 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-01-171-1/+1
* QPID-3604 Reverting the changes as it releases messages everytime theRajith Muditha Attapattu2012-01-112-38/+8
* QPID-3604 The code now drains individual consumer queues as well as theRajith Muditha Attapattu2012-01-112-6/+38
* QPID-3279, committing a patch by Weston Price.Rajith Muditha Attapattu2012-01-101-1/+1
* QPID-1644 : Fix 0-8 Java Client to only declare amq.* exchanges passively whe...Robert Godfrey2012-01-081-9/+12
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-071-39/+13
* QPID-3716: restore throwing of IllegalStateException upon invoking Session#ge...Robert Gemmell2012-01-063-4/+21
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-032-2/+7
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-2812-107/+396
* QPID-3659 The previous if statement for processing boolean props looks a bit ...Rajith Muditha Attapattu2011-12-211-8/+12
* QPID-3044: Implement JCA Adapter for Java JMS clientAndrew Stitcher2011-12-183-5/+43
* QPID-3691: failover should sync once before reporting failover successKeith Wall2011-12-161-0/+1
* QPID-3625 Comitting a patch from Weston Price.Rajith Muditha Attapattu2011-12-125-15/+73
* QPID-3625 Reversing the change we made as AUTO_ACK seems correct.Rajith Muditha Attapattu2011-12-091-1/+1
* QPID-3625 Commiting the patch by Weston Price.Rajith Muditha Attapattu2011-12-081-3/+3
* QPID-3659 Added a method in AMQBrokerDetails to handle booleanRajith Muditha Attapattu2011-12-071-7/+21