summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ...Robert Gemmell2012-08-031-2/+5
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-032-2/+3
* QPID-4183 : [Merge from trunk] Implement Session/ConnectionModel interfaces i...Robert Godfrey2012-08-025-5/+360
* QPID-4171: Fix enqueue ordering for persistent messsagesRobert Gemmell2012-08-022-21/+24
* QPID-4167: Fix setting of queue attributes via web management console and res...Robert Gemmell2012-08-012-2/+3
* QPID-4164: only keep a hard reference to the meta data if it has yet to be pe...Robert Gemmell2012-07-311-1/+4
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Robert Gemmell2012-07-311-21/+29
* QPID-4149: Add REST functionality to delete exchanges, queues and bindings, a...Robert Gemmell2012-07-207-39/+130
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-197-13/+70
* QPID-4131: On 0-8...0-9-1 code path broker now closes the connection when the...Keith Wall2012-07-193-21/+40
* QPID-4114: broker release now includes BDB if optional=true sys property is setKeith Wall2012-07-193-15/+31
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-138-10/+85
* QPID-4111: Adjust versions to 0.18 on the release branchJustin Ross2012-07-091-1/+1
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-0828-114/+157
* QPID-3923, QPID-3998: update the Adapter layer to either use UUIDGenerator it...Robert Gemmell2012-07-0815-44/+58
* QPID-4093: [Java Broker] Prevent new queues and exchanges from being created ...Keith Wall2012-07-062-12/+14
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-063-27/+27
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-055-250/+630
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-0226-116/+198
* QPID-4093: Resolve some outstanding TODOs in new JMX moduleKeith Wall2012-07-022-6/+0
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-013-25/+4
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-019-26/+33
* QPID-4902: NPE from SimpleAMQQueue and RejectedExecutionExecution handlingKeith Wall2012-06-304-21/+28
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-28128-6347/+7802
* 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-104-8/+17
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-0621-294/+570
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-034-121/+239
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-295-17/+233
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-7/+10
* 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-1711-164/+116
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-176-33/+314
* QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-1612-24/+80
* 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-091-21/+64
* 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