summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-1245: use notifyMessage rather than onMessage in setMessageListener so t...Rafael H. Schloming2008-08-151-1/+1
* QPID-1244: fix for NPE on broker initiated connection close, also preserve th...Rafael H. Schloming2008-08-141-0/+1
* QPID-1236: made setObjectProperty validate the passed in valueRafael H. Schloming2008-08-131-0/+22
* QPID-1235: fixed setXXXProperty to check for empty stringsRafael H. Schloming2008-08-121-0/+9
* QPID-1233: made getStringProperty(nonexistent) return null instead of NPERafael H. Schloming2008-08-121-8/+1
* QPID-1092: Merge 662770 to trunk from ritchiem:Aidan Skinner2008-08-121-23/+1
* QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f...Rafael H. Schloming2008-08-092-5/+5
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-0827-838/+542
* QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes...Aidan Skinner2008-08-084-5/+171
* QPID-1213: fixed a performance regressing from converting uuid -> string and ...Rafael H. Schloming2008-08-081-4/+1
* QPID-1213: removed empty .java files leftover from applying a patchRafael H. Schloming2008-08-071-0/+0
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-0736-894/+2154
* QPID-1182 : Some of the NullPointerExceptions from the SimpleACLTest are due ...Martin Ritchie2008-08-071-7/+14
* QPID-1221: added customizable UUID generation and switched the default strate...Rafael H. Schloming2008-08-061-1/+5
* QPID-1219: cleanup of prior commit (r682887)Rafael H. Schloming2008-08-051-15/+2
* Profiling driven changes:Rafael H. Schloming2008-08-057-278/+76
* QPID-1206: Fix failover and failover testsAidan Skinner2008-08-053-36/+13
* This is related to QPID-1208 .Rajith Muditha Attapattu2008-07-311-4/+3
* QPID-1192: Make consumer send Selector as part of binding.Aidan Skinner2008-07-305-16/+38
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-2946-233/+228
* QPID-1203: Add 08ExcludeList for external Java broker and make the profile us...Aidan Skinner2008-07-291-3/+12
* QPID-1203 Don't treat protocol negotiation failure as failover reducing error.Aidan Skinner2008-07-291-4/+2
* QPID-1201: fixed up version of aidan's patch, there are still failures when r...Rafael H. Schloming2008-07-296-72/+67
* Updated the io transport to use a separate write thread with a circular buffe...Rafael H. Schloming2008-07-222-26/+16
* QPID-1177 : Fixed the format of the messages, realised that the transport.Con...Martin Ritchie2008-07-171-6/+2
* Update to the logging to ensure QpidTestCase is always logged and standardize...Martin Ritchie2008-07-161-2/+2
* Added a warning log statement if the TransportConnection autocreates an InVM ...Martin Ritchie2008-07-161-0/+1
* Changed erroneous error level logging to info levelMartin Ritchie2008-07-162-6/+13
* QPID-1178 : Prevent Rejecting messages destined for known QueueBrowsersMartin Ritchie2008-07-161-3/+15
* QPID-1177 : Added Protocol Level Debug logging. Uses a final static so should...Martin Ritchie2008-07-151-1/+13
* QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s...Martin Ritchie2008-07-1533-805/+893
* QPID-984 : Applied fix from M2.1.x that adds requried synchronization around ...Martin Ritchie2008-07-151-98/+81
* QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT...Martin Ritchie2008-07-151-472/+0
* Removed the non ASCII characters that are causing the build to minorly complain.Martin Ritchie2008-07-152-8/+8
* QPID-1171: batch acks when prefetch is usedRafael H. Schloming2008-07-102-4/+37
* QPID-1062: moved channel id into the ProtocolEvent interface and removed Conn...Rafael H. Schloming2008-07-101-3/+2
* Primarily profiling driven changes:Rafael H. Schloming2008-07-0910-75/+80
* QPID-293 allow messages which have been received by the consumer before a mes...Aidan Skinner2008-07-081-0/+8
* The last checkin for this class was using a Java 1.6 specific method called i...Rajith Muditha Attapattu2008-07-071-1/+1
* Qpid-940 - ConnectionTest#testPasswordFailureConnection fails occasionally so...Martin Ritchie2008-07-041-24/+40
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-035-57/+66
* Revert "QPID-962 Exception handling was... unpleasing... Fix up of patch from...Aidan Skinner2008-07-024-61/+55
* QPID-960 remember to rename classAidan Skinner2008-07-021-3/+3
* QPID-960 copy delegate properlyAidan Skinner2008-07-021-0/+234
* QPID-960 make protocol negotiation work from 0-10 down to 0-9 and then 8-0Aidan Skinner2008-07-023-235/+33
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-024-55/+61
* QPID-1163: Moved message ack in pre-deliver methodArnaud Simon2008-07-012-14/+15
* QPID-1084 : Applying patch previously applied to M2.xRobert Godfrey2008-07-011-9/+16
* QPID-1159: remove @Override tagsAidan Skinner2008-06-301-130/+109
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-3/+4