summaryrefslogtreecommitdiff
path: root/java/systests
Commit message (Collapse)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-1710-121/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1632579 13f79535-47bb-0310-9956-ffa450edef68
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-131-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631275 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkRobert Godfrey2014-10-102-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1630749 13f79535-47bb-0310-9956-ffa450edef68
* More refactoringRobert Godfrey2014-10-101-13/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1630745 13f79535-47bb-0310-9956-ffa450edef68
* More refactoringRobert Godfrey2014-10-033-17/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1629270 13f79535-47bb-0310-9956-ffa450edef68
* Remove handlersRobert Godfrey2014-09-301-49/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628473 13f79535-47bb-0310-9956-ffa450edef68
* Remove remaining protocol specific classes/interfacesRobert Godfrey2014-09-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628339 13f79535-47bb-0310-9956-ffa450edef68
* Merge method body implementation classesRobert Godfrey2014-09-292-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628336 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant interfacesRobert Godfrey2014-09-283-8/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628082 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate method body implementationsRobert Godfrey2014-09-282-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628074 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Tests] Fix for occasionally failing ↵Keith Wall2014-09-251-0/+10
| | | | | | ConnectionManagementTest on 0-10 path git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in ↵Robert Godfrey2014-09-231-0/+39
| | | | | | ADDR addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1623432 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when ↵Robert Godfrey2014-09-081-8/+66
| | | | | | receive is called in a situation where the prefetch buffer is full git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1623422 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java System Tests] ConsumerLoggingTest: Temporary code in test ↵Keith Wall2014-09-031-3/+14
| | | | | | class to better understand a failure in a CI environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622217 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow ↵Keith Wall2014-09-031-21/+56
| | | | | | | | | call to exchange.bound during AMQSession#getQueueDepth to be omitted This prevents interoperabiliy problem with older Java Brokers, and gives users a change to restore old behaviour (AMQChannelException in the event that the queue does not exist) if desired. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6055 : [Java Broker] Ensure max frame size is always less than ↵Robert Godfrey2014-08-301-1/+1
| | | | | | Integer.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1621498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in ↵Robert Godfrey2014-08-281-1/+1
| | | | | | 0-9-1 when the address mode is ADDR git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1621150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single ↵Robert Godfrey2014-08-261-20/+17
| | | | | | consumer that is consuming across a collection of queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1620659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing ↵Robert Godfrey2014-08-242-70/+86
| | | | | | to the 0-8/9/9-1 client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1620147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST ↵Robert Godfrey2014-08-201-0/+1
| | | | | | servlet to extract data for an initial configuration (e.g. for a vhost) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1619259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6010 : [Java Broker] Remove unnecessary system properties for ↵Robert Godfrey2014-08-192-6/+1
| | | | | | controlling which AMQP protocols are made available git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1618858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ↵Robert Godfrey2014-08-192-0/+2
| | | | | | the configuration can be encrypted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1618815 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6010 : [Java Tests] Use context defaulting to select protocols in useRobert Godfrey2014-08-173-9/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1618478 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure ↵Robert Godfrey2014-08-161-0/+236
| | | | | | automatic message compression git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1618375 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove unused test support classesKeith Wall2014-08-145-900/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617894 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617822 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-43/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-131-0/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12198-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617503 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based ↵Keith Wall2014-08-113-48/+80
| | | | | | on QPID_WORK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4429 : Fix 0-8 version of frame too large testRobert Godfrey2014-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1617012 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-092-1/+356
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ↵Robert Godfrey2014-08-081-0/+55
| | | | | | on which the message already exists git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616813 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a ↵Robert Godfrey2014-08-081-18/+46
| | | | | | queue due to TTL or management actions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616742 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as ↵Justin Ross2014-08-071-1/+1
| | | | | | appropriate git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5957 : fix race condition which can cause test to failRobert Godfrey2014-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616524 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-071-5/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616378 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add ↵Robert Godfrey2014-08-058-24/+26
| | | | | | some tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1615969 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute ↵Keith Wall2014-08-031-1/+0
| | | | | | | | | | to the client's process identifier made available as connection properties during connection negotiation. * Make information available via the Connection tab during the Web Management UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1615425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5957: [Java Broker] Extend the Session model object to expose ↵Keith Wall2014-08-031-11/+44
| | | | | | | | transaction start and update times * Expose the same information on the Connection tab within the Web Management UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1615424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5955 : [Java Broker] Add systest and fix isSecure() for HTTPS connectionsRobert Godfrey2014-08-021-0/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1615329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the ↵Keith Wall2014-07-312-13/+59
| | | | | | virtualhost re-recovers children beneath it git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1614866 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ↵Keith Wall2014-07-301-9/+20
| | | | | | API and Web Management Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1614783 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5936: Fix VirtualHostMessageStoreTest failing on json test profilesAlex Rudyy2014-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1614320 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore ↵Robert Godfrey2014-07-262-16/+105
| | | | | | implementations and remove old EntryStore implementations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ↵Robert Godfrey2014-07-252-3/+218
| | | | | | which controls whether message data is persisted or not. By default, depend on the persistence setting of the message, but allow an individual queue to declare that all (or no) messages should be persisted on the queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613440 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java System Tests] Remove duplicated testKeith Wall2014-07-252-172/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5857: Remove unreliable system test ↵Alex Rudyy2014-07-251-48/+0
| | | | | | ConsumerLoggingTest.testSubscriptionCreateQueueBrowser git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613402 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also ↵Keith Wall2014-07-241-24/+16
| | | | | | cause the underlying connection to close too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613197 13f79535-47bb-0310-9956-ffa450edef68