summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-client-jms/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-1575-12150/+0
* QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) fo...Robert Godfrey2015-02-212-3/+9
* QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not attempt...Robert Godfrey2015-02-201-1/+5
* QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the connec...Robert Godfrey2015-02-201-0/+10
* QPID-6380 : close()ing a durable subscription should detach rather than close...Robert Godfrey2015-02-101-1/+8
* QPID-6349 : [JMS AMQP 1.0 Client] Add ability to change the SSL enabled proto...Robert Godfrey2015-01-312-23/+224
* [JMS AMQP 1.0 Client] Add ability to change the SSL Protocol/Provider used to...Robert Godfrey2015-01-291-1/+40
* QPID-6313 : [JMS AMQP 1.0 Client] increment redelivery count when recover() i...Robert Godfrey2015-01-141-1/+16
* QPID-6100: fix typo in exception messageRobert Gemmell2014-12-031-1/+1
* https://issues.apache.org/jira/browse/QPID-6100Timothy A. Bish2014-12-021-6/+7
* QPID-6110 : mark connection as unconnected if attempt to establish connection...Robert Godfrey2014-10-291-0/+8
* QPID-6141 : Fix recover() for onMessage client-ack sessionsRobert Godfrey2014-10-102-1/+15
* QPID-6100 : [JMS AMQP 1.0 Client] throw correct exception when connection can...Robert Godfrey2014-09-151-10/+31
* QPID-6098 : [JMS AMQP 1.0 Client] use content-type of incoming messages to dr...Robert Godfrey2014-09-141-38/+162
* QPID-6078 : [JMS AMQP 1.0 Client] Allow Message and Delivery annotations to b...Robert Godfrey2014-09-0613-128/+1458
* QPID-6050 : [JMS AMQP 1.0 client] Do not set the property in the ConnectionOp...Robert Godfrey2014-08-281-1/+1
* QPID-6050 : [JMS AMQP 1.0 client] Allow system property for sync publish to b...Robert Godfrey2014-08-281-1/+8
* QPID-6050 : [JMS AMQP 1.0 client] Setting system property qpid.sync_publish d...Robert Godfrey2014-08-281-1/+9
* QPID-6050 : [JMS AMQP 1.0 client] Setting system property qpid.sync_publish d...Robert Godfrey2014-08-281-5/+1
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+21
* QPID-6004 : [Java AMQP 1.0 Client] Improve error message propagationRobert Godfrey2014-08-151-1/+4
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-082-9/+4
* QPID-5048: update client release assemblies to contain the example sources, a...Robert Gemmell2014-08-061-0/+11
* QPID-5576 : Detect closure of sockets better and do not leave threads waiting...Robert Godfrey2014-07-222-4/+10
* QPID-5426 : Allow use of a URL for properties file initial context factoryRobert Godfrey2014-07-211-7/+18
* QPID-5792: add null check to avoid NPE during Destination decodingRobert Gemmell2014-06-241-4/+7
* QPID-5048: include the JMS API jar in the client release assemblies as we hav...Robert Gemmell2014-04-092-0/+12
* QPID-5048: some minor additions and whitespace fixups to the licence/notice infoRobert Gemmell2014-04-051-1/+1
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-055-2/+247
* QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-251-2/+1
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-4/+7
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ...Robert Godfrey2014-02-211-6/+0
* QPID-5574 : Allow sync-publish to override default behaviour to make persiste...Robert Godfrey2014-02-213-8/+22
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-119-22/+93
* QPID-5522 : TransactionController endless wait when the TCP/IP connection is ...Robert Godfrey2014-01-291-23/+43
* QPID-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP a...Robert Godfrey2014-01-144-80/+383
* 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-134-75/+199
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J...Robert Godfrey2014-01-092-4/+29
* QPID-5455 : Publishing non-transactional persistent messages should always be...Robert Godfrey2014-01-081-3/+3
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ...Robert Godfrey2014-01-012-5/+39
* QPID-5419 : Applied patch from Timothy BishRobert Godfrey2013-12-161-0/+7
* 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-5390 : [JMS AMQP 1.0] ConcurrentModificationException when closing a con...Robert Godfrey2013-12-091-2/+11
* QPID-5344 : Deadlock in JMS AMQP 1.0 client - patch from David InghamRobert Godfrey2013-11-211-68/+77
* QPID-5293 : Thread deadlock when closing connectionRobert Godfrey2013-11-071-16/+29
* QPID-5206 : Applied patch from David InghamRobert Godfrey2013-10-241-1/+3
* QPID-5245 : Applied patch from David InghamRobert Godfrey2013-10-247-8/+186