summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-client-jms
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-1584-12686/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) ↵Robert Godfrey2015-02-212-3/+9
| | | | | | for the empty message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not ↵Robert Godfrey2015-02-201-1/+5
| | | | | | attempt to create a message with no body sections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661212 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the ↵Robert Godfrey2015-02-201-0/+10
| | | | | | connection factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6380 : close()ing a durable subscription should detach rather than ↵Robert Godfrey2015-02-101-1/+8
| | | | | | close a link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658843 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6349 : [JMS AMQP 1.0 Client] Add ability to change the SSL enabled ↵Robert Godfrey2015-01-312-23/+224
| | | | | | protocols used on the SSLSocket git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656188 13f79535-47bb-0310-9956-ffa450edef68
* [JMS AMQP 1.0 Client] Add ability to change the SSL Protocol/Provider used ↵Robert Godfrey2015-01-291-1/+40
| | | | | | to create the SSLContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6313 : [JMS AMQP 1.0 Client] increment redelivery count when recover() ↵Robert Godfrey2015-01-141-1/+16
| | | | | | is called git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651826 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6100: fix typo in exception messageRobert Gemmell2014-12-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643087 13f79535-47bb-0310-9956-ffa450edef68
* https://issues.apache.org/jira/browse/QPID-6100Timothy A. Bish2014-12-021-6/+7
| | | | | | Refine the exception message and throw a JMSSecurityException as defined by the spec and to make tests more explicit about what they are expecting. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642996 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6110 : mark connection as unconnected if attempt to establish ↵Robert Godfrey2014-10-291-0/+8
| | | | | | connection fails git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6141 : Fix recover() for onMessage client-ack sessionsRobert Godfrey2014-10-102-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630766 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6100 : [JMS AMQP 1.0 Client] throw correct exception when connection ↵Robert Godfrey2014-09-151-10/+31
| | | | | | cannot be authenticated git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625164 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6098 : [JMS AMQP 1.0 Client] use content-type of incoming messages to ↵Robert Godfrey2014-09-141-38/+162
| | | | | | drive JMS message type git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624911 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6078 : [JMS AMQP 1.0 Client] Allow Message and Delivery annotations to ↵Robert Godfrey2014-09-0613-128/+1458
| | | | | | be read and modified through the JMS API git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622888 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6050 : [JMS AMQP 1.0 client] Do not set the property in the ↵Robert Godfrey2014-08-281-1/+1
| | | | | | ConnectionOptions object unless the System Property is actually present git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621105 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6050 : [JMS AMQP 1.0 client] Allow system property for sync publish to ↵Robert Godfrey2014-08-281-1/+8
| | | | | | be overridden at the connection level to restore "default" behaviour at the connection git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621084 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6050 : [JMS AMQP 1.0 client] Setting system property qpid.sync_publish ↵Robert Godfrey2014-08-281-1/+9
| | | | | | does not have the intended effect git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621083 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6050 : [JMS AMQP 1.0 client] Setting system property qpid.sync_publish ↵Robert Godfrey2014-08-281-5/+1
| | | | | | does not have the intended effect git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6004 : [Java AMQP 1.0 Client] Improve error message propagationRobert Godfrey2014-08-151-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618168 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-082-9/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616791 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as ↵Justin Ross2014-08-072-2/+2
| | | | | | appropriate git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: update client release assemblies to contain the example sources, ↵Robert Gemmell2014-08-062-0/+30
| | | | | | add accompanying README.txt files indicating how to build and run them. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616149 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add pom to build the AMQP 1.0 JMS client examples, simplify ↵Robert Gemmell2014-08-052-98/+98
| | | | | | example and make it exit promptly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5576 : Detect closure of sockets better and do not leave threads ↵Robert Godfrey2014-07-222-4/+10
| | | | | | waiting for input which will never come git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612555 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5426 : Allow use of a URL for properties file initial context factoryRobert Godfrey2014-07-211-7/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5792: add null check to avoid NPE during Destination decodingRobert Gemmell2014-06-241-4/+7
| | | | | | Applied patch from Dejan Bosanac git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1605078 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: first main swipe, remove the Ant builds main build.xml and ↵Robert Gemmell2014-05-212-71/+0
| | | | | | associated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596595 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5739: update Hello example config to correctly specify clientid, and ↵Robert Gemmell2014-05-011-2/+2
| | | | | | show how to control the AMQP open frame hostname git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn ↵Robert Gemmell2014-04-291-1/+1
| | | | | | release:update-versions -DdevelopmentVersion=0.30-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590968 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: re-instate dependency versions after qpid parent pom removal of ↵Robert Gemmell2014-04-211-0/+1
| | | | | | | | dependency management section. Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588885 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: include the JMS API jar in the client release assemblies as we ↵Robert Gemmell2014-04-092-0/+12
| | | | | | have in the past git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: some minor additions and whitespace fixups to the licence/notice infoRobert Gemmell2014-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585103 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add dependency change verifcation reference files and LICENSE, ↵Robert Gemmell2014-04-056-2/+251
| | | | | | | | NOTICE & README files for use in the binary release assemblies Work by me and Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585102 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-251-2/+1
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1581349 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: Maven enahancements to remove child version definitions and ↵Robert Gemmell2014-02-281-1/+0
| | | | | | | | improve profile handling for sys tests Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-272-6/+9
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ↵Robert Godfrey2014-02-211-6/+0
| | | | | | specified for initial context factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5574 : Allow sync-publish to override default behaviour to make ↵Robert Godfrey2014-02-213-8/+22
| | | | | | persistent non-tarnsacted messages non-synchronous git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569914 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : refactring of queues, and introduce management node and ↵Robert Godfrey2014-02-119-22/+93
| | | | | | amqp-management module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-8/+9
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1565303 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5522 : TransactionController endless wait when the TCP/IP connection is ↵Robert Godfrey2014-01-291-23/+43
| | | | | | | | lost detect link / session / connection failures when sending to, and expecting a response from, the transaction controller git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562444 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP ↵Robert Godfrey2014-01-144-80/+383
| | | | | | and WSS) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557982 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : revert accidentally commited filesRobert Godfrey2014-01-134-199/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557776 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-134-75/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557775 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 ↵Robert Godfrey2014-01-092-4/+29
| | | | | | JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5455 : Publishing non-transactional persistent messages should always ↵Robert Godfrey2014-01-081-3/+3
| | | | | | be synchronous git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556654 13f79535-47bb-0310-9956-ffa450edef68