summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-15678-109733/+0
* QPID-6494: [Java Broker] Remove redundant listener code from the BrokerAdapterKeith Wall2015-04-141-165/+3
* QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-122-8/+5
* QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-1216-254/+263
* NO-JIRA : Remove redundant access modifiers in interfacesRobert Godfrey2015-04-123-4/+4
* QPID-6476 : Expose vhost target size so a store can decide to flow messages t...Robert Godfrey2015-04-123-0/+12
* QPID-6476 : Fix InternalMessage implementation so it can be storedRobert Godfrey2015-04-123-1/+3
* QPID-6485: [Java Broker] Remove superfluous find/get methods from the Broker ...Keith Wall2015-04-106-197/+17
* QPID-5818: [Java Broker] Ensure that connection/session use a configuration t...Keith Wall2015-04-072-77/+39
* QPID-6478: Set state to ACTIVE on creation of file based authentication provi...Alex Rudyy2015-04-061-0/+1
* QPID-6442: [Java Broker] Compare the Broker#defaultVirtualHost against the v...Keith Wall2015-04-064-10/+24
* QPID-6477: [Java Broker] Make 0-10 implementation ignore all received frames ...Keith Wall2015-04-051-10/+0
* QPID-6429: [Java Broker] Make NetworkConnectionScheduler utilise the Broker's...Keith Wall2015-04-041-3/+8
* QPID-6429: [Java Broker] Prevent NPE on shutdown if an AMQP port failed to bi...Keith Wall2015-04-041-1/+4
* QPID-6429: [Java Broker] Add more logging to investigate the failure to close...Keith Wall2015-04-042-1/+16
* QPID-6429: [Java Broker] Add more logging to investigate the failure to close...Keith Wall2015-04-041-0/+6
* QPID-6429: [Java Broker] Discard only ByteBuffers that have been sent down th...Keith Wall2015-04-031-1/+9
* QPID-6476 : [Java Broker] Refactor MessageStore to allow more efficient imple...Robert Godfrey2015-04-0369-887/+1839
* QPID-6446: Verify that store path is a writable folder on creation of derby v...Alex Rudyy2015-04-013-2/+66
* QPID-6465: Fix ArrayIndexOutOfBoundsException thrown on attempt to hexify pas...Alex Rudyy2015-03-262-2/+52
* QPID-6429 : [Java Broker] Make maxidle/last read/write times volatile to avoi...Keith Wall2015-03-181-2/+2
* QPID-6457 : [Java Broker] Make asynchronous commits occur on executor threadsRobert Godfrey2015-03-171-3/+142
* QPID-6429 : Remove dead code, add name to (idle) pooled IO threadsRobert Godfrey2015-03-172-69/+13
* QPID-6429 : Fix issue when async close is called twice on a session, tidy up ...Robert Godfrey2015-03-173-8/+1
* QPID-6429 : add debugRobert Godfrey2015-03-171-0/+2
* QPID-6429 : remove redundant wakeup/state change caused in sendRobert Godfrey2015-03-171-1/+0
* QPID-6454 : Add page summarizing all api pathsRobert Godfrey2015-03-164-4/+28
* QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ...Keith Wall2015-03-168-335/+437
* QPID-6452 : Defer creating filters in default filter map until a consumer is ...Robert Godfrey2015-03-1517-184/+275
* QPID-6428 : Remove explicit call to update store from within AbstractQueueRobert Godfrey2015-03-141-26/+17
* QPID-6449: [Java Broker] Change REST interfaces to return 422 status code fro...Alex Rudyy2015-03-144-28/+14
* QPID-6450 : [Java Broker] Allow separate model configuration threads for each...Robert Godfrey2015-03-1338-23/+173
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-1279-288/+361
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-128-51/+88
|\
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-128-32/+88
| * QPID-6438: [Java Broker] Add support for POST method into REST interfaces in ...Alex Rudyy2015-03-103-3/+12
| * QPID-6436: Allow user to update its own preferences without explicit permissionsAlex Rudyy2015-03-101-0/+7
| * QPID-6439 : [Java Broker] config upgrader should upgrade key/trust stores usi...Robert Godfrey2015-03-101-0/+5
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the configured...Alex Rudyy2015-03-1036-973/+1235
| * QPID-6428: Remove now redundant changeAttributes overrideKeith Wall2015-03-062-6/+1
| * QPID-6428 : [Java Broker] Use StoreConfigurationChangeListener to manage stor...Robert Godfrey2015-03-039-145/+145
| * QPID-6425 : [Java Broker] Allow for local and global name equivalence on virt...Robert Godfrey2015-03-025-4/+126
| * QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1Robert Godfrey2015-03-0112-22/+798
| * QPID-6419 : [Java Broker] Queue counts can become corrupt in case of rapid ac...Robert Godfrey2015-02-277-7/+28
| * QPID-6418 : [Java Broker] Fix testRobert Godfrey2015-02-261-1/+2
| * QPID-6418 : [Java Broker] Use annotation to denote managed object which manag...Robert Godfrey2015-02-2610-12/+34
| * QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure l...Keith Wall2015-02-251-1/+2
| * QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a con...Alex Rudyy2015-02-241-1/+1
| * QPID-6406: [Java Broker] Prevent the spurious firing of the attribute listene...Keith Wall2015-02-222-2/+87
| * QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated cleanu...Keith Wall2015-02-224-37/+5