summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-5065: modifications to get more tests running on windows (both ant and ↵Keith Wall2014-01-175-32/+157
| | | | | | | | | | | | 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: [Java System Tests] Increase timeout factor used for failover ↵Keith Wall2013-11-281-3/+6
| | | | | | 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-5037: Improve log viewer implementationAlex Rudyy2013-10-062-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Change preferences provider to allow deletion of preferences for ↵Alex Rudyy2013-10-051-0/+11
| | | | | | multiple users git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ↵Alex Rudyy2013-10-032-4/+13
| | | | | | path relative to working directory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528832 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: prevent StoreOverfullTest from infinite looping if the client ↵Robert Gemmell2013-09-231-0/+29
| | | | | | isn't flow controlled as expected git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525750 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: make UTF8Test use the resources in the jar instead of searching ↵Robert Gemmell2013-09-231-4/+4
| | | | | | for it on the filesystem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525749 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: make QBTC use the canonical working dir, and throw an exception ↵Robert Gemmell2013-09-231-1/+20
| | | | | | if the relative path handling cant generate an appropriate path git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525746 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: update CloseOnNoRouteForMandatoryMessageTest to account for an ↵Robert Gemmell2013-09-231-0/+18
| | | | | | additional exception scenario git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5160: add a qpid-test-utils module instead of making every modules ↵Robert Gemmell2013-09-232-7/+205
| | | | | | tests rely on the tests dir from the common module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525738 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-193-0/+239
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524684 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Disallow setting of preferneces provider for anonymous ↵Alex Rudyy2013-09-171-10/+22
| | | | | | authentication provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-142-0/+214
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523221 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-141-0/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523219 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Integrate preferences provider into Broker model, create ↵Alex Rudyy2013-09-141-0/+13
| | | | | | association between preferences provider and authentication provider, add preferences provider recoverer and factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to ↵Robert Godfrey2013-08-217-51/+52
| | | | | | 0-8/9/9-1 protocol specific plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516058 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-203-13/+8
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515914 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-186-121/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex ↵Keith Wall2013-08-161-0/+244
| | | | | | | | | | | | | is released avoiding deadlock possibility Previously, the ExceptionListener was invoked whilst the failoverMutex was held, between the two potential state changes (connection state change and session state change). This commit reorders the statements so that the ExceptionListner is fired after the failoverMutex is released. It also means that the ExceptionListener is fired *after* both connection/session have undergone any state changes. The exceptionListener member is also made thread safe. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to ↵Robert Godfrey2013-08-152-4/+21
| | | | | | allow for additional configured object children other than just Exchange/Binding/Queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514360 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512368 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-15/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512335 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5056 : [Java Broker] Change configuration model to allow for ↵Robert Godfrey2013-08-081-1/+1
| | | | | | KeyStores/TrustStores which are not JKS files on the filesystem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511825 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5036: View Message dialogue can omit or display stale field values.Keith Wall2013-08-051-3/+2
| | | | | | | | | | * Fixed mismatched id between json and html (message-expiration vs message-expirationTime). * Fixed display of stale values (values from previously viewed message would appear). * Fixed display of fields with the boolean value false. * MessageServlet changed so that JSON fields expirationTime and timestamp are included if they have non-zero values. * MessageServlet fails to set content type when producing JSON for single message. This caused a "not well-formed" error in Firefox Console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1510429 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5037: Move log viewer into a separate tab and add abilities to download ↵Alex Rudyy2013-08-024-0/+233
| | | | | | logs and filter log entries in the logs table git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1509778 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings ↵Robert Godfrey2013-07-181-0/+8
| | | | | | to non-topic exchanges created by buggy old clients git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504429 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges ↵Alex Rudyy2013-07-171-0/+130
| | | | | | only git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504187 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4995: Generate queue name on a client if it is not provided in binding URLAlex Rudyy2013-07-171-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504186 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-161-0/+205
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1503651 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce ↵Robert Godfrey2013-07-151-1/+1
| | | | | | unnecessary usage in tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1503523 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for ↵Robert Godfrey2013-07-141-3/+2
| | | | | | pluggable protocols git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1502993 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-133-6/+953
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1502835 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-101-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1501682 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host ↵Robert Godfrey2013-07-051-0/+5
| | | | | | store attributes depended upon store type git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500134 13f79535-47bb-0310-9956-ffa450edef68