summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/message/AMQMessageDelegate_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-33/+67
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-2/+2
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-72/+14
* NO-JIRA: Merged from trunk to amqp-1-0 sandbox branchRobert Godfrey2011-09-071-3/+58
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-151-1/+18
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-151-1/+15
* QPID-3016: Store soft references to ReplyTo destinationsAndrew Donald Kennedy2011-02-171-14/+11
* QPID-3011Rajith Muditha Attapattu2011-01-201-8/+21
* QPID-2959Rajith Muditha Attapattu2010-11-241-2/+4
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-1/+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-011-8/+6
* 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
* This is a fix for QPID-2723Rajith Muditha Attapattu2010-07-081-3/+29
* QPID-2629Rajith Muditha Attapattu2010-05-281-3/+1
* This commit contains the changes agreed upon in QPID-2363 except for the conn...Rajith Muditha Attapattu2010-01-281-15/+0
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-271-16/+40
* QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup table...Martin Ritchie2009-12-071-81/+30
* 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-1623: Allow null as a valid destination for JMSReplyToAidan Skinner2009-02-111-1/+2
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-091-2/+1
* 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-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-32/+81
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-0/+900