summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-6295 : [Java Broker] Allow ACL configuration file to be stored as a data...Robert Godfrey2015-01-028-176/+97
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-1/+0
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-61/+25
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-274-3/+45
* QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate why...Keith Wall2014-12-222-8/+12
* QPID-6276: [Java Broker] Don't set caching headers when using content-disposi...Keith Wall2014-12-221-2/+8
* QPID-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-197-47/+213
* QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
* QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
* QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-073-9/+12
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-054-35/+56
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-051-1/+1
* QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
* QPID-6246: Display authentication provider specific fields on authentication ...Alex Rudyy2014-12-0226-151/+671
* QPID-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
* QPID-6246: [Java Broker] Refactor authentication provider UIs to use dedicate...Alex Rudyy2014-11-2829-699/+1062
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-261-0/+13
* QPID-6245 : [Java Broker] release reference to IncomingMessage once AMQMessag...Robert Godfrey2014-11-241-37/+36
* QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-211-0/+84
* QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-181-33/+17
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-141-15/+14
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-1/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-085-2/+31
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-084-14/+41
* QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing IllegalArg...Keith Wall2014-11-042-1/+28
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-042-2/+104
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to QueueDestin...Robert Godfrey2014-10-271-5/+12
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE i...Andrew MacBean2014-10-243-27/+30
* QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels m...Andrew MacBean2014-10-2412-47/+95
* QPID-6181: [Java Broker] JMX mbean improperly deletes queuesKeith Wall2014-10-232-2/+2
* QPID-6125 : temporary hack to deal with issue causing tests to fail when brok...Robert Godfrey2014-10-231-6/+19
* QPID-6125 : only send close frame if not already closingRobert Godfrey2014-10-221-8/+11
* QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
* QPID-6125 : make _virtualHost volatileRobert Godfrey2014-10-221-1/+1
* QPID-6176: [Java Broker] Re-instate the variables/values that are now missing...Andrew MacBean2014-10-221-51/+45
* QPID-6125 : only log store exceptions that occur against a vhost which is no ...Robert Godfrey2014-10-221-0/+12
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-2119-86/+216
* QPID-6174 : Expose settings for restricting number of threads / queued jobs i...Robert Godfrey2014-10-212-0/+27
* QPID-6125 : correct the behaviour of exchange declare where the exchange alre...Robert Godfrey2014-10-202-3/+11
* QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-202-1/+4
* QPID-6125 : ensure exchange-ok is sent promptlyRobert Godfrey2014-10-201-1/+1
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-171-3/+3
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-176-89/+161
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-173-6/+130