summaryrefslogtreecommitdiff
path: root/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-306-452/+859
* QPID-2465: Set javac includeantruntime property in build filesRobert Gemmell2010-03-291-1/+1
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-236-15/+74
* QPID-2379: remove mistakingly commited temporary logging additionsRobert Gemmell2010-03-181-8/+0
* QPID-2379: add Binding.msgMatched() support to the ManagementExchange. Remove...Robert Gemmell2010-03-185-102/+47
* QPID-2397: add Binding.msgMatched() support to the TopicExchange, and remove ...Robert Gemmell2010-03-184-58/+96
* QPID-2379: remove some unused parametersRobert Gemmell2010-03-181-5/+3
* QPID-2379: add Binding.msgMatched() support to the HeadersExchangeRobert Gemmell2010-03-186-206/+268
* QPID-2379: only inc/dec the outstanding txn count if the channel/session is t...Robert Gemmell2010-03-102-12/+25
* QPID-2379: add getDelivered() to SubscriptionRobert Gemmell2010-03-104-5/+16
* QPID-2430: when the AcceptMode=NONE, dont add the MessageAcceptCompletionList...Robert Gemmell2010-03-101-1/+1
* QPID-2379: ensure SubFlushRunner runnable changes thread name back to previou...Robert Gemmell2010-03-101-17/+24
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-045-3/+18
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-0421-27/+50
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-0411-10/+61
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0411-14/+92
* QPID-2379: increase the QMF management update interval from 10ms to 10secRobert Gemmell2010-03-041-1/+1
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-044-10/+111
* QPID-2379: add ConsumerCountHigh to Queue delegateRobert Gemmell2010-03-044-3/+23
* QPID-2379: change unimplemented property method to return false instead of nullRobert Gemmell2010-02-151-1/+1
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-125-0/+105
* Added unimplimented method to get the trunk compilingRajith Muditha Attapattu2010-02-081-0/+7
* QPID-2370 : Committing patch to improve broker logging. This will not cleanly...Martin Ritchie2010-02-052-2/+4
* QPID-2379: update the generated output dir to be consistent with its package ...Robert Gemmell2010-02-051-1/+1
* QPID-2379 : Updates to deal with changes to management specRobert Godfrey2010-01-312-0/+14
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-31166-2179/+13757
* QPID-2137 : Add a test that creates log messages simultaneously in multiple t...Martin Ritchie2010-01-131-3/+101
* QPID-2137 : Update ot LogMessages velocity macro to create a new MessageForma...Martin Ritchie2010-01-131-21/+16
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-062-46/+10
* QPID-2322: change the JMX parameter name for the password parameter to preven...Robert Gemmell2010-01-061-0/+46
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-0612-34/+12
* QPID-2325 : Fix SASL server for PLAIN so that it works with C++ and Ruby clientsRobert Godfrey2010-01-061-1/+1
* QPID-2308: Update the DerbyStore createExchange() method to check for existin...Robert Gemmell2010-01-042-26/+16
* QPID-2096: decouple the addition of durable exchanges to the store from excha...Robert Gemmell2010-01-047-11/+32
* QPID-2155: remove stray character causing parser warnings during broker startupRobert Gemmell2009-12-221-1/+1
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-184-13/+91
* QPID-2155 : Updated log4j file with more sensible default values for the Qpid...Martin Ritchie2009-12-161-16/+29
* QPID-2155 : Added NPE checks for path errors, updated to check the backup loc...Martin Ritchie2009-12-161-21/+44
* QPID-2155 : Update addressing issues with compression and maintaining backup ...Martin Ritchie2009-12-161-128/+41
* QPID-2275 : Update to address CountDirection 0 increments when MaxFileSize ki...Martin Ritchie2009-12-161-5/+46
* QPID-2275: Update so that CountDirection +ve,-ve work correctly in conjunctio...Martin Ritchie2009-12-161-54/+163
* QPID-2274 : Addressed initial issues with Async compressing deleting log filesMartin Ritchie2009-12-161-7/+8
* QPID-2263 : Stop Exceptions killing the HouseKeeping thread. Also prevented D...Martin Ritchie2009-12-112-9/+23
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-0917-24/+139
* QPID-2177: rework noddy unit testRobert Gemmell2009-12-081-16/+9
* QPID-2250: Remove requirement for message persistence and queue durability fr...Robert Gemmell2009-12-081-19/+15
* QPID-2177: unit and system testing for the new flow controlled related attrib...Robert Gemmell2009-12-081-0/+61
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-084-1/+47
* QPID-2244: output additional MessageTransferMessage header properties, add fa...Robert Gemmell2009-12-081-23/+35
* QPID-2244 : Remove LogMessages_de_DE.properties that was erroneously added in...Martin Ritchie2009-12-071-81/+0