summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-1129-611/+1070
* Merge from trunkAidan Skinner2009-09-174-42/+66
* QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-171-12/+8
* QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-161-1/+1
* QPID-2106: Don't close connections if the broker has asked it to close andAidan Skinner2009-09-164-12/+40
* QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-165-183/+33
* Merge from trunk Aidan Skinner2009-09-097-68/+22
* QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-041-2/+2
* QPID-2025: remove dead classesAidan Skinner2009-09-032-342/+0
* QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-0119-711/+629
* QPID-2051: relax the parser validation to only halt startup on fatal-errors i...Robert Gemmell2009-08-174-39/+95
* QPID-2055: update the save process for the log4j configuration file. Check if...Robert Gemmell2009-08-171-5/+32
* QPID-2042: update the save process for the access rights file. Check if the r...Robert Gemmell2009-08-171-5/+34
* QPID-2041: update the save process for the B64 MD5 password file. Only attemp...Robert Gemmell2009-08-171-8/+38
* QPID-2040: update the save process for the plain password file. Only attempt ...Robert Gemmell2009-08-171-8/+39
* QPID-2039: close the JMXConnectorServer down during shutdown of the JMXManage...Robert Gemmell2009-08-161-9/+18
* QPID-2052: Enable setting Loggers to inherit their Level from an ancestor. Hi...Robert Gemmell2009-08-161-3/+26
* QPID-2016: Add ability to reload the Log4J configuration file on request usin...Robert Gemmell2009-08-161-0/+37
* QPID-2051: Make the LoggingManagementMBean share the lock with QpidLog4JConfi...Robert Gemmell2009-08-162-313/+379
* QPID-2051: Update startup scripts to disable the Log4J default initialisation...Robert Gemmell2009-08-164-52/+741
* QPID-2001 : Default Locale should be the VMs locale not en_US.Martin Ritchie2009-08-142-7/+11
* Move closure logging to the end when things have been closed rather than befo...Martin Ritchie2009-08-121-4/+4
* QPID-2002 : Defensive update incase the thread name is not as expected. In al...Martin Ritchie2009-08-121-8/+27
* QPID-2002 : Ensure that we set the logging actor correctly when mina signals ...Martin Ritchie2009-08-121-0/+6
* QPID-2002 : Addition of JMX Management interface logging using the new Loggin...Martin Ritchie2009-08-128-18/+79
* QPID-2002 : Updated ManagementActor to derive logString from the current threadMartin Ritchie2009-08-122-21/+69
* QPID-2002 : Added Logging of management console connection open and close eventsMartin Ritchie2009-08-124-1/+56
* QPID-2002 : Added new SUB-1003 Message with testingMartin Ritchie2009-08-124-0/+17
* QPID-2002 : Addition of a QueueActor to be set during running of the processQ...Martin Ritchie2009-08-124-2/+183
* Updated SAMQQ to only display owner when it is non-nullMartin Ritchie2009-08-121-0/+1
* QPID-2002 : Made owner an optional value on the queue log messageMartin Ritchie2009-08-123-18/+105
* QPID-2002 : Added test to ensure that the ResourceBundle is loadable even if ...Martin Ritchie2009-08-122-0/+173
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue retur...Robert Gemmell2009-08-101-2/+5
* QPID-2002 : Add VirtualHost logging and testing, again shutdown testing must ...Martin Ritchie2009-08-091-0/+7
* Removed Java 6 dependency on Deque. Used Stack instead.Martin Ritchie2009-08-091-27/+30
* QPID-2002 : Added new message CHN-1004, to allow the reporting of prefetch si...Martin Ritchie2009-08-092-3/+4
* QPID-2036: replace the getMessagesRangeOnTheQueue() implementation with a Que...Robert Gemmell2009-08-091-22/+15
* 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
* Removed unused Constructor on Mock objectMartin Ritchie2009-08-062-6/+1
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-066-11/+197
* QPID-2001 : Update to LogMessages.vm to perform the option removal BEFORE rep...Martin Ritchie2009-08-061-21/+21
* 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-064-4/+5
* 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-065-12/+100