summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-1768-6170/+2517
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-171-1/+2
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-173-12/+3
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-164-6/+11
* QPID-6151: [Java Broker Web Management Console] Fix race condition affecting...Keith Wall2014-10-141-1/+2
* QPID-6137: Enhance JMXManagementPlugin implementation and add extra logging w...Alex Rudyy2014-10-081-15/+30
* QPID-6130: [Java Broker] Introduce edit queue dialog - further add/edit harmo...Andrew MacBean2014-10-064-107/+162
* QPID-6130: [Java Broker] Introduce edit queue dialog - removed redundant JS i...Andrew MacBean2014-10-031-3/+1
* QPID-6130: [Java Broker] Introduce edit queue dialog - review change to remov...Andrew MacBean2014-10-031-1/+1
* QPID-6130: [Java Broker] Introduce edit queue dialog to web management UIAndrew MacBean2014-10-039-44/+540
* QPID-6126: [Java Tests] Prevent the new ACLFileAccessControlProviderImplTest ...Keith Wall2014-10-021-1/+2
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-017-10/+122
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-243-15/+7
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-30/+24
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid compa...Keith Wall2014-09-171-1/+1
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-155-45/+34
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-121-3/+10
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-121-1/+1
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1128-320/+1113
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback p...Keith Wall2014-09-061-0/+1
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ...Keith Wall2014-09-051-2/+8
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port through...Keith Wall2014-09-054-64/+129
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-306-9/+28
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 me...Robert Godfrey2014-08-302-4/+64
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ...Robert Godfrey2014-08-291-0/+2
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-281-2/+7
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...Alex Rudyy2014-08-281-4/+10
* QPID-6047 : [Java Broker] Improve Message conversion between 1.0 and 0.x prot...Robert Godfrey2014-08-274-9/+45
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-2614-152/+295