summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-2423-201/+1550
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-031-9/+63
* QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ...Robert Gemmell2012-08-021-0/+46
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-022-12/+21
* QPID-4171: Fix enqueue ordering for persistent messsagesKeith Wall2012-08-012-1/+141
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-311-0/+101
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-111-0/+6
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-2/+2
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-089-49/+55
* QPID-3923, QPID-3998: update the Adapter layer to either use UUIDGenerator it...Robert Gemmell2012-07-081-43/+145
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-061-3/+3
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-052-0/+286
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-022-17/+17
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-0110-94/+67
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-011-0/+111
* QPID-4902: NPE from SimpleAMQQueue and RejectedExecutionExecution handlingKeith Wall2012-06-301-1/+1
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-2823-2921/+642
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-103-6/+74
* 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