summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-17549-56793/+10406
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632583 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6162 : Add authentication providers which store user data in the config ↵Robert Godfrey2014-10-1722-658/+1085
| | | | | | | | | | | | file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632576 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-1742-274/+1207
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632553 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: [Java Tests] Enable client side logging during HA tests to help ↵Keith Wall2014-10-175-0/+8
| | | | | | | | | | | | diagnose a failing test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632536 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6159 : add testRobert Godfrey2014-10-163-4/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632383 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6156 : tidy up and ensure that there is no chance of inadvertantly ↵Robert Godfrey2014-10-164-28/+37
| | | | | | | | | | | | adding an previously unenabled but supported protocol that is not SSLv3 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632376 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6159 : [Java Broker] AbstractConfiguredObject.getContextKeys() should ↵Robert Godfrey2014-10-162-2/+5
| | | | | | | | | | | | include default context git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632369 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6158: Add sample utility to help to perform stress testing of brokerAlex Rudyy2014-10-163-1/+449
| | | | | | | | | | | | The utility was originally implemented by Robbie Gemmell git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632318 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-1619-42/+311
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632285 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6138: [Java Perf Tests] Update perf test chart def descriptionsAndrew MacBean2014-10-1525-25/+25
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632102 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6152: [Java Client] Allow connection/session close time to be ↵Keith Wall2014-10-142-47/+45
| | | | | | | | | | | | | | | | | | | | overridden by system property. Change implementation so that the timeout is applied individually to each session close, the connection and the shutdown of the task pool. Also moved the shutdown of the task pool to a finally, so that it occurs even if one or more sessions fail to close. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631810 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6151: [Java Broker Web Management Console] Fix race condition ↵Keith Wall2014-10-141-1/+2
| | | | | | | | | | | | affecting the display of preference provider attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631746 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO ↵Alex Rudyy2014-10-148-17/+76
| | | | | | | | | | | | validation exceptions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631732 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6088 : only reset the credit window if the credit window has been expandedRobert Godfrey2014-10-141-1/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631712 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6149: Use better names for the domain of BDB HA node priorityAlex Rudyy2014-10-132-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631436 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6138: [Java Perf Tests] Update perf test profiles replacing ↵Andrew MacBean2014-10-132-7/+10
| | | | | | | | | | | | persistent/auto-ack with persistent/transacted - queue type change git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631388 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException ↵Alex Rudyy2014-10-108-50/+70
| | | | | | | | | | | | thrown from JE environment on restart git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630956 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6145: [Java Broker] Write operational log message when flow to disk ↵Keith Wall2014-10-103-1/+91
| | | | | | | | | | | | activates/deactivates git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630926 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6143: Throw ConnectionScopedRuntimeException from ↵Alex Rudyy2014-10-102-2/+21
| | | | | | | | | | | | ReplicatedEnvironmentFacade.openDatabase if facade is not opened or environment is invalid git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630922 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6134: [Java Broker] added operational logging call to additional ↵Andrew MacBean2014-10-101-0/+1
| | | | | | | | | | | | intruder detection logic git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630807 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6141 : Fix recover() for onMessage client-ack sessionsRobert Godfrey2014-10-102-1/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630766 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6138: [Java Perf Tests] Update perf test profiles replacing ↵Andrew MacBean2014-10-091-6/+6
| | | | | | | | | | | | persistent/auto-ack with persistent/transacted - queue type revert git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630498 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6138: [Java Perf Tests] Update perf test profiles replacing ↵Andrew MacBean2014-10-0932-73/+116
| | | | | | | | | | | | persistent/auto-ack with persistent/transacted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630496 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6134: [Java Broker] Restarting a node that has detected an intruder ↵Andrew MacBean2014-10-083-39/+113
| | | | | | | | | | | | should go back into the ERROR state not ACTIVE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630167 13f79535-47bb-0310-9956-ffa450edef68