summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5408 : throw exception on unknown connection URL parameterRobert Godfrey2013-12-121-0/+4
* QPID-5386 : [JMS AMQP 1.0] message not coverted correctly if it contains a de...Robert Godfrey2013-12-091-0/+5
* QPID-5385 : [JMS AMQP 1.0] Create/Close session in a loop causing connection ...Robert Godfrey2013-12-094-15/+57
* QPID-5389 : [JMS AMQP 1.0] ConnectionHandler may stop writting pending frames...Robert Godfrey2013-12-091-5/+2
* QPID-5390 : [JMS AMQP 1.0] ConcurrentModificationException when closing a con...Robert Godfrey2013-12-091-2/+11
* NO-JIRA: Remove inadvertently added temporary file (part of 1546331)Keith Wall2013-11-281-1/+0
* NO-JIRA: [Java System Tests] Increase timeout factor used for failover timeo...Keith Wall2013-11-282-3/+7
* NO-JIRA: [Java System Tests] Add extra logging to HeartbeatTest in order to u...Keith Wall2013-11-282-24/+48
* QPID-5372: Stop generation of an excessive amount of debug logging for Prefer...Alex Rudyy2013-11-243-45/+66
* QPID-5364: [Java Broker Management] Give RestServlet instances different serv...Keith Wall2013-11-212-2/+5
* QPID-5344 : Deadlock in JMS AMQP 1.0 client - patch from David InghamRobert Godfrey2013-11-212-97/+109
* QPID-5282: Change IoSender to cause the socket to be closed after a sender ti...Keith Wall2013-11-201-28/+52
* QPID-5347: [Java Broker] Web Management console to display queueKeith Wall2013-11-152-0/+12