summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/virtualhost
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2813-1010/+132
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-037-161/+225
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-044-433/+526
* NO-JIRA: stop catching Throwable, we generally shouldnt continue when faced w...Robert Gemmell2012-02-171-1/+1
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-295-75/+78
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-272-2/+2
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2712-53/+53
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-073-8/+83
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-071-1/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-283-33/+57
* QPID-3601: Occasional failure to delete queue on broker shutdownKeith Wall2011-11-301-6/+22
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-1/+11
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-261-5/+10
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-141-59/+141
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-141-141/+59
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-131-33/+32
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-151-1/+0
* QPID-3318: ensure the abstract HouseKeepingTask class removes the LogActor it...Robert Gemmell2011-06-261-0/+4
* QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-121-2/+2
* QPID-2985: remove duplicate logic to begin store transaction, which seems to ...Robert Gemmell2011-04-221-1/+1
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-082-17/+94
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-10/+21
* QPID-3090: quote the MBean ObjectName key values for the names of Queues, Con...Robert Gemmell2011-03-011-2/+3
* add some missing Apache licence headers to files in the Java treeRobert Gemmell2010-09-261-0/+20
* QPID-2695: use exchangeName variable instead of exchange variable when loggin...Robert Gemmell2010-09-181-7/+8
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-125-25/+21
* QPID-2771: rename package from plugin to pluginsRobert Gemmell2010-08-276-10/+10
* QPID-2822: add ASF licence to SCD log message property filesRobert Gemmell2010-08-272-2/+40
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-261-8/+10
* QPID-2682: Move slow consumer disconnection mechanism to the brokerAndrew Donald Kennedy2010-07-226-0/+476
* QPID-2731, QPID-2741, QPID-2742: Enable the MessageStoreTest to run for the D...Robert Gemmell2010-07-161-0/+5
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-161-0/+4
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-142-7/+7
* QPID-2650: Make use of connections with auto-commit transactions disabled for...Robert Gemmell2010-06-091-3/+5
* QPID-1447 : Ensure we only attempt to load plugins that are configured and so...Martin Ritchie2010-06-031-3/+7
* QPID-2581 : Update Plugins that use configuration to only throw Configuration...Martin Ritchie2010-06-032-7/+2
* QPID-2422: fix passing of the queue exclusivity argument during recovery as i...Robert Gemmell2010-05-311-1/+1
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-313-95/+41
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-317-28/+104
* QPID-1447 : Modified VirtualHostHouseKeepingPlugin to return a TimeUnit and f...Martin Ritchie2010-05-202-19/+4
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-203-9/+35
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-3/+3
* QPID-2584 : Add Logging Actor to HouseKeepingTasksMartin Ritchie2010-05-181-1/+15
* QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VH...Martin Ritchie2010-05-185-46/+142
* QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a RuntimeExcept...Martin Ritchie2010-05-182-5/+28
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-073-4/+4
* QPID-2584 : Updated VirtualHost to load VirtualHost Plugins and not hard code...Martin Ritchie2010-05-073-1/+121
* QPID-2479: Add info/debug level logging to allow tracking the virtualhost hou...Robert Gemmell2010-04-211-4/+8
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-314-39/+213
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-061-1/+1