summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-2959Rajith Muditha Attapattu2011-03-171-6/+9
* QPID-2732Rajith Muditha Attapattu2011-03-081-1/+6
* QPID-3109: Change close throws clause to match parent classAndrew Donald Kennedy2011-03-081-1/+1
* QPID-3109Rajith Muditha Attapattu2011-03-071-2/+3
* QPID-3109Rajith Muditha Attapattu2011-03-031-0/+17
* QPID-3019Rajith Muditha Attapattu2011-01-251-4/+4
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-2/+3
* QPID-2722Rajith Muditha Attapattu2010-07-081-5/+19
* Commiting a patch by Emmanuel Bourg attached to QPID-2594Rajith Muditha Attapattu2010-05-111-4/+5
* BasicMessageProducer_0_10.java contains a fix for QPID-2428.Rajith Muditha Attapattu2010-03-041-2/+14
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-031-22/+43
* QPID-2192: restore erroneously removed setLinkedException()Aidan Skinner2009-12-031-0/+1
* QPID-2192: remove extraneous printStackTrace()sAidan Skinner2009-12-021-2/+0
* ensure only passive declares of amq.* exchangesRafael H. Schloming2009-11-011-3/+6
* This is related to QPID-1887Rajith Muditha Attapattu2009-06-031-10/+14
* This is a fix for QPID-1887Rajith Muditha Attapattu2009-06-021-4/+2
* This is related to QPID-1106 and QPID-1677Rajith Muditha Attapattu2009-02-251-2/+6
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-091-1/+0
* This is in response to Rafis comments on QPID-943.Rajith Muditha Attapattu2008-10-011-1/+5
* This is a fix for the java client for QPID-943.Rajith Muditha Attapattu2008-09-251-0/+5
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-69/+18
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-41/+15
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-291-8/+8
* Primarily profiling driven changes:Rafael H. Schloming2008-07-091-10/+12
* QPID-901: always reset the auto-sync mode even if the call failsRafael H. Schloming2008-06-091-7/+13
* QPID-1062: merge writes of separate frames within an assembly, use sync flag ...Rafael H. Schloming2008-06-061-8/+16
* QPID-1115: Only generate client ID when necessaryArnaud Simon2008-06-031-12/+4
* QPID-832 merge M2.xAidan Skinner2008-04-241-4/+4
* QPID-798 Make property per connection and/or system wide; change name to SYNC...Arnaud Simon2008-04-181-1/+1
* QPID-901: don't depend on constant values matching up when converting between...Rafael H. Schloming2008-04-161-1/+13
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-161-23/+39
* QPID-798 Added boolean property fully_sync when true a sync is sent after a p...Arnaud Simon2008-04-041-3/+10
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-271-13/+20
* recompute internal 0-10 message for reused messagesRafael H. Schloming2008-02-141-11/+5
* Please refer JIRA's 739,740 and 741 for more information about the issues.Rajith Muditha Attapattu2008-01-161-0/+9
* cashed headers: see QPID-720Arnaud Simon2008-01-041-12/+39
* Added a very basic plain nio transport. You could flip between the transports...Rajith Muditha Attapattu2007-11-301-1/+2
* optimized message creationArnaud Simon2007-11-221-70/+62
* Removed JMS_QPID_DESTTYPE, note that this property is not used by 0_10 but JM...Arnaud Simon2007-10-241-2/+2
* Added exception handlingArnaud Simon2007-10-241-1/+7
* Updated for setting delivery mode of foreign messageArnaud Simon2007-10-191-0/+1
* Changed to handle empty dataArnaud Simon2007-10-191-0/+5
* Added original message updateArnaud Simon2007-10-181-5/+8
* There was an issue with the receiveNoWait method.Rajith Muditha Attapattu2007-10-161-0/+8
* Updated for handling headers and jmstypeArnaud Simon2007-10-161-2/+6
* Updated to send empty payloadArnaud Simon2007-10-111-1/+4
* Removed system.outs and replaced with log statementsRajith Muditha Attapattu2007-10-101-2/+2
* Changed to use bindingqueryArnaud Simon2007-10-021-0/+6
* added messageID to sent messagesArnaud Simon2007-09-281-0/+1
* fixed several 0_10 issuesArnaud Simon2007-09-281-3/+3