summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5771: ensure the closed event is passed to the listener even if closing ...Robert Gemmell2014-05-221-4/+9
* QPID-5779: [Java Broker] JMX plugin Remove debug logging from socket factoriesKeith Wall2014-05-222-51/+1
* QPID-5779: Workaround sporadic test failure.Keith Wall2014-05-212-2/+2
* QPID-5779: Add more logging to help understand sporadic test failure.Keith Wall2014-05-213-3/+51
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-213-9/+12
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-2115-542/+0
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-214-22/+101
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-202-4/+4
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-163-10/+18
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-163-36/+16
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-152-140/+222
* QPID-5744: Add support for REST URIs containing the major version in addition...Alex Rudyy2014-05-131-0/+1
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-1314-280/+692
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-093-22/+1
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-091-25/+38
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-0811-131/+151
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-085-10/+23
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-0718-31/+533
* QPID-5744: Fix REST URL in 'Add Exchange UI' of web management consoleAlex Rudyy2014-05-052-4/+6
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-0210-24/+24
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-0246-554/+225
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-13/+14
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+2
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3017-265/+138
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-2915-18/+16
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-283-6/+6
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-282-6/+76
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-28101-1000/+246
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-04-261-1/+2
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-2/+1
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-252-10/+10
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-241-114/+114
* QPID-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-247-129/+104
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2119-60/+539
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-2110-0/+21
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-209-33/+62
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-204-12/+9
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-187-51/+29
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-184-18/+36
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-176-14/+14
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-1710-32/+115
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-16/+1
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-143-18/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-24/+19
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-139-254/+315
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-123-2/+4
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-121-2/+2
* QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug...Robert Godfrey2014-04-111-10/+31
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1113-60/+63
* QPID-5673 : [Java Broker] Check the virtual host has been found before attemp...Robert Godfrey2014-04-111-7/+12