summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/message/JMSStreamMessage.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+5
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-5/+2
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-46/+83
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-13/+14
* updated message hierarchy for using 0_10 messagesArnaud Simon2007-09-131-1/+2
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-141-5/+4
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ...Robert Greig2007-01-291-3/+3
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-081-3/+5
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489644...Robert Greig2006-12-221-613/+24
* QPID-223Martin Ritchie2006-12-201-2/+9
* This contains a fix for QPID-191 and QPID-192Rajith Muditha Attapattu2006-12-151-1/+5
* QPID-102: fixed reset(), null handling and readBytes() processing in StreamMe...Robert Greig2006-12-121-242/+369
* QPID-102: removed some superfluous code from JMSStreamMessage.Robert Greig2006-12-111-87/+9
* QPID-102: add type conversion logic in StreamMessage.Robert Greig2006-12-111-70/+293
* QPID-102 Addition of StreamMessage supportRobert Greig2006-12-091-0/+509