summaryrefslogtreecommitdiff
path: root/java/broker/src/main
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-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
* 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-048-8/+44
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0410-14/+82
* 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-043-3/+18
* 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-311-0/+10
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-31144-1887/+12429
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-062-46/+10
* QPID-2322: change the JMX parameter name for the password parameter to preven...Robert Gemmell2010-01-061-0/+46
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-0611-21/+12
* QPID-2325 : Fix SASL server for PLAIN so that it works with C++ and Ruby clientsRobert Godfrey2010-01-061-1/+1
* QPID-2308: Update the DerbyStore createExchange() method to check for existin...Robert Gemmell2010-01-042-26/+16
* QPID-2096: decouple the addition of durable exchanges to the store from excha...Robert Gemmell2010-01-046-11/+28
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-184-13/+91
* QPID-2155 : Added NPE checks for path errors, updated to check the backup loc...Martin Ritchie2009-12-161-21/+44
* QPID-2155 : Update addressing issues with compression and maintaining backup ...Martin Ritchie2009-12-161-128/+41