summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-16/+28
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-2/+2
* QPID-3836 Modified the address handling code to pass the noLocalRajith Muditha Attapattu2012-02-131-1/+1
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-8/+8
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-14/+14
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-211-1/+1
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-281-4/+3
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-131-4/+12
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-4/+5
* QPID-3377 Applying patch from Pavel MoravecRajith Muditha Attapattu2011-08-021-5/+6
* 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