summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-2015: Add 2 new methods to the VirtualHostManager to retrieve attribute ...Robert Gemmell2009-08-092-12/+58
* QPID-2002 : Addition of Management LoggingMartin Ritchie2009-08-071-1/+18
* QPID-2002: Broker Start messages were not being printed at earlier enough.Martin Ritchie2009-08-072-2/+4
* QPID-2002 : MessageStore Logging updates to include queue counts from persist...Martin Ritchie2009-08-071-10/+23
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-064-11/+59
* QPID-2002 : Add Binding Logging Messages with testMartin Ritchie2009-08-062-9/+16
* QPID-2002: Added Exchange Logging and testMartin Ritchie2009-08-061-0/+13
* QPID-2002 : SubscriptionLogging Tests, update to SubscriptionImpl for new exc...Martin Ritchie2009-08-061-20/+50
* QPID-2002 : Added exclusive parameter to subscription.setQueue to allow impro...Martin Ritchie2009-08-062-2/+2
* QPID-2002 : Add toString functionality to Filters for displaying in Subscript...Martin Ritchie2009-08-063-1/+39
* QPID-2002 : Completion of BrokerLoggingTest, the shutdown tests have been exc...Martin Ritchie2009-08-064-11/+84
* QPID-2002 : Updates to Test ARs to correctly remove the CurrentActor on close...Martin Ritchie2009-08-061-1/+16
* QPID-2002: MessageStore Logging , DerbyMS Does not have Queue Recovery loggin...Martin Ritchie2009-08-064-52/+100
* QPID-2002 : Javadoc'd CurrentActorMartin Ritchie2009-08-061-1/+55
* QPID-2002, QPID-2012 : Provide Broker Startup Logging using a SystemOutMessag...Martin Ritchie2009-08-065-48/+189
* QPID-2002 : Add Queue Logging Tests.Martin Ritchie2009-08-061-3/+6
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-062-88/+9
* QPID-2002 : Add Queue Creation loggingMartin Ritchie2009-08-061-11/+38
* QPID-2002 : Updates to integrate Logging with test ant test runs.Martin Ritchie2009-08-033-5/+42
* Removed unused method that only throws an ExceptionMartin Ritchie2009-08-031-6/+1
* QPID-2002: Added testing of Channel LoggingMartin Ritchie2009-08-034-4/+49
* QPID-2002 : Added message(LogMessage message) to the LogActor Interface and t...Martin Ritchie2009-08-032-1/+23
* Removed stale constructor, updated two test cases to use other constructor, t...Martin Ritchie2009-08-031-14/+0
* QPID-2002 : Change CON-1001 to make client ID optional so that the various st...Martin Ritchie2009-08-032-29/+50
* QPID-2002 : Enable LogActors to log solely about themselves. Situations such ...Martin Ritchie2009-08-033-0/+22
* QPID-2001 : Corrected MSLSubject, extracting the Store from the vhost fails t...Martin Ritchie2009-08-031-2/+3
* QPID-2001 : Added missing MessageStoreLogSubject and corresponding testMartin Ritchie2009-08-031-0/+44
* QPID-2011 : Updated AlertingTest to use new LogMonitoring class and corrected...Martin Ritchie2009-08-031-2/+2
* QPID-2000: add a method to the VirtualHostManager MBean to retrieve a Map key...Robert Gemmell2009-07-241-1/+26
* QPID-2001 : Update to provide control of options in messages.Martin Ritchie2009-07-241-14/+198
* QPID-2005: make the fanout exchange mbean return a single wildcard binding en...Robert Gemmell2009-07-241-5/+15
* QPID-2001 : Fully Tested LogMessagesMartin Ritchie2009-07-231-6/+6
* QPID-2001 : Add Default en_US messages logging along with a Velocity Template...Martin Ritchie2009-07-222-34/+82
* QPID-2001 : Provide a locale configuration option to allow the localisation o...Martin Ritchie2009-07-221-0/+42
* QPID-1992 : Corrected duplication in ServerConfiguration for StatusUpdates an...Martin Ritchie2009-07-222-12/+12
* QPID-1980 : Update to ServerConfiguration provided by Keith Chow, Updated Ser...Martin Ritchie2009-07-221-24/+34
* QPID-1992 : Removed couple of unused importsMartin Ritchie2009-07-221-1/+0
* QPID-1967: collect possible Exchange Type values from the broker instead of r...Robert Gemmell2009-07-221-0/+20
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-2232-20/+1202
* QPID-1981: Expose copyMessages() queue operation through the JMX MBean interfaceRobert Gemmell2009-07-211-0/+17
* QPID-1968: Expose deleteMessages() queue operation through the JMX MBean inte...Robert Gemmell2009-07-211-1/+17
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-213-6/+74
* QPID-1990: add the messages queue position to the viewMessages() operation re...Robert Gemmell2009-07-171-2/+4
* QPID-1946: add server information mbean to expose version info for the broker...Robert Gemmell2009-07-162-0/+76
* QPID-1941: ensure old queue entry is deleted as well as dequeued, so it is no...Robert Gemmell2009-07-131-1/+1
* QPID-1944: expose Connection tabular/composite data key values through manage...Robert Gemmell2009-07-131-6/+4
* QPID-1943: expose exchange mbeans tabular/composite key values through the ma...Robert Gemmell2009-07-135-18/+9
* QPID-1932: expose Queue tabular/composite key values through the management i...Robert Gemmell2009-07-131-11/+10
* QPID-1930: expose UserManagement composite/tabular type keys through the mana...Robert Gemmell2009-07-131-9/+3
* QPID-1927: move mbean interfaces to management-common, make broker module dep...Robert Gemmell2009-07-1126-1100/+35