| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QPID-4390, QPID-4681: change attribute name to "modelVersion" to better refel... | Robert Gemmell | 2013-03-31 | 3 | -7/+7 |
| * | QPID-4594, QPID-4682: changes from review of new 'management mode' functionality | Robert Gemmell | 2013-03-31 | 3 | -13/+32 |
| * | QPID-4657, QPID-4683: review changes for new port configuration functionality | Robert Gemmell | 2013-03-31 | 4 | -8/+65 |
| * | QPID-4680 : [Java Broker] NoAck subscription on persistent queue in 0-8/9/9-1... | Robert Godfrey | 2013-03-31 | 1 | -5/+27 |
| * | QPID-4678: Add ACL checks to restrict the operations to change broker level c... | Alex Rudyy | 2013-03-29 | 10 | -9/+240 |
| * | QPID-4677: Rename broker and virtual host attribute constants to distiguish t... | Alex Rudyy | 2013-03-29 | 9 | -90/+90 |
| * | QPID-4677: Add missing broker attributes related to store transactions | Alex Rudyy | 2013-03-29 | 3 | -5/+31 |
| * | QPID-4677: Fix incorrect attribute names and update web management console UI... | Alex Rudyy | 2013-03-29 | 4 | -32/+32 |
| * | QPID-4661: Fix broker attribute conversion bug | Alex Rudyy | 2013-03-29 | 1 | -2/+2 |
| * | QPID-4671: [Java Broker] Fix NPE occuring in FanoutExchange#isBound(... AMQQu... | Alex Rudyy | 2013-03-28 | 1 | -2/+5 |
| * | QPID-4666: fix exception messages during during 0-10 MessageSubscribe failure... | Robert Gemmell | 2013-03-27 | 1 | -2/+2 |
| * | QPID-4673 : [Java Broker AMQP 1.0] Remove potential for deadlock between conn... | Robert Godfrey | 2013-03-27 | 1 | -18/+30 |
| * | QPID-4637: Change the Qpid version to 0.23 | Justin Ross | 2013-03-24 | 1 | -1/+1 |
| * | QPID-4596: create/delete password file for the password file authentication p... | Alex Rudyy | 2013-03-22 | 12 | -25/+116 |
| * | QPID-4596: Restrict the creation of PasswordCredentialManagingAuthenticationP... | Alex Rudyy | 2013-03-22 | 2 | -29/+17 |
| * | QPID-4661: Improve broker attribute editing UI to avoid sending of unmodified... | Alex Rudyy | 2013-03-22 | 7 | -40/+80 |
| * | QPID-4390: Improve the thread safety of java broker management operations | Alex Rudyy | 2013-03-22 | 3 | -24/+106 |
| * | QPID-4390: Add ability to save java broker store version with existing broker... | Alex Rudyy | 2013-03-21 | 9 | -9/+95 |
| * | QPID-4661: Add functionality to update broker fields affected by changes in a... | Alex Rudyy | 2013-03-21 | 3 | -13/+111 |
| * | QPID-4661: Add UI into java broker web management console to edit broker attr... | Alex Rudyy | 2013-03-20 | 2 | -13/+125 |
| * | QPID-4657: Add UI into java broker web management console to add/edit/delete ... | Alex Rudyy | 2013-03-18 | 3 | -11/+46 |
| * | QPID-4655: add BrokerOptions support for skipping the logging configuration (... | Robert Gemmell | 2013-03-18 | 2 | -2/+18 |
| * | QPID-4653 : [Java Broker 1.0] Implement statistics counting on 1.0 connections | Robert Godfrey | 2013-03-17 | 4 | -11/+40 |
| * | QPID-4652 [Java Broker 1.0] delete temporary queues created for exchange subs... | Robert Godfrey | 2013-03-17 | 1 | -0/+37 |
| * | QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptions | Robert Godfrey | 2013-03-17 | 3 | -101/+481 |
| * | QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add... | Robert Gemmell | 2013-03-14 | 1 | -0/+1 |
| * | QPID-4636: add support for a broker 'peerStore' that can be used to perform S... | Robert Gemmell | 2013-03-14 | 5 | -17/+49 |
| * | QPID-4593: Remove initial store type command line argument, simplify configur... | Alex Rudyy | 2013-03-14 | 12 | -759/+816 |
| * | QPID-4596,QPID-4638: Change authentication provider names to shorter names, r... | Alex Rudyy | 2013-03-13 | 12 | -25/+21 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 5 | -5/+78 |
| * | QPID-4638: Add UI to add/delete/update authentication providers into java bro... | Alex Rudyy | 2013-03-11 | 17 | -73/+401 |
| * | QPID-4596: remove manipulation of store files, and vhost store type etc. | Robert Gemmell | 2013-03-10 | 1 | -158/+1 |
| * | QPID-4390: misc cleanup | Robert Gemmell | 2013-03-10 | 3 | -22/+5 |
| * | QPID-4390: change new sytem property names to include broker to allow disting... | Robert Gemmell | 2013-03-10 | 4 | -12/+16 |
| * | QPID-4390: move the work dir defaulting and configuration fully within Broker... | Robert Gemmell | 2013-03-10 | 2 | -34/+103 |
| * | QPID-4390: remove dead code, method was only ever called with null envVarMap arg | Robert Gemmell | 2013-03-10 | 2 | -20/+2 |
| * | QPID-4390: misc logging related changes | Robert Gemmell | 2013-03-10 | 1 | -2/+8 |
| * | QPID-4390: move the store factory interface beside the other plugin factory i... | Robert Gemmell | 2013-03-10 | 5 | -2/+6 |
| * | QPID-4609: Use correct synchronization lock in BrokerAdapter#getKeyStores(). | Alex Rudyy | 2013-02-28 | 1 | -1/+1 |
| * | QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut... | Alex Rudyy | 2013-02-27 | 14 | -168/+563 |
| * | [QPID-4594] Add command line option to start java broker in a management mode... | Alex Rudyy | 2013-02-22 | 11 | -15/+468 |
| * | QPID-4593: add command line argument to pass path to initial store | Alex Rudyy | 2013-02-20 | 7 | -79/+408 |
| * | QPID-4390: Add getter to broker launcher to expose broker configured object | Alex Rudyy | 2013-02-19 | 3 | -0/+17 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 127 | -4270/+6582 |
| * | QPID-4570 : Multiple AMQP1-0 Connections cause error if JMX management is ena... | Robert Godfrey | 2013-02-07 | 2 | -5/+3 |
| * | QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restart | Robert Godfrey | 2013-01-25 | 4 | -13/+119 |
| * | QPID-3569: Refactor TransactionTimeout | Keith Wall | 2013-01-07 | 11 | -166/+175 |
| * | QPID-4521: ensure that the routing key is properly passed to the alternate To... | Robert Gemmell | 2012-12-23 | 1 | -1/+1 |
| * | QPID-4503: Producer transaction timeout detection feature may produce spuriou... | Keith Wall | 2012-12-20 | 2 | -0/+5 |
| * | QPID-4515: improved broker logging, particularly when receiving/sending AMQP ... | Phil Harvey | 2012-12-20 | 4 | -41/+110 |