summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* QPID-3401 Checking the proposed changes into a branch to preserve history & c...address-refactorRajith Muditha Attapattu2011-10-1438-1720/+2170
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-132-5/+39
* QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-112-67/+45
* QPID-3534: ignore transport exceptions raised whilst closing the network conn...Robert Gemmell2011-10-111-1/+10
* QPID-3534, QPID-3535: make 0-8/0-9/0-9-1 client path simply close the underly...Robert Gemmell2011-10-101-1/+1
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-071-0/+1
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-065-16/+52
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-061-12/+24
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-066-80/+53
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-066-165/+112
* QPID-3526: move duplicated methods into the parent abstract message delegate,...Robert Gemmell2011-10-065-191/+72
* QPID-3512: Avoid race during 0-8..0-9-1 connection close.Keith Wall2011-09-305-34/+59
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-289-97/+34
* QPID-3507: move the MessageListener check in front of the _receiving CASRobert Gemmell2011-09-271-4/+4
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-251-1/+1
* QPID-3466 Removed the extraneous toString()Rajith Muditha Attapattu2011-09-211-1/+1
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-195-125/+365
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-137-48/+188
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-134-8/+18
* QPID-3449: adds ability to override the session timeout via JVM properties qp...Robert Gemmell2011-09-121-1/+4
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-0926-1373/+1630
* QPID-2901: fixes racing conditions on broker side when TopicDeletePolicy is c...Robert Gemmell2011-09-071-1/+1
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-075-232/+74
* QPID-3466 Removed the 'create:always' option when constructing theRajith Muditha Attapattu2011-09-061-1/+1
* QPID-3466 Added logic to convert exchange/replyTo pairs into addressRajith Muditha Attapattu2011-09-051-3/+58
* QPID-3461 The commit method implementation in AMQSession_0_10 nowRajith Muditha Attapattu2011-08-311-0/+7
* QPID-3373 Applying Pavel's patch. I also added the same fix for theRajith Muditha Attapattu2011-08-311-23/+42
* QPID-3395 Applied Pavel's patch with minor modifications.Rajith Muditha Attapattu2011-08-301-8/+13
* QPID-3307: correct a couple style issues, add some basic unit testing for Obj...Robert Gemmell2011-08-211-6/+4
* QPID-3307: attempt fall back to the ClassLoader which loaded the OIS when una...Robert Gemmell2011-08-212-1/+138
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-189-464/+133
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-3/+12
* QPID-3377 Applying patch from Pavel MoravecRajith Muditha Attapattu2011-08-021-5/+6
* QPID-3381 Provided the ability to retrieve the routing key from a JMS message...Rajith Muditha Attapattu2011-08-021-2/+7
* QPID-3381 Added the class QpidMessageProperties as a place holder for Qpid sp...Rajith Muditha Attapattu2011-08-021-0/+34
* QPID-3263 Applying patch from Weston Price with the following modifications.Rajith Muditha Attapattu2011-08-023-8/+51
* QPID-3358 Added a controller to coordinate tests run on several jvm's on the ...Rajith Muditha Attapattu2011-07-201-1/+1
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-141-2/+2
* QPID-3269Rajith Muditha Attapattu2011-07-086-26/+84
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-079-306/+7
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-078-802/+60
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-073-39/+4
* QPID-3302 You can now get and set the app-id in AMQP 0-10 message properties ...Rajith Muditha Attapattu2011-06-281-1/+13
* QPID-3270 A new enumeration is created off a static list for eachRajith Muditha Attapattu2011-06-221-14/+15
* QPID-3270 The protocol version is now read from the Connection objectRajith Muditha Attapattu2011-06-221-4/+5
* QPID-3273 The JMS delivery mode is now used evaluated as a string instead of ...Rajith Muditha Attapattu2011-06-201-5/+8
* QPID-2158: add length validation into AMQShortString, remove dead code from A...Robert Gemmell2011-06-071-107/+5
* QPID-3277: AMQCallbackHandler improvements. Refactor AMQCallbackHandler to ac...Robert Gemmell2011-05-266-66/+53
* QPID-3254Rajith Muditha Attapattu2011-05-161-2/+2
* QPID-3220: Specifying connection url option failover='singlebroker' causes th...Robert Gemmell2011-05-162-6/+5