summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-3/+4
* QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher respon...Aidan Skinner2008-06-263-3/+231
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-1/+1
* QPID-551 Don't take arbitrary stack lengths. I really hate that we sublist at...Aidan Skinner2008-06-251-1/+2
* QPID-1112: send completed every maxPrefetch / 2 instead of after every messag...Arnaud Simon2008-06-201-1/+1
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-193-7/+64
* QPID-1139: use RFC1982 comparisons for rollback mark and update rollback mark...Rafael H. Schloming2008-06-164-12/+38
* Qpid-1130: don't store unack message tags when the session is transactedArnaud Simon2008-06-101-1/+4
* QPID-901: always reset the auto-sync mode even if the call failsRafael H. Schloming2008-06-092-9/+21
* QPID-1126: reuse channel numbers for sessions that have closed, and honor the...Rafael H. Schloming2008-06-071-3/+1
* QPID-1124 : Use thread-safe map for messageListenersRobert Godfrey2008-06-061-1/+1
* QPID-1124 : Use thread-safe map for messageListenersRobert Godfrey2008-06-061-2/+3
* QPID-1062: use sync flag instead of sync command on tx commitArnaud Simon2008-06-061-1/+2
* QPID-1062: merge writes of separate frames within an assembly, use sync flag ...Rafael H. Schloming2008-06-062-8/+18
* QPID-1116: fixed a race condition in connection/session close, session close ...Rafael H. Schloming2008-06-054-4/+6
* QPID-1123: Added a timeout (threading issue is still to be fixed)Arnaud Simon2008-06-051-4/+14
* QPID-1120: don't reset batch size as part of the messages are not accepted an...Arnaud Simon2008-06-041-1/+0
* QPID-1120: Changed addDeliveredMessage and commit so session.completed is sen...Arnaud Simon2008-06-042-15/+52
* QPID-1112: Update previous commit by re-using messageAcknowledge (added a fla...Arnaud Simon2008-06-035-46/+22
* QPID-1115: Only generate client ID when necessaryArnaud Simon2008-06-033-38/+8
* QPID-1112: Added sessionCompleted support and changed onMessage for invoking ...Arnaud Simon2008-06-034-3/+42
* QPID-1110: use pre-acquire mode when message selector is the empty stringArnaud Simon2008-06-021-1/+3
* QPID-754: changed prop nameArnaud Simon2008-05-301-1/+1
* This check in is for QPID-1102.Rajith Muditha Attapattu2008-05-301-13/+42
* QPID-1094 and QPID-1095: Updated XaResource for handling wrong flag value, up...Arnaud Simon2008-05-281-2/+34
* QPID-1097: Those changes have been suggested by LanaArnaud Simon2008-05-284-181/+155
* QPID-1094: Implement XA resource exception handling and add corresponding testsArnaud Simon2008-05-283-180/+199
* QPID-901: Track and report session exceptions, modified generator validate va...Rafael H. Schloming2008-05-232-43/+10
* Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID...Rafael H. Schloming2008-05-227-15/+15
* QPID-1079: Updated ...test.client tests for using QpidTestCase + move QpidTes...Arnaud Simon2008-05-221-0/+456
* QPID-1085: If an error occurs creating a durable subscriber with a selector d...Aidan Skinner2008-05-222-17/+33
* QPID-1030: This solves the issue for the 0.10 code pathArnaud Simon2008-05-061-1/+7
* QPID-1008: allow for case where 0-10 message-properties are not included in a...Gordon Sim2008-05-051-1/+4
* QPID-1005: Added a property for ignoring setClientID so we are compatible wit...Arnaud Simon2008-05-052-1/+16
* QPID-895 : Patch provided provided by Senaka to prevent delay on initial Conn...Martin Ritchie2008-05-051-2/+5
* QPID-1018: added org.apache.qpid.client.configuration and add io propsArnaud Simon2008-05-054-53/+80
* QPID-983: fixed deadlock between AMQConnection.close and FailoverHandlerRafael H. Schloming2008-04-291-37/+47
* QPID-832: fixed merge artifact affecting replyToRafael H. Schloming2008-04-241-13/+6
* QPID-832 : Fix eol-styleRobert Godfrey2008-04-2415-2647/+2647
* QPID-832 merge M2.xAidan Skinner2008-04-2470-1320/+3761
* QPID-939 Added "ID:" to message IDArnaud Simon2008-04-211-1/+1
* QPID-798 Make property per connection and/or system wide; change name to SYNC...Arnaud Simon2008-04-184-2/+26
* QPID-796 Made connection URL property + use session level methodArnaud Simon2008-04-175-11/+47
* QPID-919 Changed AMQBrokerDetails to throw an URL exception when the port num...Arnaud Simon2008-04-171-0/+7
* QPID-901: don't depend on constant values matching up when converting between...Rafael H. Schloming2008-04-161-1/+13
* QPID-901: add back ExceptionHelper.java to fix the buildRafael H. Schloming2008-04-161-0/+60
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-1660-12503/+373
* QPID-798 Added boolean property fully_sync when true a sync is sent after a p...Arnaud Simon2008-04-041-3/+10
* QPID-796: Added ability to enable/disable message prefetching. Prefetching is...Arnaud Simon2008-04-043-34/+135
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-027-87/+97