summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-153261-542407/+0
* QPID-6489: Use synchronous publishing in FailoverBehaviourTest.testFlowContro...Alex Rudyy2015-04-151-2/+16
* QPID-6494: [Java Broker] Remove redundant listener code from the BrokerAdapterKeith Wall2015-04-141-165/+3
* QPID-6495: [Java Broker] Ensure the closing a 0-10 connection releases protoc...Keith Wall2015-04-141-1/+12
* QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-124-14/+13
* QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-1217-254/+286
* 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-124-0/+18
* QPID-6476 : Fix InternalMessage implementation so it can be storedRobert Godfrey2015-04-123-1/+3
* Fix failing FailoverBehaviourTest#testFlowControlFlagResetOnFailoverAlex Rudyy2015-04-101-3/+2
* QPID-6488 : Set the Port object as an attribute on every HttpRequestRobert Godfrey2015-04-106-35/+39
* QPID-6487 : Run link detached callback outside of scope of AMQP 1.0 connectio...Robert Godfrey2015-04-101-2/+9
* QPID-6485: [Java Broker] Remove superfluous find/get methods from the Broker ...Keith Wall2015-04-1013-215/+69
* 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-062-7/+105
* 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-052-18/+17
* 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-0399-1218/+2292
* QPID-6469: Remove not used method sendResponseAndCloseSender from AMQProtocol...orudyy2015-04-022-66/+1
* QPID-6446: Verify that store path is a writable folder on creation of derby v...Alex Rudyy2015-04-017-4/+263
* QPID-6469: Remove content of AMQProtocolEngine#exception as it is not used in...Alex Rudyy2015-03-312-143/+1
* QPID-6469: Improve AMQProtocolEngine#exception to guard against an exception ...Alex Rudyy2015-03-272-19/+153
* QPID-6466: [Java Client] Avoid possibilty that the dispatcher and IO thread c...Keith Wall2015-03-262-59/+68
* QPID-6465: Fix ArrayIndexOutOfBoundsException thrown on attempt to hexify pas...Alex Rudyy2015-03-262-2/+52
* QPID-6438: Delete unreachable code from RestServlet#performCreateOrUpdateAlex Rudyy2015-03-261-11/+4
* QPID-6464: Set replica consistency policy to 'NoConsistencyPolicy' in order t...Alex Rudyy2015-03-252-1/+82
* QPID-6438: Address review comments from Keith WallAlex Rudyy2015-03-241-138/+143
* QPID-6460, QPID-6460: [Java Client] Make task pool used for exception report...Keith Wall2015-03-202-65/+59
* NO-JIRA: Add Apache licenses to scripts generating keystores/trustores/CA and...Alex Rudyy2015-03-202-15/+54
* NO-JIRA: Re-create java broker peer storeAlex Rudyy2015-03-202-0/+9
* NO-JIRA: Re-generate expired ssl certificatesAlex Rudyy2015-03-2020-63/+177
* QPID-6459 : Don't print stack trace when a read from a socket gets an IO errorRobert Godfrey2015-03-181-1/+1
* QPID-6458: [Java Client] Prevent the client sending channel.flow (or message....Keith Wall2015-03-181-1/+4
* QPID-6429 : [Java Broker] Make maxidle/last read/write times volatile to avoi...Keith Wall2015-03-184-11/+11
* QPID-6457 : [Java Broker] Make asynchronous commits occur on executor threadsRobert Godfrey2015-03-173-4/+152
* QPID-6429 : Remove dead code, add name to (idle) pooled IO threadsRobert Godfrey2015-03-172-69/+13
* QPID-6456: [Java Broker] Correct method id used by connectionclose.ok for AMQ...Keith Wall2015-03-171-1/+1
* QPID-6429 : Fix issue when async close is called twice on a session, tidy up ...Robert Godfrey2015-03-176-39/+41
* 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-6429 : ensure the consumer target queues are emptied before we perform a...Robert Godfrey2015-03-163-15/+14
* QPID-6429 : ensure that when message suspension is set, all targets have fini...Robert Godfrey2015-03-162-12/+28
* QPID-6429 : ensure that when message suspension is set, all targets have fini...Robert Godfrey2015-03-161-4/+12
* QPID-6454 : Add page summarizing all api pathsRobert Godfrey2015-03-167-45/+186
* NO-JIRA : Fix typo in testRobert Godfrey2015-03-161-1/+1