| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4984: WIP - Merge from trunk r.1525056 | Kim van der Riet | 2013-09-20 | 11 | -92/+411 |
| * | QPID-4980 : [Java Broker] add connection pool attributes to http management | Robert Godfrey | 2013-07-05 | 2 | -2/+2 |
| * | QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto... | Robert Godfrey | 2013-07-05 | 3 | -0/+77 |
| * | QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ... | Robert Godfrey | 2013-07-05 | 1 | -1/+1 |
| * | QPID-4973 : [Java Broker] Refactor DurableConfigurationStore | Robert Godfrey | 2013-07-02 | 2 | -135/+63 |
| * | QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object... | Robert Godfrey | 2013-07-01 | 5 | -44/+207 |
| * | QPID-4937 : [Java Broker] separate virtualhosts into different types | Robert Godfrey | 2013-06-19 | 6 | -1/+412 |
| * | QPID-4832 : Exclude the default exchange in the bdb store upgrade from 5 to 6 | Robert Godfrey | 2013-05-12 | 1 | -2/+2 |
| * | QPID-4639: Improve functionality to delete store on virtual host deletion | Alex Rudyy | 2013-04-29 | 1 | -0/+22 |
| * | QPID-4390: move the store factory interface beside the other plugin factory i... | Robert Gemmell | 2013-03-10 | 2 | -1/+1 |
| * | QPID-4390: remove the BDB-HA store factory to remove it from the types usable... | Robert Gemmell | 2013-03-10 | 2 | -42/+0 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 5 | -4/+106 |
| * | QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restart | Robert Godfrey | 2013-01-25 | 1 | -1/+2 |
| * | QPID-4515: improved broker logging, particularly when receiving/sending AMQP ... | Phil Harvey | 2012-12-20 | 2 | -9/+38 |
| * | QPID-4242 : [Java Broker] Remove QMFv1 implementation | Robert Godfrey | 2012-08-29 | 1 | -149/+1 |
| * | QPID-4164: only keep a hard reference to the meta data if it has yet to be pe... | Robert Gemmell | 2012-07-27 | 1 | -1/+4 |
| * | QPID-4164: Prevent the erroneous re-storing of recovered messages during move... | Keith Wall | 2012-07-25 | 1 | -27/+18 |
| * | QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ... | Robert Gemmell | 2012-07-08 | 1 | -5/+5 |
| * | QPID-4112: Virtualhosts recover exchanges before queues | Keith Wall | 2012-07-06 | 1 | -6/+7 |
| * | NO-JIRA: Add missing Apache licenses to Java source files; correct positionin... | Keith Wall | 2012-07-02 | 2 | -2/+22 |
| * | QPID-3923: update ID generation to be consistent across all queues/exchanges/... | Robert Gemmell | 2012-07-01 | 1 | -8/+8 |
| * | QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu... | Robert Gemmell | 2012-06-28 | 5 | -320/+61 |
| * | QPID-4006: Decrease 'je.rep.logFlushTaskInterval' interval to 1 minute in ord... | Keith Wall | 2012-06-07 | 1 | -0/+5 |
| * | QPID-4006: Introduce coalescing sync configuration, rename replication policy... | Keith Wall | 2012-06-02 | 3 | -38/+48 |
| * | QPID-4006: [Java Broker] BDB HA. | Keith Wall | 2012-05-25 | 6 | -43/+199 |
| * | QPID-4006: Remove BDB StateChangeListener during Environment#close() to avoid... | Keith Wall | 2012-05-24 | 1 | -73/+108 |
| * | QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread.... | Keith Wall | 2012-05-22 | 1 | -32/+78 |
| * | QPID-4006: add support for using BDB HA to form an active-passive cluster for... | Robert Gemmell | 2012-05-17 | 8 | -354/+1043 |
| * | QPID-3986 : [Java Broker] Fix typo/bug for low threshold > high threshold case | Robert Godfrey | 2012-05-14 | 1 | -1/+1 |
| * | QPID-3986 : [Java Broker] Tidy up constant use for Underfull/Overfull properties | Robert Godfrey | 2012-05-07 | 1 | -24/+4 |
| * | QPID-3986 : [Java Broker] Add producer flow control based on total disk usage | Robert Godfrey | 2012-05-07 | 2 | -15/+147 |
| * | QPID-3923: Store queue, exchange and binding as configured objects in bdb store | Robert Gemmell | 2012-04-17 | 19 | -856/+1120 |
| * | QPID-3917 : Fix failing BDB test, remove unusued readOnly flag | Robert Godfrey | 2012-04-13 | 2 | -49/+23 |
| * | QPID-3917 : Refactor changes to MessageStore to use listeners and not decorators | Robert Godfrey | 2012-04-12 | 2 | -29/+39 |
| * | QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ... | Keith Wall | 2012-03-30 | 3 | -1996/+2059 |
| * | QPID-3916: Change message store interface to extend DurableConfigurationStore... | Keith Wall | 2012-03-30 | 3 | -37/+24 |
| * | QPID-3913: Remove unused logsubject | Keith Wall | 2012-03-29 | 5 | -42/+33 |
| * | QPID-3913: Add functionality to upgrade bdbstore automatically on broker star... | Keith Wall | 2012-03-27 | 44 | -2487/+2189 |
| * | AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10 | Robert Godfrey | 2012-02-23 | 5 | -1/+417 |
| * | QPID-3743: remove try-catch block on converting BDB message meta data entry i... | Robert Gemmell | 2012-02-17 | 1 | -20/+9 |
| * | QPID-3835: add the empty 'no selector' argument to bindings for DurableSubscr... | Robert Gemmell | 2012-02-13 | 5 | -29/+84 |
| * | QPID-3775: Change BDB shell scripts to avoid use of readlink when determining... | Keith Wall | 2012-02-06 | 1 | -1/+6 |
| * | QPID-3789 : [Java] code tidyups | Robert Godfrey | 2012-01-29 | 12 | -224/+331 |
| * | NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl... | Robert Godfrey | 2012-01-27 | 1 | -8/+8 |
| * | NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused... | Robert Godfrey | 2012-01-27 | 20 | -95/+111 |
| * | QPID-3774 : Work around Java BDB issue with cursors and flushLog | Robert Godfrey | 2012-01-21 | 1 | -63/+25 |
| * | QPID-3774 : allow out of order completion of persistent enqueues / dequeues | Robert Godfrey | 2012-01-20 | 1 | -57/+130 |
| * | QPID-3736 : Upgrade to BDB version 5.0.34 | Robert Godfrey | 2012-01-11 | 1 | -2/+1 |
| * | QPID-946 , QPID-2379 : Fix for BDBUpgradeTest failure introduced by previous ... | Robert Godfrey | 2012-01-08 | 1 | -108/+117 |
| * | QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co... | Robert Godfrey | 2012-01-07 | 3 | -2/+295 |