summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-081-1/+1
* QPID-1327 - Event support for ManagementTed Ross2008-10-073-6/+10
* This is a fix for QPID-1319.Rajith Muditha Attapattu2008-10-073-8/+54
* Add commons-pool to dependencysAidan Skinner2008-10-071-0/+4
* This is in response to Rafis comments on QPID-943.Rajith Muditha Attapattu2008-10-011-1/+5
* qpid-1284: Qman unit testsArnaud Simon2008-09-2919-0/+2386
* qpid-1284: Qman on behalf AndreaArnaud Simon2008-09-2967-0/+7263
* This is a fix for the java client for QPID-943.Rajith Muditha Attapattu2008-09-253-0/+10
* QPID-1257 : Add new build target 'release-bin' that will generate a broker an...Martin Ritchie2008-09-051-0/+12
* QPID-1208: fixed ConnectionURLTest to match the new behavior of AMQConnection...Rafael H. Schloming2008-08-291-1/+2
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-1/+21
* This is related to QPID-1208Rajith Muditha Attapattu2008-08-281-8/+1
* QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler....Martin Ritchie2008-08-221-1/+1
* QPID-1258 add ASL to java files that were missing itAidan Skinner2008-08-2224-0/+504
* Add Simple Request/Response Example from M2.xMartin Ritchie2008-08-212-0/+476
* QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of ra...Martin Ritchie2008-08-211-0/+2
* QPID-1217: make temporary queue creation actually create the temporary queue.Aidan Skinner2008-08-203-30/+23
* 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-615: Merge rupertlssmiths 581293Aidan Skinner2008-08-121-0/+125
* 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-0828-842/+546
* 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-0739-913/+2346
* 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-0510-302/+95
* 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-2957-300/+295
* 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-1535-812/+927
* QPID-984 : Applied fix from M2.1.x that adds requried synchronization around ...Martin Ritchie2008-07-151-98/+81