summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix: Stop 0-8 protocol layer wrapping the same byte arrayKeith Wall2014-12-052-21/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1643363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6262: Rob's prototype NIO workKeith Wall2014-12-0511-576/+1642
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1643302 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6262: Temporarily exclude the SSL system tests whist the NIO refactor ↵Keith Wall2014-12-051-0/+5
| | | | | | is underway git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1643301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6257: Introduce operational log for connection being dropped by the ↵Alex Rudyy2014-12-057-35/+91
| | | | | | clients or due to network issue and change the log level for SenderExceptions into INFO/DEBUG git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643208 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely ↵Keith Wall2014-12-057-357/+18
| | | | | | responsible for asynchronous message delivery git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643197 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643103 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6100: fix typo in exception messageRobert Gemmell2014-12-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643087 13f79535-47bb-0310-9956-ffa450edef68
* https://issues.apache.org/jira/browse/QPID-6100Timothy A. Bish2014-12-021-6/+7
| | | | | | Refine the exception message and throw a JMSSecurityException as defined by the spec and to make tests more explicit about what they are expecting. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642996 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : Address comments from ~kwallRobert Godfrey2014-12-022-4/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642935 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6253: [Java Broker] Name the AMQP acceptor threads to carry a ↵Keith Wall2014-12-021-0/+1
| | | | | | descriptive name and the port number for which they operate. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642866 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: Display authentication provider specific fields on authentication ↵Alex Rudyy2014-12-0226-151/+671
| | | | | | provider tab git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642841 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642719 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: [Java Broker] Refactor authentication provider UIs to use ↵Alex Rudyy2014-11-2829-699/+1062
| | | | | | dedicated dialogues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642340 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: [Java Broker] Introduce ↵Andrew MacBean2014-11-289-6/+52
| | | | | | PreferencesSupportingAuthenticationProvider managed interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6250: [Java Client] removal of static defaulted username and password ↵Andrew MacBean2014-11-281-2/+2
| | | | | | from ConnectionSettings.java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642290 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246 : @ManagedAnnotation should only be applied to interfaces which ↵Robert Godfrey2014-11-268-173/+281
| | | | | | extend ManagedInterface and should not be inherited git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641910 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the ↵Alex Rudyy2014-11-2614-2/+508
| | | | | | implemented ManagedInterfaces via meta data servlet git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641849 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6242: [Java Broker] Avoid "collection is empty" on Windows 7 if the ↵Keith Wall2014-11-261-1/+2
| | | | | | newly created .keys directory has empty initial permission set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6242: [Java Broker] Fix defect on Windows 7 where the newly created ↵Keith Wall2014-11-251-9/+1
| | | | | | empty y file was not writable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6242 : Ensure created directory has sufficient permissions to create a ↵Robert Godfrey2014-11-241-3/+37
| | | | | | file for AES key git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641474 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6245 : [Java Broker] release reference to IncomingMessage once ↵Robert Godfrey2014-11-241-37/+36
| | | | | | AMQMessage has been created git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6243 : [Java Broker] Updates to Json configuration stores cause a small ↵Robert Godfrey2014-11-221-11/+24
| | | | | | memory leak git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641048 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6242 : AESFileEncrypterFactory does not work on non-POSIX permissioned ↵Robert Godfrey2014-11-212-30/+185
| | | | | | filesystems git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6239 : [Java Broker] redirect embedded database error logs to common ↵Robert Godfrey2014-11-214-3/+237
| | | | | | broker log file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640841 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6235: Include backup-log4j.xml into bdbstore jarAlex Rudyy2014-11-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640580 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ↵Keith Wall2014-11-181-33/+17
| | | | | | | | exclusivity is verified if command has set the exclusive flag. Also strengthen the python tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640390 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6231: [Perftests framework] Make performance frameworkAlex Rudyy2014-11-187-14/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640371 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6222: [Java Broker] Shutdown the replica virtualhostnode if it runs out ↵Keith Wall2014-11-181-4/+18
| | | | | | | | of disk space This resolves a defect left by r1638052 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6208: [Java Broker] Fix defect that prevents the permitted node list ↵Keith Wall2014-11-181-1/+2
| | | | | | | | from being written to the store if it is not the first node in the group (This was caused by a misuse of the features of ACO). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6228: [Performance Tests] Add simple tests to measure performance in HA ↵Alex Rudyy2014-11-173-0/+173
| | | | | | scenarios git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6227: [Java Broker] Use maven resource filtering to interpolate version ↵Keith Wall2014-11-142-1/+11
| | | | | | number into help url git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1639663 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to ↵Keith Wall2014-11-142-15/+34
| | | | | | hardcode docbook urls by reading url from context git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1639650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6225: [Java Broker] Reduce the frequency with with the failure to ping ↵Keith Wall2014-11-131-5/+37
| | | | | | a remote node is reported git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1639380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6158: Close consumer session when 'closeConsumers' argument is ↵Alex Rudyy2014-11-131-1/+1
| | | | | | specified in order to stop the dispatcher thread git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1639375 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6224: [Java Broker] BDB / BDB-HA VH now cleans all log files and ↵Keith Wall2014-11-124-21/+52
| | | | | | | | performs a BDB checkpoint. * Cleaner thread is disabled whilst manually clean is in operation. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1638936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6223 : [Java Broker] reduce the number of housekeeping threads created ↵Robert Godfrey2014-11-121-9/+1
| | | | | | by default git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1638909 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6222: Halt broker on running out of disk spaceAlex Rudyy2014-11-114-2/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1638052 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6208: [Java Broker] Avoid possibility of race condition when setting ↵Keith Wall2014-11-102-14/+10
| | | | | | | | | the permitted node list * Environment thread and broker configuration thread could race, which had the potential to lead to the permittedNodeList being removed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637845 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6219: [Java Broker] Fix failing BrokerLoggingTest introduced by my ↵Keith Wall2014-11-091-3/+5
| | | | | | previous commit (rev 1637549) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ↵Robert Godfrey2014-11-083-5/+3
| | | | | | stores, remove unneeded extra Event enums git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow ↵Robert Godfrey2014-11-0819-32/+227
| | | | | | control git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica ↵Keith Wall2014-11-089-33/+81
| | | | | | | | synch policy displayed reflects that that is in force * Add missing tooltips too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ↵Keith Wall2014-11-082-8/+9
| | | | | | log4j warning on startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server ↵Robert Godfrey2014-11-062-0/+90
| | | | | | implementation details and stack traces from output git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637246 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Tests] MultiNodeTest - restore thread name after starting a ↵Keith Wall2014-11-061-2/+11
| | | | | | JE ReplicationEnvironment to avoid confusing thread names on subsequent tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637119 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once ↵Keith Wall2014-11-061-31/+44
| | | | | | again await for an already closing connection to become closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, ↵Keith Wall2014-11-061-1/+17
| | | | | | notify the BDBHAVHN as early as possible that it is no longer master git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637117 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Tests] Increase timeout to resolve a spruious timeout on a ↵Keith Wall2014-11-051-6/+14
| | | | | | slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636872 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636871 13f79535-47bb-0310-9956-ffa450edef68