| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 3 | -2/+43 |
| * | QPID-3923: remove deprecated test-only AMQQueueFactory method and update test... | Robert Gemmell | 2012-07-01 | 2 | -4/+4 |
| * | QPID-3923: update ID generation to be consistent across all queues/exchanges/... | Robert Gemmell | 2012-07-01 | 2 | -27/+47 |
| * | QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu... | Robert Gemmell | 2012-06-28 | 16 | -1056/+175 |
| * | QPID-4080: close initial connections after use rather than allowing them to f... | Robert Gemmell | 2012-06-28 | 1 | -8/+7 |
| * | QPID-4080: restore connectdelay to previous value and increase retries | Robert Gemmell | 2012-06-25 | 1 | -2/+2 |
| * | QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to b... | Keith Wall | 2012-06-21 | 1 | -1/+1 |
| * | QPID-4052: [Java Broker] Increase the number of retries that the client will ... | Keith Wall | 2012-06-15 | 1 | -1/+1 |
| * | 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 | 6 | -80/+80 |
| * | QPID-3986: Improved tests and resolved some potential thread-safety issues | Robert Gemmell | 2012-05-29 | 1 | -0/+73 |
| * | QPID-4006: [Java Broker] BDB HA. | Keith Wall | 2012-05-25 | 11 | -61/+225 |
| * | 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 | 4 | -157/+122 |
| * | QPID-4006: Fix failing HA tests due to spaces in filenames on Apache CI servers | Keith Wall | 2012-05-18 | 3 | -9/+3 |
| * | QPID-4006: add support for using BDB HA to form an active-passive cluster for... | Robert Gemmell | 2012-05-17 | 17 | -341/+2832 |
| * | 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 | 26 | -895/+1492 |
| * | QPID-3917 : Fix failing BDB test, remove unusued readOnly flag | Robert Godfrey | 2012-04-13 | 3 | -59/+31 |
| * | QPID-3917 : Refactor changes to MessageStore to use listeners and not decorators | Robert Godfrey | 2012-04-12 | 3 | -32/+42 |
| * | QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ... | Keith Wall | 2012-03-30 | 4 | -2003/+2063 |
| * | QPID-3916: Change message store interface to extend DurableConfigurationStore... | Keith Wall | 2012-03-30 | 5 | -40/+29 |
| * | QPID-3913: Remove unused logsubject | Keith Wall | 2012-03-29 | 8 | -50/+40 |
| * | QPID-3913: Fix BDBUpgradeTest for spawn test profiles | Keith Wall | 2012-03-28 | 1 | -1/+6 |
| * | QPID-3913: Add functionality to upgrade bdbstore automatically on broker star... | Keith Wall | 2012-03-27 | 56 | -2841/+3199 |
| * | 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-3835: update the test preparer tool to generate content for a durable su... | Robert Gemmell | 2012-02-13 | 3 | -34/+146 |
| * | 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 |
| * | QPID-3775: Automate the manual persistent store tests. | Keith Wall | 2012-01-28 | 2 | -120/+193 |
| * | NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl... | Robert Godfrey | 2012-01-27 | 3 | -14/+14 |
| * | NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused... | Robert Godfrey | 2012-01-27 | 24 | -147/+152 |
| * | 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 |
| * | QPID-3714 : [Java] Performance Improvements | Robert Godfrey | 2011-12-28 | 4 | -147/+301 |
| * | QPID-3712: fix regression (error in logic was adding port number to path twice). | Keith Wall | 2011-12-26 | 1 | -7/+0 |
| * | NO-JIRA: move log4j config for backup.sh to correct location | Keith Wall | 2011-12-15 | 1 | -0/+0 |
| * | QPID-3558: Add broker Maven and OSGi artifacts to build | Andrew Donald Kennedy | 2011-10-31 | 1 | -0/+0 |
| * | QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/... | Robert Gemmell | 2011-09-30 | 1 | -1/+1 |
| * | QPID-3504: add the Java broker bdbstore to the build as an optional module | Robert Gemmell | 2011-09-24 | 39 | -0/+6720 |