summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/message/AbstractJMSMessage.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-7/+6
* NO-JIRA: 1.0 sandbox merge from trunkRobert Godfrey2011-09-101-90/+13
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-271-1/+2
* QPID-2192: remove extraneous printStackTrace()sAidan Skinner2009-12-021-2/+0
* This is a fix for QPID-1760Rajith Muditha Attapattu2009-03-191-3/+6
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-48/+0
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-387/+218
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-291-3/+3
* QPID-1115: Only generate client ID when necessaryArnaud Simon2008-06-031-8/+0
* QPID-832 merge M2.xAidan Skinner2008-04-241-30/+35
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-161-0/+2
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-271-16/+21
* recompute internal 0-10 message for reused messagesRafael H. Schloming2008-02-141-1/+1
* Byte message were losing their payload see QPI-779Arnaud Simon2008-02-061-0/+5
* added a null check in the getContentLength methodRajith Muditha Attapattu2008-01-241-1/+8
* see qpid-742Arnaud Simon2008-01-171-1/+1
* Please refer JIRA's 739,740 and 741 for more information about the issues.Rajith Muditha Attapattu2008-01-161-0/+5
* optimized message creationArnaud Simon2007-11-221-0/+45
* Fixed a compilation error in XAResourceImplRajith Muditha Attapattu2007-11-121-1/+1
* Merged revisions 439476-447993,447995-448007,448009-448141,448143-448157,4481...Martin Ritchie2007-06-151-29/+27
* Merged revisions 538084-538097,538099-538108,538110-538906,538908-538912 via ...Rupert Smith2007-05-171-5/+0
* Merged revisions 534897-534902,534904-535253,535255-535809 via svnmerge from Martin Ritchie2007-05-071-47/+104
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Robert Greig2007-04-191-8/+4
* QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi...Robert Godfrey2007-02-251-6/+6
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-231-12/+17
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-141-4/+9
* (Patch submitted by Rupert Smith) Qpid-360 fixes.Robert Greig2007-02-121-35/+50
* QPID-353 : Amend type of JMS destination type from byte to intRobert Greig2007-02-081-1/+1
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ...Robert Greig2007-01-291-4/+28
* QPID-315Marnie McCormack2007-01-251-0/+1
* QPID-317 : Patch supplied by Rob Godfrey - Remove dependency on JMS from comm...Robert Greig2007-01-241-59/+66
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-081-28/+70
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-221-4/+0
* QPID-223Martin Ritchie2006-12-201-4/+6
* QPID-21Martin Ritchie2006-12-191-1/+2
* QPID-215 : Patch supplied by Rob Godfrey - Implement custom JMSX propertiesRobert Greig2006-12-191-3/+2
* QPID-209 : Patch supplied by Rob Godfrey - Fix acknowledge so it only acknowl...Robert Greig2006-12-181-2/+8
* remove unused importsStephen Vinoski2006-12-181-5/+0
* QPID-207 : Patch supplied by Rob Godfrey - fix implementation of acknowledge ...Robert Greig2006-12-161-2/+10
* QPID-206 : Fix byte buffer reseting in AbstractJMSMessageRobert Greig2006-12-161-9/+2
* This contains a fix for QPID-200Rajith Muditha Attapattu2006-12-151-3/+4
* QPID-181 QPID-180Martin Ritchie2006-12-151-27/+27
* QPID-179 Now has hook for pre-send preparation of message which in turn allow...Robert Greig2006-12-131-34/+6
* QPID-149Martin Ritchie2006-12-131-12/+13
* QPID-174 Fix submitted by Rob Godfrey. Now performs a flip() to ensure the li...Robert Greig2006-12-121-1/+8
* QPID-102: fixed reset(), null handling and readBytes() processing in StreamMe...Robert Greig2006-12-121-7/+14
* This contains a fix for QPID-165 and QPID-166Rajith Muditha Attapattu2006-12-111-1/+5
* QPID-152Martin Ritchie2006-12-071-4/+2
* FieldTable change.Martin Ritchie2006-12-051-167/+31
* QPID-148Martin Ritchie2006-12-041-183/+105