summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java
Commit message (Expand)AuthorAgeFilesLines
* Attempt one at merge from r1021441:HEADgrkvlt-network-20101013Andrew Donald Kennedy2010-12-061-2/+4
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-325/+610
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-261-64/+70
* QPID-2742: Gather exchange type name properly, and remove the extraneous stat...Robert Gemmell2010-07-161-3/+3
* QPID-2741: issue the shutdown command to Derby during close()Robert Gemmell2010-07-161-0/+16
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-161-0/+45
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-6/+6
* QPID-2650: revert change in r952930 which removed the extraneous vhost subdir...Robert Gemmell2010-06-101-5/+7
* QPID-2650: Make use of connections with auto-commit transactions disabled for...Robert Gemmell2010-06-091-113/+99
* QPID-2466: swap WeakReference usage to keep handles to message content to Sof...Robert Gemmell2010-05-191-4/+4
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-5/+35
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-5/+1
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-27/+30
* QPID-2308: Update the DerbyStore createExchange() method to check for existin...Robert Gemmell2010-01-041-6/+16
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-8/+4
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-560/+509
* QPID-2002 : MessageStore Logging updates to include queue counts from persist...Martin Ritchie2009-08-071-10/+23
* QPID-2002: MessageStore Logging , DerbyMS Does not have Queue Recovery loggin...Martin Ritchie2009-08-061-37/+44
* QPID-1924: Make DerbyMessageStore honor $QPID_WORK.Aidan Skinner2009-06-221-1/+1
* QPID-1813/QPID-1817 : Removed the new properties from the test-provider as th...Martin Ritchie2009-04-161-2/+2
* QPID-1813 : Provide test that uses the DerbyMessageStore to check NoLocal fun...Martin Ritchie2009-04-161-1/+2
* QPID-1815 : Ensure Derby store looks up existing queues/exchanges in the virt...Martin Ritchie2009-04-161-5/+17
* QPID-1814 : Relax Derby so that it does not error if you create an existing E...Martin Ritchie2009-04-161-27/+50
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+1464
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-1461/+0
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-011-3/+16
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-201-1/+2
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-201-1/+1
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-2/+3
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-131-20/+25
* QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs....Martin Ritchie2009-02-131-2/+2
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-131-6/+10
* QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several...Martin Ritchie2009-02-091-28/+2
* QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call.Martin Ritchie2008-08-111-0/+5
* QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be...Martin Ritchie2008-08-071-1/+6
* QPID-950 : Fixed Derby Message StoreRobert Godfrey2008-06-191-72/+111
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-191-112/+80
* QPID-832: fixed DerbyMessageStore to compile on Java 1.5 (hopefully)Rafael H. Schloming2008-04-241-4/+5
* QPID-832 copy the M2.x brokerAidan Skinner2008-04-231-0/+1445