summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-28154-9274/+8465
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-272-24/+11
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-272-6/+18
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-131-0/+6
* QPID-4044: Synchronise DtxRegistry#commit and #rollback to eliminate the poss...Keith Wall2012-06-111-2/+2
* QPID-4014: increase debug logging in ConflationQueueListRobert Gemmell2012-06-101-2/+16
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-107-14/+91
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-0625-309/+701
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-0310-385/+567
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-298-17/+373
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-293-7/+250
* QPID-3997: AuthenticationManagers not cleaned up on error pathKeith Wall2012-05-262-12/+5
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-253-14/+12
* QPID-4012: update the priority queue entry sub lists to maintain a record of ...Robert Gemmell2012-05-251-4/+13
* QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-223-16/+53
* QPID-4010 : [Java broker] Add LDAP authenticationRobert Godfrey2012-05-183-3/+406
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-182-2/+8
* QPID-4007 : [Java Broker] Fix pointless equality test in Kerberos authenticat...Robert Godfrey2012-05-181-1/+1
* QPID-4007 : [Java Broker] Add Kerberos authentication supportRobert Godfrey2012-05-172-2/+230
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1723-263/+174
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-1713-42/+670
* QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-1613-25/+82
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-1/+0
* QPID-3979: [Java Broker] Conflation queuesKeith Wall2012-05-111-24/+52
* QPID-3979: [Java Broker] Conflation queues: guard NPE identified by review fe...Keith Wall2012-05-091-5/+12
* QPID-3979: [Java Broker] Last value queue memory leakKeith Wall2012-05-092-21/+275
* QPID-3980: Last Value Queue: Replaced conflation queue entries are never dele...Keith Wall2012-05-091-4/+1
* QPID-3989 : [Java Broker] Add ability to run "in-memory" Derby storeRobert Godfrey2012-05-081-6/+10
* QPID-3988 : [Java] Update dependencies to latest versionRobert Godfrey2012-05-082-3/+3
* QPID-3985 : [Java Tests] Fix locale specific testsRobert Godfrey2012-05-072-32/+24
* QPID-3986 : [Java Broker] Tidy up constant use for Underfull/Overfull propertiesRobert Godfrey2012-05-072-6/+5
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-0718-130/+637
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-042-2/+20
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-194-0/+80
* QPID-3959: ensure the test creates/removes its own ApplicationRegistry with a...Robert Gemmell2012-04-181-2/+22
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-174-40/+41
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-1761-914/+2387
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+2
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-172-7/+21
* QPID-3949 : [Java AMQP 1.0] JMSType propertyRobert Godfrey2012-04-161-1/+1
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-1224-752/+677
* Replace log message formatting with null object dereferencesAndrew Donald Kennedy2012-04-091-5/+3
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-0450-74/+4573
* QPID-3927: ensure that priority is properly accounted for when comparing mess...Robert Gemmell2012-04-033-4/+165
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-3069-1296/+1938
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-3039-318/+403
* QPID-3913: Add functionality to upgrade bdbstore automatically on broker star...Keith Wall2012-03-271-2/+14
* QPID-3895: Remove blocked channel/session from the list of blocked channels o...Keith Wall2012-03-196-17/+129
* NO-JIRA: Java Broker: Remove unused code from VirtualHostImplKeith Wall2012-03-133-168/+92
* QPID-3868: Extra logging at DEBUG to better understand this failureKeith Wall2012-03-131-1/+5