summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-064-15/+131
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-036-264/+328
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-293-0/+140
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-292-0/+240
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1711-93/+52
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-177-9/+356
* QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-161-1/+2
* QPID-3979: [Java Broker] Last value queue memory leakKeith Wall2012-05-091-0/+211
* QPID-3985 : [Java Tests] Fix locale specific testsRobert Godfrey2012-05-072-32/+24
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-1/+8
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-192-0/+40
* QPID-3959: ensure the test creates/removes its own ApplicationRegistry with a...Robert Gemmell2012-04-181-2/+22
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-178-18/+458
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-128-249/+296
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-045-3/+36
* QPID-3927: ensure that priority is properly accounted for when comparing mess...Robert Gemmell2012-04-031-0/+117
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-3024-579/+554
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-307-43/+129
* QPID-3895: Remove blocked channel/session from the list of blocked channels o...Keith Wall2012-03-192-0/+119
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-2/+2
* QPID-3888: ensure the SQEL iterator uses the getNextValidEntry() method to ad...Robert Gemmell2012-03-063-4/+64
* QPID-3881: Ensure we only put 0-8/0-9/0-9-1 messages in the store if they are...Robert Gemmell2012-03-057-32/+36
* QPID-3867: AMQQueueMBean#clearQueue|moveMessages|copyMessages should be certa...Keith Wall2012-02-262-20/+6
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-234-0/+36
* QPID-3325: unregister the shutdown hook when closing an ApplicationRegistry i...Robert Gemmell2012-02-221-3/+2
* QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl Exc...Robert Godfrey2012-02-201-1/+1
* 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-2786-319/+327
* 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