summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-0111-19/+296
* QPID-2118 : Corrected 010Exclude for runtime selector exception. Tidied up Se...Martin Ritchie2009-09-301-2/+5
* QPID-2120 : Updated SimpleAMQQueue to ensure that the sub.isSuspended() check...Martin Ritchie2009-09-301-68/+112
* Add debug logging to see what the next message the Subscription is going to l...Martin Ritchie2009-09-301-1/+9
* Prevent NPE in QueueEntryImpl.debugIdentityMartin Ritchie2009-09-301-1/+9
* Add toString to AbstractActor to allow actors to be used in debug log messagesMartin Ritchie2009-09-301-0/+5
* QPID-2116 : Ensure that AMQChannel correctly notifies all running Subscriptio...Martin Ritchie2009-09-301-4/+51
* QPID-2028 : Augment BrokerActor to allow the setting of the broker name. Upda...Martin Ritchie2009-09-284-5/+18
* QPID-2093: Updated AMQBRokerManagerMBean to check if the queue is durable bef...Martin Ritchie2009-09-111-2/+4
* QPID-2096 : Add a work around which stops durable exchanges being written to ...Martin Ritchie2009-09-111-0/+12
* QPID-2091 : Updated ServerConfiguration and added test to ServerConfiguration...Martin Ritchie2009-09-101-20/+15
* Remove some more unused code.Aidan Skinner2009-09-091-6/+0
* Remove unusued FirewallFactory classAidan Skinner2009-09-091-45/+0
* QPID-2002 : Add MNG-1003 messagesMartin Ritchie2009-09-041-0/+2
* QPID-1992 : Ensure StartupRootMessageLogger always logs messagesMartin Ritchie2009-09-041-0/+7
* QPID-2069: Allow empty values to be specified for keys when creating bindings...Robert Gemmell2009-08-241-2/+12
* Always log subscription state changes in the same way.Aidan Skinner2009-08-181-2/+1
* QPID-2051: relax the parser validation to only halt startup on fatal-errors i...Robert Gemmell2009-08-173-37/+93
* 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-163-52/+345
* QPID-2001 : Default Locale should be the VMs locale not en_US.Martin Ritchie2009-08-141-4/+9
* 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-121-13/+55
* 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-123-0/+5
* QPID-2002 : Addition of a QueueActor to be set during running of the processQ...Martin Ritchie2009-08-123-2/+64
* 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-122-2/+2
* QPID-2002 : Added test to ensure that the ResourceBundle is loadable even if ...Martin Ritchie2009-08-121-0/+102
* 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
* 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