summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6192: [Java Broker] Add supporting test case guarding case when ↵Keith Wall2014-10-291-0/+101
| | | | | | failover occurs when busy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6195: Stop recovering records being updated in one upgrader and removed ↵Alex Rudyy2014-10-282-0/+54
| | | | | | in another upgrader git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634996 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5650: Set alternate exchange only when queue creation argument ↵Alex Rudyy2014-10-282-68/+61
| | | | | | 'x-qpid-dlq-enabled' is set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6192: [Java Broker] Incorporate some feedbackk from Rob Godfrey.Keith Wall2014-10-282-16/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6193 : [Java AMQP 1.0] Allow channel max to be successfully established ↵Robert Godfrey2014-10-281-8/+8
| | | | | | as between 2^15 and 2^16 - 1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634893 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-285-4/+33
| | | | | | * Exchanges/Queue now check virtualhost state prior to routing a message to queue/consumer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634884 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ↵Alex Rudyy2014-10-273-5/+310
| | | | | | queue' git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634713 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to ↵Robert Godfrey2014-10-271-5/+12
| | | | | | QueueDestination git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6189 : [Java Common] fix stack overflow bug when frame is broken into ↵Robert Godfrey2014-10-272-0/+54
| | | | | | thousands of reads/writes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634539 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE ↵Andrew MacBean2014-10-243-27/+30
| | | | | | issue and some dialog titles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels ↵Andrew MacBean2014-10-2412-47/+95
| | | | | | more consistent in terms of style and STATE being displayed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6180: [Java Broker] Cannot create BDB HA group on Windows development ↵Andrew MacBean2014-10-241-1/+3
| | | | | | environment due to node folder not being reported as writable by Files.isWritable(Path) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634023 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6186: [Java Broker] Prevent Bindings leak on binding deleteKeith Wall2014-10-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6184: Add special thread factory to use with Executors which creates ↵Alex Rudyy2014-10-234-6/+149
| | | | | | Threads with empty inherited AccessControlContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6158: Stress test utilities for testing of java broker REST and JMX ↵Alex Rudyy2014-10-234-0/+1166
| | | | | | interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633860 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6181: [Java Broker] JMX mbean improperly deletes queuesKeith Wall2014-10-232-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633795 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : add Java Broker 0-9 specific tests to CPPExcludesRobert Godfrey2014-10-231-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633782 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST ↵Keith Wall2014-10-231-0/+2
| | | | | | tests (to prevent Jetty misconfigurations etc hanging the test suit forever). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633766 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : temporary hack to deal with issue causing tests to fail when ↵Robert Godfrey2014-10-231-6/+19
| | | | | | broker close occurs before message.release() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633756 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6179 - [Java Client] Connection establishment can send invalid frame ↵Robert Godfrey2014-10-231-0/+3
| | | | | | sequence when retrying git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : only send close frame if not already closingRobert Godfrey2014-10-221-8/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633706 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : make coalescing committer commit on stop if environment still viableRobert Godfrey2014-10-221-10/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633671 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6154: [Java Broker] Fix race condition that would cause an ↵Keith Wall2014-10-221-17/+15
| | | | | | ReplicatedEnvironment to be leaked on restart git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633606 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : make _virtualHost volatileRobert Godfrey2014-10-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633604 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6176: [Java Broker] Re-instate the variables/values that are now ↵Andrew MacBean2014-10-221-51/+45
| | | | | | missing from the Web UI Broker Attributes section git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633600 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : only log store exceptions that occur against a vhost which is no ↵Robert Godfrey2014-10-221-0/+12
| | | | | | longer AVAILABLE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633579 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-2124-93/+230
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633466 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : removed unused constant which historically related to the use of ↵Robert Godfrey2014-10-211-1/+0
| | | | | | MINA as a transport git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174 : Expose settings for restricting number of threads / queued jobs ↵Robert Godfrey2014-10-212-0/+27
| | | | | | in HTTP management server git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6173: [Java Broker] Disallow attribute updates to the ↵Keith Wall2014-10-211-0/+9
| | | | | | BDBHAReplicaVirtualHost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633408 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6154: [Java Broker] HA - Handle rollback of node when use of weak ↵Keith Wall2014-10-216-22/+175
| | | | | | durability has allowed nodes to diverge git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633407 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6172 : Fix test to account for the fact that TYPE is always presentRobert Godfrey2014-10-211-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633375 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6172 : Ensure the type attribute is always present in the actual ↵Robert Godfrey2014-10-211-1/+6
| | | | | | attribute map git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633361 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6171 : make Connection.getChannels() return a data structure that can ↵Robert Godfrey2014-10-211-4/+4
| | | | | | be safely iterated over git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633344 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6168: [Java Broker] Valid values check not to be applied for non ↵Keith Wall2014-10-212-7/+30
| | | | | | mandatory fields where no value passed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633338 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : use vhost names rather than vhost node names for the name aliasesRobert Godfrey2014-10-212-14/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633324 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6168: [Java Broker] Move valid value check into the create/change ↵Keith Wall2014-10-202-15/+49
| | | | | | | | validation logic * avoid the possibility that a failing many attribute update leaves an object part updated. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633244 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : correct the behaviour of exchange declare where the exchange ↵Robert Godfrey2014-10-202-3/+11
| | | | | | already exists git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633230 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6168: [Java Broker] Improve unit tests around valid values and setting ↵Keith Wall2014-10-205-12/+161
| | | | | | of enums git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633216 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-202-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633199 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6168: [Java Broker] Enforce that an attribute's value falls within the ↵Keith Wall2014-10-206-9/+97
| | | | | | domain of values described by valid value set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6169: [Java Broker] HA Prevent IllegalStateException possibility from ↵Keith Wall2014-10-201-2/+13
| | | | | | | | | remote state learner * Prevents a race condition between a node becoming master and the desired durability being read from store and set on the environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : ensure exchange-ok is sent promptlyRobert Godfrey2014-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6138: [Java Perf Tests] Update perf test defs to remove redundant testsAndrew MacBean2014-10-204-98/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633162 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : ignore headers and bodies when the channel is closedRobert Godfrey2014-10-202-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633082 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ↵Robert Godfrey2014-10-1714-41/+540
| | | | | | on a per port basis git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : fix bdb ha tests where the vhn name differs from the vh name by ↵Robert Godfrey2014-10-171-6/+19
| | | | | | adding an alias into the config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632622 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-1712-101/+211
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632618 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-1726-32/+822
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632585 13f79535-47bb-0310-9956-ffa450edef68