summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-1510-296/+294
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618086 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMapRobert Godfrey2014-08-141-0/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618082 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked ↵Robert Godfrey2014-08-141-1/+1
| | | | | | (deleted) messages were not being excluded from the messages to dequeue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6001 : [Java Client] Prevent NPE when publishing using ADDR ↵Robert Godfrey2014-08-143-24/+53
| | | | | | destination to Broker using AMQP 0-9-1 or lower git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618077 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6001: [Java Client] Prevent NPE when publishing using ADDR destination ↵Keith Wall2014-08-142-1/+12
| | | | | | to Broker using AMQP 0-9-1 or lower git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5996 : [Java Build] Coverage reports are not being producedRobert Godfrey2014-08-141-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617908 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5991: [Java System Tests] BDB HA System Test ImprovementsKeith Wall2014-08-143-64/+38
| | | | | | | | | | | * Change failover url so that algorithm for cases where we expect a connection to the broker checks each broker once per cycle rather than twice successively. Doubled the number of cycles and reduced the connect delay so that test discover the master node more quickly. * Use separate negative failover url when expectation is that group will refuse connection. * Remove duplicated test * In TwoNodeTest use REST API only. JMXManagementTest now has sole responsibility for testing HA using the JMX bean. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617895 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@1617894 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617847 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-1314-56/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617822 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : remove empty fileRobert Godfrey2014-08-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617774 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5994: Fix ocasionally failing test ↵Alex Rudyy2014-08-131-14/+41
| | | | | | BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNodeReAttached git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-138-140/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1320-46/+291
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ↵Keith Wall2014-08-138-342/+175
| | | | | | some duplication between tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617668 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5987: Fix VHN/VH grid selection and display host statitics only if it ↵Alex Rudyy2014-08-121-6/+12
| | | | | | is active git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging ↵Keith Wall2014-08-122-0/+11
| | | | | | to understand occasional failure. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617504 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12229-17/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617503 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-122-13/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based ↵Keith Wall2014-08-1121-106/+96
| | | | | | on QPID_WORK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5987: [Java Broker] Make VHN/VH grid consistent with other grids on ↵Alex Rudyy2014-08-111-10/+21
| | | | | | broker tab in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617324 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4429 : C++ Broker does not enforce max frame size negotiation rulesRobert Godfrey2014-08-111-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5967: Set permitted nodes on a replica from application state of a ↵Alex Rudyy2014-08-114-85/+150
| | | | | | master node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617322 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-116-5/+73
| | | | | | | | | | - Ensure the main java directory has LICENSE and NOTICE files for use in new source archive. - Update pointers within the files at the repo root. - Ensure the main java directory has LICENSE entry for crypto-js for inclusion in source release. - Ensure the management-http binary jar contains LICENSE file entry for crypto-js, clarify entry in brokers binary assembly tar.gz file. - Update reference file for dep change verification. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5986: [Java Broker] right aligned attributes on queue, connection and ↵Andrew MacBean2014-08-114-11/+17
| | | | | | virtualhost tabs not correct in IE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617275 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5981: Improve look and feel of 'Add binding' dialog in web management ↵Alex Rudyy2014-08-112-6/+16
| | | | | | | | | | | console: make 'Binding Argument' grid height auto-resizable make 'Binding key' form field required replace 'Binding Arguments' button captions Add/Delete with +/- remove empty option for x-qpid-no-local git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617238 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5978 : [Java Client] deal with protocol initialisation failures such as ↵Robert Godfrey2014-08-113-11/+23
| | | | | | unsupported versions, or attempting to connect to an HTTP port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5984: [Java Broker] Queue tab improvementsKeith Wall2014-08-102-58/+104
| | | | | | | * Revert to two column layout to optimise use of screen space * Expose flow control, oldest message age and maximum delivery attempt attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617160 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when ↵Keith Wall2014-08-103-5/+6
| | | | | | | | | contact with remote node is lost * Change BDB HA VHN tab so that replication transaction id -1 is shown as N/A * Adjust width of VH table on Broker tab to avoid state UNAVAIABLE wrapping over two lines. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617159 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5983: [Java Broker] BDB HA: Reset role to DETACHED when BDB HA VHN is ↵Keith Wall2014-08-101-5/+10
| | | | | | stopped. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617158 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@1617012 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-0926-211/+687
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5878 : Address review comments from [~k-wall]Robert Godfrey2014-08-082-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616902 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when ↵Robert Godfrey2014-08-088-18/+63
| | | | | | authentication is not performed in a timely manner git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616899 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connectionsRobert Godfrey2014-08-081-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5981: [Java Broker] Add ability to set binding arguments in web ↵Alex Rudyy2014-08-082-21/+245
| | | | | | management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616818 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: final tweaks to resolve javadoc errors and allow use of the ↵Robert Gemmell2014-08-082-1/+8
| | | | | | apache-release profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616816 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ↵Robert Godfrey2014-08-0824-24/+471
| | | | | | on which the message already exists git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616813 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: javadoc fixups continueRobert Gemmell2014-08-086-34/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616811 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-0829-280/+198
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616808 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-082-11/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616806 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-0814-61/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616796 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0811-76/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: revert exclusion of selector parser from javadoc run, it is only ↵Robert Gemmell2014-08-081-13/+1
| | | | | | emitting warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616794 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: exclude selector parser from javadoc, its full of generated ↵Robert Gemmell2014-08-081-1/+13
| | | | | | incomplete javadoc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616793 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0825-114/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616792 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-0827-174/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616791 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a ↵Robert Godfrey2014-08-0823-90/+389
| | | | | | queue due to TTL or management actions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616742 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, ↵Robert Godfrey2014-08-082-18/+36
| | | | | | but the AMQP layer is not - e.g. due to SSL negotiation failure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5976: [Java Broker] The file keystore/truststore objects should not try ↵Keith Wall2014-08-082-0/+9
| | | | | | to validate external file when transitioning to deleted state. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616716 13f79535-47bb-0310-9956-ffa450edef68