summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3474: Use JMX notification handback data to ensure that open/close/fail ...Keith Wall2011-11-243-91/+168
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-2433-1464/+674
* QPID-3582: Client reporting "Unable to load custom SASL providers" during con...Keith Wall2011-11-221-6/+0
* QPID-3426: Remove broken/no-value test FailoverTest#test4MinuteFailoverKeith Wall2011-11-223-50/+0
* QPID-3622: Removal of unwanted SortedQueue tests.Keith Wall2011-11-211-53/+0
* QPID-3622: exclude sorted queue tests from CPP BrokerKeith Wall2011-11-211-0/+3
* QPID-3559: SimpleDateFormat used in thread unsafe manner in JMX Managed Queue...Keith Wall2011-11-203-102/+309
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-2036-517/+2749
* NO-JIRA: add licence to .gitignore filesRobert Gemmell2011-11-171-0/+21
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-1714-0/+277
* NO-JIRA: Regenerate java-broker test cert as it has expired.Keith Wall2011-11-171-0/+0
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditKeith Wall2011-11-173-30/+17
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-1710-390/+201
* QPID-3576: Exclude testDeleteOptionsKeith Wall2011-11-171-0/+3
* QPID-3617: AMQQueueMBean.viewMessages: Viewing message without priority set e...Keith Wall2011-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-3593: update python Priority Queue tests to use legal values for message...Robert Gemmell2011-11-111-6/+0
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-1113-56/+105
* QPID-3490: creating queue via JMX now binds the queue to the default exchange...Keith Wall2011-11-1112-31/+209
* QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-106-16/+188
* 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