summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-301-16/+100
* QPID-5266: include the client product string in connection open log messageRobert Gemmell2013-10-271-6/+14
* QPID-5242: Remove obsolete conversion of queue message grouping attributes in...Alex Rudyy2013-10-171-8/+8
* QPID-5161, QPID-5048: default the broker.log.interleave property in QBTC to a...Robert Gemmell2013-10-061-1/+1
* QPID-5037: Improve log viewer implementationAlex Rudyy2013-10-062-4/+4
* QPID-5138: Change preferences provider to allow deletion of preferences for m...Alex Rudyy2013-10-051-0/+11
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ...Alex Rudyy2013-10-032-4/+13
* QPID-5161: prevent StoreOverfullTest from infinite looping if the client isn'...Robert Gemmell2013-09-231-0/+29
* QPID-5161: make UTF8Test use the resources in the jar instead of searching fo...Robert Gemmell2013-09-231-4/+4
* QPID-5161: make QBTC use the canonical working dir, and throw an exception if...Robert Gemmell2013-09-231-1/+20
* QPID-5161: update CloseOnNoRouteForMandatoryMessageTest to account for an add...Robert Gemmell2013-09-231-0/+18
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-232-7/+205
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-193-0/+239
* QPID-5138: Disallow setting of preferneces provider for anonymous authenticat...Alex Rudyy2013-09-171-10/+22
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-142-0/+214
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-141-0/+157
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-141-0/+13
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-217-51/+52
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-203-13/+8
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-186-121/+93
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex is...Keith Wall2013-08-161-0/+244
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-152-4/+21
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-15/+7
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-081-1/+1
* QPID-5036: View Message dialogue can omit or display stale field values.Keith Wall2013-08-051-3/+2
* QPID-5037: Move log viewer into a separate tab and add abilities to download ...Alex Rudyy2013-08-024-0/+233
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+8
* QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges ...Alex Rudyy2013-07-171-0/+130
* QPID-4995: Generate queue name on a client if it is not provided in binding URLAlex Rudyy2013-07-171-0/+68
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-161-0/+205
* QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary...Robert Godfrey2013-07-151-1/+1
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-141-3/+2
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-133-6/+953
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-101-2/+1
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto...Robert Godfrey2013-07-051-0/+5
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-022-50/+18
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-015-30/+143
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-261-0/+102
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-251-1/+73
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-218-80/+488
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-196-3/+12
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-061-0/+140
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-051-0/+35
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-016-303/+345
* QPID-4876: Throw an exception when virtual host configuration is not found in...Alex Rudyy2013-05-221-3/+3
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol w...Alex Rudyy2013-05-172-3/+3
* QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx...Alex Rudyy2013-05-171-0/+22
* QPID-4847: add support for message group attributes when creating/inspecting ...Robert Gemmell2013-05-151-2/+1
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-119-96/+34