summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-509 Mandatory messages not returned outside a transaction. They are now.Rupert Smith2007-06-267-319/+331
* Added minimal checkstyle to project reports. Fixed some problems with site ge...Rupert Smith2007-06-212-60/+73
* Proper update to PrincipalDatabase's to ensure they work correctly with # com...Martin Ritchie2007-06-202-17/+23
* QPID-525 Memory leak in DestWildExchange. Used routing key in remove rather t...Martin Ritchie2007-06-181-2/+1
* Various License header updates.Martin Ritchie2007-06-182-12/+11
* Various License header updates.Martin Ritchie2007-06-1810-13/+169
* QPID-482 : Small performance tweaksRobert Godfrey2007-05-242-22/+18
* Documented all exception.Rupert Smith2007-05-2111-107/+218
* QPID-401 Integrated python tests with maven tested on windows CMD.exe and lin...Martin Ritchie2007-05-182-2/+136
* Fixed failing python tests. The rather annoying way we unsubscribe subscriber...Martin Ritchie2007-05-171-1/+7
* Fix for broken CSDM message purging routine that was causing python test_get ...Martin Ritchie2007-05-171-7/+49
* QPID-3 Topic Matching with testsMartin Ritchie2007-05-152-10/+786
* QPID-25 TimeToLive Basic implementation. Martin Ritchie2007-05-095-6/+81
* QPID-482 : Small performance enhancementsRobert Godfrey2007-05-096-59/+52
* QPID-480 : Avoid deadlock on UnacknowledgedMessageMap and ConcurrentSelectorD...Robert Godfrey2007-05-071-1/+2
* Management console users list display is updated.Bhupendra Bhusman Bhardwaj2007-05-031-1/+1
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-026-6/+0
* Exchange MBeans updated - init method moved to super class. Bhupendra Bhusman Bhardwaj2007-05-025-70/+35
* Comments and Test changesMartin Ritchie2007-05-011-1/+12
* Updated PrincipalDatabase implementations to return empty strings rather than...Martin Ritchie2007-04-272-2/+4
* QPID-473 Base64MD5PrincipalDatabase doesn't check password changes were appli...Martin Ritchie2007-04-271-17/+5
* QPID-292 - Authentication not handled correctly.Martin Ritchie2007-04-261-2/+17
* Reduced logging on requeue.Martin Ritchie2007-04-241-9/+5
* Defaulted the use of JMX SASL security to false. As this requries the jmxremo...Martin Ritchie2007-04-241-1/+1
* QPID-290 - Java broker does not honor maximum number of channels thresholdMartin Ritchie2007-04-231-2/+13
* QPID-445Bhupendra Bhusman Bhardwaj2007-04-232-17/+10
* White Space changesMartin Ritchie2007-04-231-1/+1
* Comment updates on the origin of the testsMartin Ritchie2007-04-231-1/+3
* Update to system test so that the run as part of the build process as they we...Martin Ritchie2007-04-231-1/+1
* QPID-436 - topic exchange doesn't obey the mandatory flagMartin Ritchie2007-04-231-22/+25
* QPID-445 : Fixed the ClassCastExceptionBhupendra Bhusman Bhardwaj2007-04-231-29/+6
* QPID-394. Removed revision tags.Robert Greig2007-04-236-241/+316
* Added addition log when broker is ready to process.Martin Ritchie2007-04-201-1/+9
* QPID-471 User list not populated. Martin Ritchie2007-04-201-1/+1
* White space changes plus additional logging to aid in debuggingMartin Ritchie2007-04-201-13/+12
* QPID-445 Added checks to ensure UserManagement MBean is only accessed by Admi...Martin Ritchie2007-04-205-75/+135
* Updated PrincipalDatabase verifyPassword to match rest of API and take a char[]Martin Ritchie2007-04-204-45/+15
* QPID-468 Add Broker verison number to Listen print line in Main.java:367Martin Ritchie2007-04-201-25/+31
* Copied fix for invalid IP bytes greater than 127 from trunk.Robert Greig2007-04-201-15/+20
* QPID-445 : md5 hashed password will be sent from management console to QpidBhupendra Bhusman Bhardwaj2007-04-206-40/+24
* Moved string literal 'Qpid_HOME' to constant QPID_HOMEMartin Ritchie2007-04-201-2/+3
* QPID-454 - Message 'taken' notion is per message. Adjusted to be per message ...Martin Ritchie2007-04-191-22/+78
* QPID-459 - NoLocal broken when messages already exist on queue from consumer....Martin Ritchie2007-04-191-3/+17
* QPID-459 - NoLocal broken when messages already exist on queue from consumer....Martin Ritchie2007-04-195-19/+26
* QPID-458 Fix to make the CSDM check if a message is taken when deliverying to...Martin Ritchie2007-04-181-4/+8
* QPID-457 Fixed rollback inTran problem with test case Missed the actual file ...Martin Ritchie2007-04-181-0/+1
* QPID-457 Fixed rollback inTran problem with test caseMartin Ritchie2007-04-181-1/+1
* QPID-454 Message 'taken' notion is per message. REVERTED as it just wasn't ri...Martin Ritchie2007-04-181-28/+21
* AMQUserManagementMBean.java - calling relaod within viewUsers method.Bhupendra Bhusman Bhardwaj2007-04-182-2/+4
* QPID-454 Message 'taken' notion is per message. But should be per message per...Martin Ritchie2007-04-175-44/+67