summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/message
Commit message (Expand)AuthorAgeFilesLines
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-302-2/+2
* QPID-2930Rajith Muditha Attapattu2011-03-031-1/+15
* QPID-3098Rajith Muditha Attapattu2011-03-011-1/+2
* QPID-3016: Store soft references to ReplyTo destinationsAndrew Donald Kennedy2011-02-171-14/+11
* QPID-3011Rajith Muditha Attapattu2011-01-202-8/+26
* QPID-2959Rajith Muditha Attapattu2010-11-241-2/+4
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-123-3/+4
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-131-3/+1
* QPID-2744: Property name check in wrong placeAndrew Donald Kennedy2010-08-031-2/+2
* QPID-2744: Unify 0-10 and 0-8 error messages for invalid object types in prop...Andrew Donald Kennedy2010-08-012-9/+7
* QPID-2766Rajith Muditha Attapattu2010-07-281-1/+5
* QPID-2766Rajith Muditha Attapattu2010-07-281-1/+1
* QPID-2744: Make 0-10 code path throw a MessageFormatException on null setObje...Andrew Donald Kennedy2010-07-261-1/+5
* QPID-2744 : Add tests for correct exception when null object is set via setOb...Martin Ritchie2010-07-221-1/+1
* This is a fix for QPID-2723Rajith Muditha Attapattu2010-07-082-5/+32
* QPID-2629Rajith Muditha Attapattu2010-05-282-21/+17
* Commiting a patch by Emmanuel Bourg attached to QPID-2594Rajith Muditha Attapattu2010-05-116-18/+30
* This is a fix for QPID-2493Rajith Muditha Attapattu2010-04-092-1/+22
* This is related to QPID-2242Rajith Muditha Attapattu2010-02-181-47/+97
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-122-0/+42
* This commit contains the changes agreed upon in QPID-2363 except for the conn...Rajith Muditha Attapattu2010-01-284-42/+8
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-278-21/+171
* This is a fix for QPID-1830Rajith Muditha Attapattu2009-12-171-3/+10
* QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup table...Martin Ritchie2009-12-074-109/+211
* QPID-2242 : Removed unused AMQMessagseDelegate_0_10 constructorMartin Ritchie2009-12-071-12/+0
* QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestination...Martin Ritchie2009-12-071-0/+5
* QPID-2192: remove extraneous printStackTrace()sAidan Skinner2009-12-021-2/+0
* Fixed QPID-1888 for the java broker. Also fixed a bug caught by the new selec...Rafael H. Schloming2009-06-031-2/+8
* Fix for QPID-1761 and QPID-1762: made BBEncoder.grow() flip the buffer before...Rafael H. Schloming2009-03-201-24/+19
* This is a fix for QPID-1760Rajith Muditha Attapattu2009-03-194-47/+12
* qpid-1684: removed polluting rewind and useless importsArnaud Simon2009-02-251-5/+1
* QPID-1623: Allow null as a valid destination for JMSReplyToAidan Skinner2009-02-112-2/+4
* This is a fix for the problem highlighted in QPID-1374Rajith Muditha Attapattu2009-02-063-23/+15
* QPID-1605: added an assertion to catch acknowledgments of message-ids outside...Rafael H. Schloming2009-01-211-1/+6
* qpid-1374: Added handling of null message propertiesArnaud Simon2008-10-202-4/+18
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-092-4/+3
* QPID-1258 add ASL to java files that were missing itAidan Skinner2008-08-222-0/+42
* QPID-1236: made setObjectProperty validate the passed in valueRafael H. Schloming2008-08-131-0/+22
* QPID-1235: fixed setXXXProperty to check for empty stringsRafael H. Schloming2008-08-121-0/+9
* QPID-1233: made getStringProperty(nonexistent) return null instead of NPERafael H. Schloming2008-08-121-8/+1
* QPID-1092: Merge 662770 to trunk from ritchiem:Aidan Skinner2008-08-121-23/+1
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-0811-381/+196
* QPID-1213: removed empty .java files leftover from applying a patchRafael H. Schloming2008-08-071-0/+0
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-0723-744/+2042
* Profiling driven changes:Rafael H. Schloming2008-08-051-8/+6
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-295-12/+12
* Removed the non ASCII characters that are causing the build to minorly complain.Martin Ritchie2008-07-151-6/+6
* QPID-1159: remove @Override tagsAidan Skinner2008-06-301-130/+109
* QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher respon...Aidan Skinner2008-06-261-1/+174
* QPID-1115: Only generate client ID when necessaryArnaud Simon2008-06-031-8/+0