summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3600: fix c&p errorRobert Gemmell2011-11-091-1/+1
* QPID-3595: exclude additional testRobert Gemmell2011-11-091-0/+1
* QPID-3600: new python test excludes with indicated JIRAs raised for defects a...Robert Gemmell2011-11-091-20/+112
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-099-66/+94
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-0918-46/+234
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-074-17/+31
* QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set...Keith Wall2011-11-074-36/+51
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-0712-172/+372
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-0311-12/+12
* QPID-3570: update MessageTransferMessage and TransferMessageReference to use ...Robert Gemmell2011-11-016-111/+98
* QPID-3568: Updated BDB to je-4.0.117 versionAndrew Donald Kennedy2011-11-013-3/+3
* QPID-3558: Update Ivy config with new artifactsAndrew Donald Kennedy2011-11-011-0/+18
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-316-5/+55
* QPID-3562: actually commit the test tooRobert Gemmell2011-10-301-0/+116
* NO-JIRA: correct test issue causing failures on the Jenkins slaves during per...Robert Gemmell2011-10-301-1/+2
* QPID-3562: move sending completions if necessary into postDeliver() so that p...Robert Gemmell2011-10-302-11/+28
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-306-10/+18
* NO-JIRA: add example configuration for using a persistence storeRobert Gemmell2011-10-301-6/+9
* QPID-3561: stop allocating such a large buffer up front when encoding the 0-1...Robert Gemmell2011-10-301-1/+1
* QPID-3504: remove the build.overrides file, subversion cant ignore changes to...Robert Gemmell2011-10-242-26/+0
* QPID-3504: add the lib\opt wildcard to the classpath in the qpid.server.bat f...Robert Gemmell2011-10-241-2/+2
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-2110-41/+404
* QPID-3524: revert changes to Session#invoke method in r1179702 as the other c...Robert Gemmell2011-10-201-18/+12
* QPID-3542: ensure session complete sent for filtered out messagesKeith Wall2011-10-183-16/+46
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-168-36/+70
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-133-6/+40
* NO-JIRA: increase the receive timeouts using the existing constant in order t...Robert Gemmell2011-10-121-7/+7
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-0/+13
* QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-114-106/+76
* 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
* NO-JIRA: update various tests to try and avoid their sporadic failure on the ...Robert Gemmell2011-10-074-17/+17
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-3/+14
* NO-JIRA: allow test to take longer when run on a persistent broker, due to sp...Robert Gemmell2011-10-071-1/+2
* QPID-3425, QPID-3034: unexclude tests excluded during work on session.recover...Robert Gemmell2011-10-071-11/+0
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-072-0/+26
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-069-299/+333
* QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ...Robert Gemmell2011-10-061-0/+924
* QPID-3524: enable support for failing over transacted sessions, ensuring txSe...Robert Gemmell2011-10-062-40/+30
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-062-17/+28
* 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-0614-574/+205
* 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-3402: ensure the test JVMs execute with the working dir set to the qpid/...Robert Gemmell2011-09-3029-61/+65
* QPID-3515: update qpid-server and qpid-run to enable them to work if QPID_HOM...Robert Gemmell2011-09-302-7/+10
* QPID-3504: make the broker start script check for additional jar files in lib...Robert Gemmell2011-09-301-2/+2
* QPID-3513: Avoid use of shell script clean-dir during test cycleKeith Wall2011-09-2918-94/+50
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-2814-135/+68
* QPID-3507: move the MessageListener check in front of the _receiving CASRobert Gemmell2011-09-271-4/+4