summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-125-12/+16
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-1112-95/+53
* QPID-5461: downgrade sevrity of IOException log messages. Fix wording of thos...Robert Gemmell2014-01-101-2/+2
* QPID-5429: [Java Broker] Exceptions causing startup failure now written to qp...Keith Wall2014-01-101-0/+1
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J...Robert Godfrey2014-01-0942-356/+2308
* QPID-5458: display the message size, and correlation-id (if there is one)Robert Gemmell2014-01-091-0/+8
* QPID-5455 : Publishing non-transactional persistent messages should always be...Robert Godfrey2014-01-081-3/+3
* QPID-5456: Use the local max-frame-size when enforcing limit on what is recei...Gordon Sim2014-01-081-2/+2
* QPID-5453 : [Java Broker] Fix to ensure that exclusive queues are always unlo...Robert Godfrey2014-01-081-2/+12
* QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-078-86/+107
* NO-JIRA : add info to test assert to give clue as to why test failedRobert Godfrey2014-01-071-1/+4
* QPID-5450: have the group manager try to acquire the message at the time it i...Robert Gemmell2014-01-074-19/+172
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state CLO...Keith Wall2014-01-061-1/+0
* NO-JIRA: [Java Broker] Update web management console copyright message to ref...Keith Wall2014-01-061-2/+2
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state CLO...Keith Wall2014-01-062-8/+19
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-0342-70/+0
* QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific inter...Robert Godfrey2014-01-033-4/+15
* QPID-5439 : [AMQP 1.0 JMS Client] Updated sender to close rather than detach ...Robert Godfrey2014-01-021-1/+1
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ...Robert Godfrey2014-01-0112-110/+343
* QPID-5048: update TODO list to be easier for others to understand and convery...Robert Gemmell2013-12-161-12/+15
* QPID-5419 : Applied patch from Timothy BishRobert Godfrey2013-12-161-0/+7
* QPID-5255: add missing licence header to doc and java files on trunk, for lat...Robert Gemmell2013-12-165-0/+100
* NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-168-0/+130
* QPID-5255: apply JCAMissingLicense.patch from QPID-4961 to trunk, for later m...Robert Gemmell2013-12-1612-0/+222
* QPID-5423: list only the additional deps needed by the plugin, rather than it...Robert Gemmell2013-12-151-1/+1