summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-1791-1644/+2194
* QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered i...Robert Godfrey2014-02-141-106/+121
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-1434-535/+328
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-14198-1666/+1427
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1355-249/+568
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1330-201/+85
* QPID-5504 : another fix for generics, this time working differently between O...Robert Godfrey2014-02-111-3/+3
* QPID-5504 : fix for different interpretation of generics in 1.6Robert Godfrey2014-02-113-3/+3
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-11139-1544/+6442
* QPID-5531 : Adding an exclude to the Java Python test ignore list for the tes...Robert Godfrey2014-02-101-0/+3
* QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-102-4/+19
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-105-8/+23
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
* QPID-5504 : Fix bug in routeToAlternate which left queue entries in database ...Robert Godfrey2014-02-101-22/+25
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-07132-5163/+4890
* QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-072-1/+42
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-0635-863/+767
* QPID-5504 : remove unused inner classesRobert Godfrey2014-02-042-105/+0
* QPID-5504 : fix bug in DistributedTransaction when enqueuing a single message...Robert Godfrey2014-02-041-1/+0
* QPID-5504 : Adding missing classRobert Godfrey2014-02-031-0/+42
* NO-JIRA: add missing broker-core entries for the Ivy upload taskRobert Gemmell2014-02-021-0/+6
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-0114-366/+295
* QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-3118-65/+64
* QPID-5211: Prevent spurious not valid state transitions for MemoryMessageStor...Keith Wall2014-01-293-7/+11
* QPID-5522 : TransactionController endless wait when the TCP/IP connection is ...Robert Godfrey2014-01-295-50/+101
* QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of t...Keith Wall2014-01-273-3/+41
* QPID-5512: suppress exception sometimes seen due to race while closing the so...Robert Gemmell2014-01-241-1/+6
* QPID-5048: Moved test-scope logging dependencies to being compile scope depen...Robert Gemmell2014-01-242-20/+14
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-23137-424/+336
* NO-JIRA : fix spelling error/typo in DtxBranch.addPostTransactionAc(t)ionRobert Godfrey2014-01-233-8/+8
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-2322-75/+76
* NO-JIRA : set eol-style propertyRobert Godfrey2014-01-231-69/+69
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-2332-362/+302
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-2249-358/+409
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-2252-1494/+353
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-2244-311/+216
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-2223-80/+284
* QPID-5065: re-instate incorrectly removed line in previous patchRobert Gemmell2014-01-221-0/+1
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-1749-159/+471
* QPID-5342 : [Java Client] 0-10 client does not close connection when heartbea...Robert Godfrey2014-01-158-29/+45
* QPID-5478: elapsed time calculation should use a simple assignment, rather th...Robert Gemmell2014-01-141-1/+1
* QPID-5459 : add websocket plugin modules to release scriptRobert Godfrey2014-01-141-0/+6
* QPID-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP a...Robert Godfrey2014-01-1410-108/+690
* QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-131-2/+1
* QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-134-8/+38
* NO-JIRA : revert accidentally commited filesRobert Godfrey2014-01-134-199/+75
* QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-135-75/+288
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-139-19/+177
* QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-134-2/+8
* QPID-5474: display clientId and clientVersion attributes from the connection ...Robert Gemmell2014-01-132-14/+10