summaryrefslogtreecommitdiff
path: root/java/broker/src/test/java/org/apache/qpid
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-28117-5811/+7565
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-9/+63
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-0354-2838/+2879
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-0445-579/+1541
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-192-1/+63
* QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-151-0/+38
* QPID-3842: Java Broker should report platform and memory size on startupKeith Wall2012-02-141-1/+32
* QPID-3816: add client version to connection open loggingRobert Gemmell2012-02-062-13/+46
* NO-JIRA: remove factory method only used by testRobert Gemmell2012-02-061-2/+4
* QPID-3813: allow configuring the default version reply to an unsupported prot...Robert Gemmell2012-02-041-1/+21
* QPID-3794: calculate a sleep interval to account for previous overlsleep, to ...Robert Gemmell2012-02-041-1/+6
* QPID-3802: Broker command line processing --help (-h) and --version (-v) no l...Keith Wall2012-02-021-0/+22
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-021-3/+12
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-021-0/+52
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-012-31/+21
* QPID-3789 : [Java] Remove duplication of output converters and optimise start...Robert Godfrey2012-01-301-1/+1
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-301-88/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-291-4/+13
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-281-13/+0
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2724-91/+80
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-271-2/+6
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2785-315/+324
* QPID-3697: SortedQueue synchronisation can cause deadlockKeith Wall2012-01-132-0/+38
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-091-13/+0
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-071-0/+6
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-3/+3
* QPID-464 : Set the default uncaught exception handler to abruptly terminate t...Robert Godfrey2012-01-022-26/+27
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-021-2/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-2817-225/+204
* QPID-3698: remove unnecessary test - MessageStoreShutdownTestKeith Wall2011-12-201-81/+0
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-154-20/+126
* QPID-3680: Header exchange bindings not being created via JMX Management ConsoleKeith Wall2011-12-141-39/+77
* QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-013-8/+386
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-289-29/+782
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-241-0/+12
* QPID-3559: SimpleDateFormat used in thread unsafe manner in JMX Managed Queue...Keith Wall2011-11-201-84/+148
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-2016-271/+1019
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-172-0/+40
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-171-0/+4
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-111-0/+63
* QPID-3490: creating queue via JMX now binds the queue to the default exchange...Keith Wall2011-11-111-1/+15
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-5/+25
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-031-2/+2
* QPID-3570: update MessageTransferMessage and TransferMessageReference to use ...Robert Gemmell2011-11-011-7/+3
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-161-12/+26
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-151-1/+17
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-143-21/+64
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-093-18/+8
* QPID-3467: replace the 'connection id' with the Username of the logged in use...Robert Gemmell2011-09-071-6/+38
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-071-1/+1