summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-2573: Implement the Firewall functionality as an OSGi pluginRobert Gemmell2010-05-311-256/+0
* QPID-2569: Implement the SimpleXML as an OSGi pluginRobert Gemmell2010-05-312-1156/+0
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-3173-1826/+2240
* QPID-2585: Upgrade Felix to 2.0.5Robert Gemmell2010-05-314-160/+240
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-3120-221/+257
* Set property for native line endings on QueuePurgeHandlerRobert Gemmell2010-05-251-128/+128
* Set property for native line endings on BasicGetMethodHandlerRobert Gemmell2010-05-251-212/+212
* QPID-2626: Fix typo and unchecked assignment warning in ServerConnectionDelegateRobert Gemmell2010-05-251-2/+2
* QPID-2581 : Update ConfigurationPlugin to provide a validateConfiguration() m...Martin Ritchie2010-05-214-0/+22
* QPID-1447 : Complete SCDPolicyConfiguration TestingMartin Ritchie2010-05-214-117/+289
* QPID-2585 : Prevent NPE if plugins are not enabled but requestedMartin Ritchie2010-05-211-0/+6
* 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-2012-95/+111
* QPID-1447 : Update TopicDeletePolicy to have it's own ConfigurationPlugin for...Martin Ritchie2010-05-201-1/+1
* QPID-2466: swap WeakReference usage to keep handles to message content to Sof...Robert Gemmell2010-05-192-8/+8
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-1912-37/+86
* QPID-2584 : Add Logging Actor to HouseKeepingTasksMartin Ritchie2010-05-181-1/+15
* QPID-2581 : Update ConfigurationPlugin to correctly handle attributes in conf...Martin Ritchie2010-05-181-2/+14
* QPID-2614 : Update QueueConfiguration to take two parameters, moved Munging c...Martin Ritchie2010-05-182-8/+10
* QPID-2585 : Ensure plugins are correctly loaded, so can renenable PluginTest....Martin Ritchie2010-05-181-6/+9
* QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VH...Martin Ritchie2010-05-187-54/+151
* QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a RuntimeExcept...Martin Ritchie2010-05-183-5/+33
* QPID-2613: flush 0-8/0-9 message to store when delivery beginsRobert Gemmell2010-05-181-1/+2
* Make constructor public instead of packageRobert Gemmell2010-05-171-1/+1
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-0711-25/+17
* QPID-2585 : Upgrade to Felix 2.0.5Martin Ritchie2010-05-071-80/+187
* QPID-2584 : Updated VirtualHost to load VirtualHost Plugins and not hard code...Martin Ritchie2010-05-074-1/+147
* Corrected Broker Activator stop codeMartin Ritchie2010-05-071-4/+2
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-0711-239/+679
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-079-19/+28
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-0716-85/+247
* QPID-2534: export the necessary additional packages. Reenable the PluginTest ...Robert Gemmell2010-04-241-0/+2
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-0/+5
* QPID-2513 : Applied patch from Sorin Suciu to enable OSGi Service pluginsMartin Ritchie2010-04-232-22/+39
* QPID-2479: Add info/debug level logging to allow tracking the virtualhost hou...Robert Gemmell2010-04-211-4/+8
* QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workar...Robert Gemmell2010-04-202-15/+61
* QPID-2379 / QPID-2400: Unregister event listeners during QMFService shutdown ...Robert Gemmell2010-04-191-0/+11
* QPID-2379: add ability to respond to method requests with non-zero status cod...Robert Gemmell2010-04-092-16/+48
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-096-13/+78
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-095-4/+63
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-051-0/+4
* QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-301-40/+76
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-235-15/+59
* QPID-2379: remove mistakingly commited temporary logging additionsRobert Gemmell2010-03-181-8/+0
* QPID-2379: add Binding.msgMatched() support to the ManagementExchange. Remove...Robert Gemmell2010-03-185-102/+47
* QPID-2397: add Binding.msgMatched() support to the TopicExchange, and remove ...Robert Gemmell2010-03-183-47/+84
* QPID-2379: remove some unused parametersRobert Gemmell2010-03-181-5/+3
* QPID-2379: add Binding.msgMatched() support to the HeadersExchangeRobert Gemmell2010-03-183-143/+140
* QPID-2379: only inc/dec the outstanding txn count if the channel/session is t...Robert Gemmell2010-03-102-12/+25
* QPID-2379: add getDelivered() to SubscriptionRobert Gemmell2010-03-104-5/+16