summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5409: Restart the former master environment on MASTER transferjava-broker-bdb-haAlex Rudyy2014-02-193-42/+181
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1569814 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5409: Fix failing unit test ↵Alex Rudyy2014-02-194-16/+49
| | | | | | LocalReplicationNodeWithReplicatedEnvironmentFacadeTest#testSetRole git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1569813 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5409: Add UI for editing node attributesAlex Rudyy2014-02-176-15/+477
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1568923 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5409: Add basic state management on local replication node and add ↵Alex Rudyy2014-02-1314-170/+921
| | | | | | ability to set the node state git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1567942 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Merge changes from the trunk in revisions 1564250:1567584 usingAlex Rudyy2014-02-12264-7363/+11882
|\ | | | | | | | | | | | | svn merge -r 1564250:1567584 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1567616 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : another fix for generics, this time working differently between ↵Robert Godfrey2014-02-111-3/+3
| | | | | | | | | | | | OpenJDK 1.6u27 and Oracle JDK 6u45 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567077 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : fix for different interpretation of generics in 1.6Robert Godfrey2014-02-113-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567063 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : refactring of queues, and introduce management node and ↵Robert Godfrey2014-02-11139-1544/+6442
| | | | | | | | | | | | amqp-management module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567026 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5531 : Adding an exclude to the Java Python test ignore list for the ↵Robert Godfrey2014-02-101-0/+3
| | | | | | | | | | | | test which was changed without the feature also being changed in the Java Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566579 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : allow for case where consumer target is closed before consumer ↵Robert Godfrey2014-02-102-4/+19
| | | | | | | | | | | | is attached git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566543 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-105-8/+23
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566535 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566531 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : Fix bug in routeToAlternate which left queue entries in database ↵Robert Godfrey2014-02-101-22/+25
| | | | | | | | | | | | if there were no alternates to route to git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566479 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : Refactoring to allow for nodes other than queues to be ↵Robert Godfrey2014-02-07132-5163/+4890
| | | | | | | | | | | | 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-072-1/+42
| | | | | | | | | | | | 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-0635-863/+767
| | | | | | | | | | | | 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 : remove unused inner classesRobert Godfrey2014-02-042-105/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1564259 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : fix bug in DistributedTransaction when enqueuing a single ↵Robert Godfrey2014-02-041-1/+0
| | | | | | | | | | | | message - brought to light by earlier refactoring git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1564258 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Save virtual host state in the virtual host configuration store. ↵Alex Rudyy2014-02-1224-432/+646
| | | | | | | | | | | | Restore VH state from the store. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1567576 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Environment thread is now used to perform set designated ↵Keith Wall2014-02-065-38/+108
| | | | | | | | | | | | primary/set electable group override/set node prioriy git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1565370 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Fix LocalReplicationNode#setAttribute, ignore exception thrown by ↵Keith Wall2014-02-064-71/+59
| | | | | | | | | | | | ReplicatedEnvironmentFacade in LocalReplicationNode#getAttribute git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1565369 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Refactor BDB HA MBean to delegate the operations to the ↵Keith Wall2014-02-0615-346/+454
| | | | | | | | | | | | | | | | underlying node configured object. Unregister BDB HA MBean on virtual host deletion or replication node removal git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1565308 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Refactor RemoteReplicationNode to delegate je calls to ↵Keith Wall2014-02-0510-96/+148
| | | | | | | | | | | | ReplicatedEnvironmentFacade git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1564815 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Add functionality to delete remote nodeKeith Wall2014-02-053-24/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1564814 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Add functionality into RemoteReplicationNode to change role ↵Keith Wall2014-02-056-23/+299
| | | | | | | | | | | | attribute from REPLICA to MASTER git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1564813 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Merge changes from the trunk in revisions 1562452:1564250 usingKeith Wall2014-02-0434-431/+407
|\ \ | |/ | | | | | | | | | | svn merge -r 1562452:1564250 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1564254 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : Adding missing classRobert Godfrey2014-02-031-0/+42
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563755 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: add missing broker-core entries for the Ivy upload taskRobert Gemmell2014-02-021-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563704 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-0114-366/+295
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563431 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-3118-65/+64
| | | | | | | | | | | | Applied patch from Emmanuel Bourg. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563153 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Refactor BDB HA system tests to use management REST interfaces ↵Keith Wall2014-02-0413-93/+207
| | | | | | | | | | | | instead of JMX. Add new system tests for setting priority, quorum override and role git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1564250 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Setting attributes on LocalReplicationNode now causes the ↵Keith Wall2014-01-318-213/+716
| | | | | | | | | | | | corresponding update to the facade. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1563131 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5413: Fix the issue with flickering node rows in the nodes tableAlex Rudyy2014-01-292-7/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1562518 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: On Broker startup, the tree of configured objects are told to ↵Keith Wall2014-01-2925-903/+546
| | | | | | | | | | | | | | | | | | attain their desired state, rather than being told to be ACTIVE. On shutdown, close is used rather than setting desired state to STOPPED. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1562469 13f79535-47bb-0310-9956-ffa450edef68
* | Merge changes from the trunk in revisions 1560619:1562452 usingKeith Wall2014-01-29189-1008/+953
|\ \ | |/ | | | | | | | | | | | | svn merge -r 1560619:1562452 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1562466 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5211: Prevent spurious not valid state transitions for ↵Keith Wall2014-01-293-7/+11
| | | | | | | | | | | | MemoryMessageStore and test QuotaMessageStore git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562452 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5522 : TransactionController endless wait when the TCP/IP connection is ↵Robert Godfrey2014-01-295-50/+101
| | | | | | | | | | | | | | | | lost detect link / session / connection failures when sending to, and expecting a response from, the transaction controller git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562444 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of ↵Keith Wall2014-01-273-3/+41
| | | | | | | | | | | | the port too. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561631 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5512: suppress exception sometimes seen due to race while closing the ↵Robert Gemmell2014-01-241-1/+6
| | | | | | | | | | | | | | | | socket on Windows, prevent erroneous ConnectionTest failures. Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561000 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5048: Moved test-scope logging dependencies to being compile scope ↵Robert Gemmell2014-01-242-20/+14
| | | | | | | | | | | | | | | | dependencies of qpid-test-utils, which other modules depend on at test scope. Workaround for maven scope dependency resolution issue causing system test run problems. Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560999 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-23137-424/+336
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560853 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : fix spelling error/typo in DtxBranch.addPostTransactionAc(t)ionRobert Godfrey2014-01-233-8/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560821 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-2322-75/+76
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560811 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : set eol-style propertyRobert Godfrey2014-01-231-69/+69
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560771 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only ↵Robert Godfrey2014-01-2332-362/+302
| | | | | | | | | | | | leave delete as the correct way to remove entries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560770 13f79535-47bb-0310-9956-ffa450edef68
* | Merge changes from the trunk in revisions 1558036:1560619 usingKeith Wall2014-01-23201-2371/+1717
|\ \ | |/ | | | | | | | | | | | | svn merge -r 1558036:1560619 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1560634 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : remove InboundMessage... characterize routing as being on the ↵Robert Godfrey2014-01-2249-358/+409
| | | | | | | | | | | | 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-2252-1494/+353
| | | | | | | | | | | | 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-2244-311/+216
| | | | | | | | | | | | 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-2223-80/+284
| | | | | | | | | | | | 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