summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-048-8/+44
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0410-14/+82
* 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-043-3/+18
* 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-124-0/+84
* 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 : Updates to deal with changes to management specRobert Godfrey2010-01-311-0/+10
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-31144-1887/+12429
* 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-0611-21/+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-046-11/+28
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-184-13/+91
* 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-0914-24/+124
* QPID-2250: Remove requirement for message persistence and queue durability fr...Robert Gemmell2009-12-081-19/+15
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-083-1/+42
* 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
* QPID-2244 : Added initial support of 0-10 Messages via JMX viewMessages.Martin Ritchie2009-12-073-4/+143
* QPID-1992 : Update ProtocolEngine to create LogSubject in constructor as it n...Martin Ritchie2009-12-071-2/+3
* QPID-1992 : Fix compilation error missed during merge.Martin Ritchie2009-12-042-4/+4
* Merged r887145 from 0.5.x-dev Martin Ritchie2009-12-048-140/+151
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-0327-306/+403
* QPID-2184: replace random 1second wait with a LogMonitor check that the reloa...Robert Gemmell2009-12-012-5/+8
* QPID-2222: Add CRAM-MD5-HEX support to broker to enable .net client to connec...Robert Gemmell2009-11-274-0/+316
* Fixes for 0-9-1 supportRobert Godfrey2009-11-262-4/+4
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-112-4/+8
* QPID-2178: expand the return from channels() to indicate whether the channel ...Robert Gemmell2009-11-062-2/+7
* Added AMQP 0-9-1 supportRobert Godfrey2009-10-268-45/+657
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-25176-6363/+11358
* QPID-2001 : Added A NullRootMessageLogger to drop logging, Currently only use...Martin Ritchie2009-10-221-0/+60
* QPID-2055: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-26/+25
* QPID-2042: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-20/+24
* QPID-2041: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-20/+25
* QPID-2040: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-21/+25
* QPID-1301 Fixes for issues with temporary queue permissions, including promot...Marnie McCormack2009-10-202-221/+238
* Remove Java 1.6 @Overrides on interface implmentationsMartin Ritchie2009-10-191-12/+3
* QPID-1304: add vhost access check for missed corner cases, allowing for users...Robert Gemmell2009-10-161-1/+10
* QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...Robert Gemmell2009-10-152-12/+75