summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Collapse)AuthorAgeFilesLines
...
* | QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-073-3/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575315 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: get the tests running again for the perftests moduleRobert Gemmell2014-03-071-0/+4
| | | | | | | | | | | | Patch submitted by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575242 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4000 , QPID-5601 : Improve conversion of reply-to between different ↵Robert Godfrey2014-03-051-2/+1
| | | | | | | | | | | | protocols. Add functionality to the default exchange to understand AMQP 1.0 addresses. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574551 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be ↵Robert Godfrey2014-03-041-10/+9
| | | | | | | | | | | | modelled as an Exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574235 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5577 : address review commentsRobert Godfrey2014-03-031-2/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573598 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573586 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5592 : [Java Broker] AuthenticationManagers should directly implement ↵Robert Godfrey2014-03-038-20/+12
| | | | | | | | | | | | AuthenticationProvider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573421 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: Maven enahancements to remove child version definitions and ↵Robert Gemmell2014-02-281-1/+0
| | | | | | | | | | | | | | | | improve profile handling for sys tests Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572933 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-154/+3
| | | | | | | | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572552 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to ↵Robert Godfrey2014-02-2610-44/+39
| | | | | | | | | | | | implement ConfiguredObject and remove adapter classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572343 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-259-96/+108
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571510 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-1/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571359 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5579 : Remove unused constantsRobert Godfrey2014-02-243-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571258 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5582 : [Java Broker] only allow one binding per binding-key and queue ↵Robert Godfrey2014-02-241-2/+2
| | | | | | | | | | | | at an exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571124 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5579 : [Java Broker] build attribute meta data the same way for REST ↵Robert Godfrey2014-02-2310-78/+228
| | | | | | | | | | | | API and AMQP Management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571054 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5577 : [Java Broker] create exchanges using an attribute map rather ↵Robert Godfrey2014-02-211-1/+10
| | | | | | | | | | | | than multiple construction parameters git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570697 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5567 : Always Use AccessControllerContext to find the current context ↵Robert Godfrey2014-02-191-2/+1
| | | | | | | | | | | | Subject git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569934 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5562 : [Java Broker] make all failed ACL checks throw ↵Robert Godfrey2014-02-181-6/+6
| | | | | | | | | | | | AccessControlException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569552 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5555 : [Java Broker] Modify implementation of Queues to provide better ↵Robert Godfrey2014-02-177-38/+31
| | | | | | | | | | | | notions of exclusivity and lifetime git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569109 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5551 : Change AMQStoreException to StoreException which inherits from ↵Robert Godfrey2014-02-141-6/+6
| | | | | | | | | | | | ServerScopedRuntimeException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568252 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException ↵Robert Godfrey2014-02-142-32/+39
| | | | | | | | | | | | and ConnectionScopedRuntimeException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568235 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5551 : replace AMQSecurityException with QpidSecurityException in the ↵Robert Godfrey2014-02-131-22/+11
| | | | | | | | | | | | broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568015 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5504 : refactring of queues, and introduce management node and ↵Robert Godfrey2014-02-114-13/+9
| | | | | | | | | | | | amqp-management module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567026 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5504 : Refactoring to allow for nodes other than queues to be ↵Robert Godfrey2014-02-074-13/+12
| | | | | | | | | | | | subscribed from, and nodes other than exchanges to be sent to (merged from separate branch) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1565726 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues ↵Robert Godfrey2014-02-071-0/+41
| | | | | | | | | | | | with no max delivery set as having infinite max delivery, rather than max delivery of 1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1565701 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-53/+38
| | | | | | | | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1565303 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-23/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563431 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5211: Prevent spurious not valid state transitions for ↵Keith Wall2014-01-292-4/+6
| | | | | | | | | | | | MemoryMessageStore and test QuotaMessageStore git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562452 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of ↵Keith Wall2014-01-272-2/+36
| | | | | | | | | | | | the port too. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561631 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-232-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560811 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5504 : remove InboundMessage... characterize routing as being on the ↵Robert Godfrey2014-01-221-1/+2
| | | | | | | | | | | | immutable message and a set of instance properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560524 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5504 : initial refactoring to move common code into shared classes, ↵Robert Godfrey2014-01-221-45/+23
| | | | | | | | | | | | make transports work similarly with respect to message routing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560424 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: logging and build output cleanupRobert Gemmell2014-01-2227-268/+108
| | | | | | | | | | | | Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560398 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-0/+17
| | | | | | | | | | | | Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560392 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5065: modifications to get more tests running on windows (both ant and ↵Keith Wall2014-01-176-35/+160
| | | | | | | | | | | | | | | | | | | | | | | | maven). Also - Fixed the jca/rar pom module name, it should be qpid-ra not qpid-rar. - Added project details such as Website, Mailing List, SCM. Patch submitted by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559096 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-131-0/+89
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557775 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ↵Robert Godfrey2014-01-134-4/+44
| | | | | | | | | | | | HTTP management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557770 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5472: [Java Broker] Connection model object attribute PORT should ↵Keith Wall2014-01-131-0/+3
| | | | | | | | | | | | | | | | | | return the name of the Port * Added REST system test for the above * Also addressed review comments from Andrew MacBean (namely, HttpManagement#stop should chain the underlying exception). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557683 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5373: move retrieval of the peer Principal into the connection IO ↵Robert Gemmell2014-01-112-10/+0
| | | | | | | | | | | | thread, retrieving from the NetworkConnection during the AMQP handshak after the SSL handshake must have already been completed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557467 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-072-61/+72
| | | | | | | | | | | | | | | | | | | | | | | | * Java Broker: Changed AbstractVirtualHost so that createExchange throws ExchangeExistException before checking for a reserved exchnage name. The effect will be that the Java Broker will again accept active declaration of the built in exchanges (amq.*, qpid.* and default). * Java Broker: Changed the 0-8..0-9-1 ExchangeBoundHandler so that a null exchnage name is treated to mean the default exchange. This matches the behaviour of ServerSessionDelegate#exchangeBound() on the 0-10 path. This allows the Java client to query bindings on the default exchange. * Client: Changed AbstractAMQMessageDelegate.java so that 0-10 knows the type of the default exchange when populating the JMSDestination on received messages. * Client: Introduced system property qpid.bind_queues system property so that the exchange/queue bind side effect can be suppressed on consumer creation. Like qid.declare_exchanges and declare_queues, this system propery has effect when using BURLs. Might be useful if using a new client with older broker. * Added new system tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556292 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5450: have the group manager try to acquire the message at the time it ↵Robert Gemmell2014-01-071-9/+132
| | | | | | | | | | | | is accepted into the group, so that the associated shared-group state change occurs within the single synchronization block git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556096 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5255: add missing licence header to doc and java files on trunk, for ↵Robert Gemmell2013-12-162-0/+40
| | | | | | | | | | | | later merge to 0.26 branch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551165 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Remove inadvertently added temporary file (part of 1546331)Keith Wall2013-11-281-1/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1546333 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: [Java System Tests] Increase timeout factor used for failover ↵Keith Wall2013-11-282-3/+7
| | | | | | | | | | | | timeout. Test was failing on a slow (virtualised) Jenkins environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1546331 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: [Java System Tests] Add extra logging to HeartbeatTest in order to ↵Keith Wall2013-11-281-23/+47
| | | | | | | | | | | | understand an occasional failure on a slow (virtalised) Jenkins environment git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1546330 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-301-16/+100
| | | | | | | | | | | | | | | | | | | | | | * Connection url 'heartbeat' broker-option (and deprecated 'idle_timeout') now understood for all protocols * System property 'qpid.heartbeat' (and deprecated 'amqj.heartbeat.delay' and 'idle_timeout') now understood for all protocols * Enhanced heartbeat system tests * Docbook updates Original patch from Keith Wall, plus updates from Robbie Gemmell git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1537313 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5266: include the client product string in connection open log messageRobert Gemmell2013-10-271-6/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536163 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5242: Remove obsolete conversion of queue message grouping attributes ↵Alex Rudyy2013-10-171-8/+8
| | | | | | | | | | | | into old grouping arguments on queue creation with Virtual Host adapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533142 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5161, QPID-5048: default the broker.log.interleave property in QBTC to ↵Robert Gemmell2013-10-061-1/+1
| | | | | | | | | | | | allow removing the definition from the pom git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529706 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ↵Robert Gemmell2013-10-061-1/+0
| | | | | | | | | | | | the parent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529705 13f79535-47bb-0310-9956-ffa450edef68