summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2583 : Update tests to correctly throw ConfigurationException where requ...Martin Ritchie2010-05-072-0/+6
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-0713-409/+729
* QPID-2583 : Update tests to correctly throw ConfigurationException where requ...Martin Ritchie2010-05-073-6/+117
* 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-0717-88/+251
* QPID-2579 : Improve IBBC tearDown to ensure AR remove and tearDown always occur.Martin Ritchie2010-05-071-3/+15
* QPID-2530 : Updated build system to have a new findSubProjects macro in build...Martin Ritchie2010-04-261-53/+0
* QPID-2534: export the necessary additional packages. Reenable the PluginTest ...Robert Gemmell2010-04-242-2/+4
* Temporarily commenting out testLoadExchanges in PluginTest.java as the test c...Rajith Muditha Attapattu2010-04-231-2/+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-093-18/+76
* 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: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-052-0/+9
* QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-302-74/+695
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-236-15/+74
* 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-184-58/+96
* QPID-2379: remove some unused parametersRobert Gemmell2010-03-181-5/+3
* QPID-2379: add Binding.msgMatched() support to the HeadersExchangeRobert Gemmell2010-03-186-206/+268
* 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
* QPID-2430: when the AcceptMode=NONE, dont add the MessageAcceptCompletionList...Robert Gemmell2010-03-101-1/+1
* QPID-2379: ensure SubFlushRunner runnable changes thread name back to previou...Robert Gemmell2010-03-101-17/+24
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-045-3/+18
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-0421-27/+50
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-0411-10/+61
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0411-14/+92
* QPID-2379: increase the QMF management update interval from 10ms to 10secRobert Gemmell2010-03-041-1/+1
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-044-10/+111
* QPID-2379: add ConsumerCountHigh to Queue delegateRobert Gemmell2010-03-044-3/+23
* QPID-2379: change unimplemented property method to return false instead of nullRobert Gemmell2010-02-151-1/+1
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-124-0/+84
* Added unimplimented method to get the trunk compilingRajith Muditha Attapattu2010-02-081-0/+7
* QPID-2370 : Committing patch to improve broker logging. This will not cleanly...Martin Ritchie2010-02-052-2/+4
* QPID-2379 : Updates to deal with changes to management specRobert Godfrey2010-01-312-0/+14
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-31165-2178/+13741
* QPID-2137 : Add a test that creates log messages simultaneously in multiple t...Martin Ritchie2010-01-131-3/+101
* QPID-2137 : Update ot LogMessages velocity macro to create a new MessageForma...Martin Ritchie2010-01-131-21/+16
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-062-46/+10