| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add... | Robert Gemmell | 2013-03-14 | 2 | -2/+3 |
| * | QPID-4593: Remove initial store type command line argument, simplify configur... | Alex Rudyy | 2013-03-14 | 1 | -4/+3 |
| * | QPID-4596,QPID-4638: Change authentication provider names to shorter names, r... | Alex Rudyy | 2013-03-13 | 6 | -8/+8 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 2 | -15/+3 |
| * | QPID-4638: Add UI to add/delete/update authentication providers into java bro... | Alex Rudyy | 2013-03-11 | 1 | -89/+9 |
| * | QPID-4596: remove manipulation of store files, and vhost store type etc. | Robert Gemmell | 2013-03-10 | 1 | -69/+0 |
| * | QPID-4390: misc cleanup | Robert Gemmell | 2013-03-10 | 1 | -1/+0 |
| * | QPID-4390: move the store factory interface beside the other plugin factory i... | Robert Gemmell | 2013-03-10 | 1 | -1/+1 |
| * | QPID-3396 Fixed the typo from sasl_mech to sasl_mechs. This test was | Rajith Muditha Attapattu | 2013-03-07 | 1 | -1/+1 |
| * | QPID-3396 Added a test case to verify that if mech needs user password | Rajith Muditha Attapattu | 2013-03-06 | 1 | -0/+24 |
| * | QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut... | Alex Rudyy | 2013-02-27 | 5 | -19/+459 |
| * | QPID-4602: Fix broker startup when default log4j configuration is used and fi... | Alex Rudyy | 2013-02-26 | 3 | -16/+54 |
| * | QPID-4593: add command line argument to pass path to initial store | Alex Rudyy | 2013-02-20 | 1 | -12/+2 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 59 | -1057/+1059 |
| * | QPID-4312: reduce visibility and narrow argument type for new check methods, ... | Robert Gemmell | 2013-02-05 | 1 | -24/+17 |
| * | QPID-4312 : [Java Client] add option for verification of queue existence duri... | Robert Godfrey | 2013-02-04 | 3 | -16/+103 |
| * | QPID-4281: Fix setting of log4j configuration in system tests. While testing ... | Alex Rudyy | 2013-01-24 | 7 | -71/+290 |
| * | QPID-4540 The deletion of the subscription queue is now handled | Rajith Muditha Attapattu | 2013-01-16 | 1 | -1/+7 |
| * | QPID-3569: Refactor TransactionTimeout | Keith Wall | 2013-01-07 | 2 | -13/+8 |
| * | QPID-4318 | Weston M. Price | 2013-01-04 | 1 | -0/+120 |
| * | QPID-4525: remove the ChannelCloseTest and ChannelCloseOkTest system tests | Robert Gemmell | 2013-01-04 | 2 | -635/+0 |
| * | QPID-4502: [Java Broker] Document DLQ/Maximum Delivery Count features | Keith Wall | 2012-12-22 | 1 | -2/+4 |
| * | QPID-4512: stop the delete visitor indicating completion upon the first match... | Robert Gemmell | 2012-12-20 | 1 | -0/+54 |
| * | QPID-4377: add missing licence headers to various files in the Java tree | Robert Gemmell | 2012-12-11 | 1 | -0/+20 |
| * | QPID-3317 Adjusted the test after adding the exception for marking temp | Rajith Muditha Attapattu | 2012-12-07 | 1 | -1/+1 |
| * | QPID-4496 Set the assert property to false when checking if a queue | Rajith Muditha Attapattu | 2012-12-07 | 1 | -5/+5 |
| * | QPID-4496 Added error handling to cover the cases mentioned in the JIRA. | Rajith Muditha Attapattu | 2012-12-07 | 1 | -2/+2 |
| * | QPID-4483: Add system tests for Sasl authentication in Java Broker web manage... | Alex Rudyy | 2012-11-29 | 1 | -1/+389 |
| * | QPID-4441: add system test verification of the priority queue and queue with ... | Robert Gemmell | 2012-11-29 | 1 | -3/+7 |
| * | QPID-2796 : Addressed review comments | Robert Godfrey | 2012-11-26 | 1 | -2/+45 |
| * | QPID-2796 : Added Java system test for heartbeating | Robert Godfrey | 2012-11-26 | 1 | -0/+73 |
| * | QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set fro... | Keith Wall | 2012-11-25 | 1 | -1/+29 |
| * | QPID-4468: restore connection level ssl option to provide compatibility with ... | Robert Gemmell | 2012-11-25 | 1 | -0/+49 |
| * | QPID-4420: add documentation for SSL and the Anonymous + External Authenticat... | Robert Gemmell | 2012-11-04 | 3 | -44/+344 |
| * | QPID-4389: Send the selector of durable subscriber in arguments of ExchangeBi... | Alex Rudyy | 2012-10-24 | 1 | -1/+59 |
| * | QPID-4298: AMQQueueDeferredOrderingTest should sync after sending the test me... | Keith Wall | 2012-10-18 | 1 | -6/+6 |
| * | QPID-3317 Modified the code to implement correct behavior for link | Rajith Muditha Attapattu | 2012-10-12 | 1 | -41/+89 |
| * | QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad... | Robert Gemmell | 2012-10-12 | 38 | -47/+6183 |
| * | QPID-4352: fix break in ConnectionFactory following SSL truststore/keystore p... | Robert Gemmell | 2012-10-02 | 3 | -29/+55 |
| * | NO-JIRA: remove unused 'manual non-test' classes | Robert Gemmell | 2012-10-02 | 2 | -532/+0 |
| * | QPID-4334: removed the firewall plugin and moved its functionality into the A... | Keith Wall | 2012-09-28 | 6 | -511/+29 |
| * | QPID-4333: remove the Slow Consumer Detection plugin and associated documenta... | Robert Gemmell | 2012-09-20 | 6 | -834/+0 |
| * | QPID-4284: Remove system test dependencies on development and localhost virtu... | Keith Wall | 2012-09-17 | 10 | -307/+67 |
| * | QPID-4303: FailoverTest sometimes fails on slower CI boxes. | Keith Wall | 2012-09-14 | 1 | -11/+14 |
| * | QPID-4292: add ACL rule to authorise access to the web management UI | Keith Wall | 2012-09-10 | 1 | -9/+18 |
| * | QPID-4289: Fix 0-8/0-9/0-9-1 failover issues | Robert Gemmell | 2012-09-10 | 4 | -27/+329 |
| * | QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete... | Robert Gemmell | 2012-09-01 | 2 | -8/+77 |
| * | QPID-4242 : [Java Broker] Remove QMFv1 implementation | Robert Godfrey | 2012-08-29 | 1 | -31/+0 |
| * | QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the... | Robert Gemmell | 2012-08-26 | 2 | -29/+97 |
| * | QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex... | Robert Gemmell | 2012-08-24 | 5 | -33/+69 |