summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3582: stop client reporting "Unable to load custom SASL providers" durin...0.14Robert Gemmell2011-12-011-6/+0
* QPID-3654: ANONYMOUS SASL mechanism does not work on Java clientAndrew Stitcher2011-11-301-2/+3
* QPID-3489: Added org.apache.qpid.server.message to exported packages for brokerAndrew Donald Kennedy2011-11-291-0/+1
* NO-JIRA: add licence headersRobert Gemmell2011-11-1715-0/+298
* QPID-2703: restore the import removed when merging r1203139 in r1203317, it w...Robert Gemmell2011-11-171-0/+1
* NO-JIRA: Regenerate java-broker test cert as it has expired.Robert Gemmell2011-11-171-0/+0
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditRobert Gemmell2011-11-173-30/+17
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Robert Gemmell2011-11-1710-390/+201
* QPID-3617: AMQQueueMBean.viewMessages: Viewing message without priority set e...Robert Gemmell2011-11-171-1/+1
* QPID-3611: use socket.close() on SSLSockets to prevent IoReceiver causing an ...Robert Gemmell2011-11-111-1/+3
* QPID-3610: set TCP_NODELAY to true by default, add new system property for ch...Robert Gemmell2011-11-114-11/+80
* QPID-3592: actually add test fileRobert Gemmell2011-11-111-0/+63
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-1111-53/+42
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-114-17/+31
* QPID-3583: Update release-branch version from 0.13 to 0.14Justin 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