summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3756: ManagedConnectionMBeanTest.testChannels occasionally fails on 0-10...Keith Wall2012-01-181-19/+31
* QPID-3720 : Fix issue with default group assignment pointed out by RobbieRobert Godfrey2012-01-161-2/+2
* QPID-3762: make sure to close the IoSender when the IoReciever indicates the ...Robert Gemmell2012-01-161-1/+8
* QPID-3761: rename the fallback config to ensure it isnt just picked up by Log...Robert Gemmell2012-01-162-5/+5
* QPID-3697: SortedQueue synchronisation can cause deadlockKeith Wall2012-01-134-3/+86
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-126-27/+88
* QPID-3720 : Fix bug which causes failure in 0-9-1 tests, namely SimpleAMQQueu...Robert Godfrey2012-01-111-3/+3
* QPID-3720 : Remove debugging log statementsRobert Godfrey2012-01-111-3/+0
* QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robb...Robert Godfrey2012-01-114-144/+489
* QPID-3717 - Fixes based on review by Robbie GemmellRobert Godfrey2012-01-111-9/+7
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-095-50/+8
* NO-JIRA: remove unused codeRobert Gemmell2012-01-092-5/+0
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-0726-143/+1178
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-073-89/+2
* QPID-3704: OutOfOrderQueue#checkSubscriptionsNotAheadOfDelivery cannot consid...Keith Wall2012-01-051-7/+3
* QPID-464 : Attempt to log error using log4j before shutting downRobert Godfrey2012-01-041-0/+4
* QPID-3714 : Fix for NPE when a transient message (or when using the Memory St...Robert Godfrey2012-01-041-0/+8
* QPID-3714 : Fix for NPE in the SecurityManager when a null routing key is use...Robert Godfrey2012-01-041-1/+9
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-038-44/+301
* QPID-464 : Set the default uncaught exception handler to abruptly terminate t...Robert Godfrey2012-01-023-27/+91
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-026-16/+115
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-2887-2288/+2660
* QPID-3707: Fix ClassCastException when processing QueueUnbind for 0-9-1 proto...Keith Wall2011-12-221-5/+18
* QPID-3698: remove unnecessary test - MessageStoreShutdownTestKeith Wall2011-12-201-81/+0
* QPID-3682: Shutdown Plugin ImprovementsKeith Wall2011-12-163-34/+33
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-1516-186/+770
* QPID-3684: Remove the Message Store Tool and its associated script and config...Keith Wall2011-12-1518-3406/+0
* QPID-3680: Header exchange bindings not being created via JMX Management ConsoleKeith Wall2011-12-142-39/+129
* QPID-3676: Correct issues found by findbugs marked as blockersKeith Wall2011-12-132-121/+122
* QPID-3489: Attempt to load all custom exchanges rather than returning at firs...Andrew Donald Kennedy2011-12-061-1/+1
* QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-019-99/+822
* NO-JIRA: remove unused 'qpid.passwd' file, update 'md5passwd' file to align u...Robert Gemmell2011-11-301-3/+0
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-302-8/+7
* QPID-3601: Occasional failure to delete queue on broker shutdownKeith Wall2011-11-302-8/+35
* QPID-3489: Added org.apache.qpid.server.message to exported packages for brokerAndrew Donald Kennedy2011-11-281-0/+1
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-285-12/+77
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-2828-113/+1355
* QPID-3474: Maintain connectionid/username Map from only JMXManagedObjectRegis...Keith Wall2011-11-252-16/+31
* QPID-3474: Use JMX notification handback data to ensure that open/close/fail ...Keith Wall2011-11-242-13/+73
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-248-108/+144
* QPID-3559: SimpleDateFormat used in thread unsafe manner in JMX Managed Queue...Keith Wall2011-11-202-102/+180
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-2033-478/+2145
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-173-0/+60
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-177-17/+26
* QPID-3617: AMQQueueMBean.viewMessages: Viewing message without priority set e...Keith Wall2011-11-171-1/+1
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-1112-53/+105
* QPID-3490: creating queue via JMX now binds the queue to the default exchange...Keith Wall2011-11-113-6/+35
* QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-102-12/+39
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-097-11/+88
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-074-17/+31