summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Merge changes from the trunk in revisions 1564250:1567584 usingAlex Rudyy2014-02-129-25/+62
|\
| * QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-114-13/+9
| * QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-074-13/+12
| * QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-071-0/+41
* | QPID-5409: Save virtual host state in the virtual host configuration store. R...Alex Rudyy2014-02-122-1/+153
* | NO-JIRA: Merge changes from the trunk in revisions 1562452:1564250 usingKeith Wall2014-02-041-23/+1
|\ \ | |/
| * QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-23/+1
* | QPID-5409: Refactor BDB HA system tests to use management REST interfaces ins...Keith Wall2014-02-045-7/+36
* | QPID-5409: On Broker startup, the tree of configured objects are told to atta...Keith Wall2014-01-291-3/+3
* | Merge changes from the trunk in revisions 1560619:1562452 usingKeith Wall2014-01-295-12/+48
|\ \ | |/
| * QPID-5211: Prevent spurious not valid state transitions for MemoryMessageStor...Keith Wall2014-01-292-4/+6
| * QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of t...Keith Wall2014-01-272-2/+36
| * NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-232-6/+6
* | Merge changes from the trunk in revisions 1558036:1560619 usingKeith Wall2014-01-2331-344/+288
|\ \ | |/
| * QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-1/+2
| * QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-45/+23
| * QPID-5048: logging and build output cleanupRobert Gemmell2014-01-2227-268/+108
| * QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-175-32/+157
| * QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-131-0/+89
| * QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-134-4/+44
| * QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-0/+3
| * QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-112-10/+0
| * QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-072-61/+72
| * QPID-5450: have the group manager try to acquire the message at the time it i...Robert Gemmell2014-01-071-9/+132
| * QPID-5255: add missing licence header to doc and java files on trunk, for lat...Robert Gemmell2013-12-162-0/+40
* | NO-JIRA: Merge latest changes back from trunk.Keith Wall2014-01-1412-84/+380
* | QPID-5413: Add HA UI to web management consoleAlex Rudyy2013-12-241-1/+2
* | QPID-5411: Allow storing of local replication node in the store. Refactoring ...Alex Rudyy2013-12-231-25/+38
* | QPID-5410: Refactor BDBMessageStore and HAMessageStore to encapsulate environ...Keith Wall2013-12-103-14/+22
|/
* NO-JIRA: [Java System Tests] Increase timeout factor used for failover timeo...Keith Wall2013-11-281-3/+6
* NO-JIRA: [Java System Tests] Add extra logging to HeartbeatTest in order to u...Keith Wall2013-11-281-23/+47
* 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