summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-client
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-1534-6768/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6459 : Don't print stack trace when a read from a socket gets an IO errorRobert Godfrey2015-03-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667595 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6447 : [Java AMQP 1.0 Client] Use endpoint lock in Transaction ControllerRobert Godfrey2015-03-121-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666241 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6411 : Don't throw an NPE if there is no Error associated with the a ↵Robert Godfrey2015-02-241-8/+28
| | | | | | broker initiated detach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662051 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Message construction from received messages should be lenientRobert Godfrey2015-02-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Change default Message constructor to be strict by defaultRobert Godfrey2015-02-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661368 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) ↵Robert Godfrey2015-02-211-2/+8
| | | | | | for the empty message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659700 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6352 : Always check TCP transports without looking for service loaderRobert Godfrey2015-02-101-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658752 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6378 : Applying patch from Xin ChenRobert Godfrey2015-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658750 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6349 : [JMS AMQP 1.0 Client] Add ability to change the SSL enabled ↵Robert Godfrey2015-01-316-12/+140
| | | | | | 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-3/+54
| | | | | | to create the SSLContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6271: Remove receivers from session when they are closedGordon Sim2015-01-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1649057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6156 : tidy up and ensure that there is no chance of inadvertantly ↵Robert Godfrey2014-10-162-18/+26
| | | | | | adding an previously unenabled but supported protocol that is not SSLv3 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632285 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6031 : Provoke SSLSocket to generate a helpful error message when the ↵Robert Godfrey2014-09-011-1/+1
| | | | | | certificate of the server is not trusted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621767 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-191-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618964 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6004 : [Java AMQP 1.0 Client] Improve error message propagationRobert Godfrey2014-08-152-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618168 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as ↵Justin Ross2014-08-071-1/+1
| | | | | | appropriate git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5576 : Detect closure of sockets better and do not leave threads ↵Robert Godfrey2014-07-225-58/+107
| | | | | | 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-5884 : Add additional SASL mechanisms to the JMS AMQP 1.0 clientRobert Godfrey2014-07-211-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612369 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: first main swipe, remove the Ant builds main build.xml and ↵Robert Gemmell2014-05-212-60/+0
| | | | | | associated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596595 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-5722 : Client connection read can hang forever since socket timeout is ↵Robert Godfrey2014-04-241-8/+37
| | | | | | 0 (Patch from Michael Samson) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589855 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573586 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-271-2/+2
| | | | | | 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-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570233 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : refactring of queues, and introduce management node and ↵Robert Godfrey2014-02-111-28/+64
| | | | | | 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-5/+8
| | | | | | 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-294-27/+58
| | | | | | | | 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-9/+248
| | | | | | and WSS) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557982 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 ↵Robert Godfrey2014-01-097-211/+428
| | | | | | JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5439 : [AMQP 1.0 JMS Client] Updated sender to close rather than detach ↵Robert Godfrey2014-01-021-1/+1
| | | | | | links git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554799 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ↵Robert Godfrey2014-01-015-100/+190
| | | | | | requiring response from server git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554662 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5344 : Deadlock in JMS AMQP 1.0 client - patch from David InghamRobert Godfrey2013-11-211-29/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1544129 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5295 : Thread deadlock on creating SenderRobert Godfrey2013-11-072-26/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1539569 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5294 : Thread deadlock due to simultaneous calls to write and close on ↵Robert Godfrey2013-11-071-1/+4
| | | | | | SSLSocket (JVM bug JDK-8022788) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1539558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5245 : Applied patch from David InghamRobert Godfrey2013-10-242-12/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ↵Robert Gemmell2013-10-061-1/+0
| | | | | | the parent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529705 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add pluginManagement section to the qpid parent, to override ↵Robert Gemmell2013-09-301-14/+0
| | | | | | | | | apache parent versions as desired and set any additional config. Sets the compiler source+target values in parent and removes unecessary duplicate compiler plugin config from child modules. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527797 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-304-19/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5177 : Set the default and supported outcomes on sending links in the ↵Robert Godfrey2013-09-304-27/+39
| | | | | | amqp 1.0 JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the ↵Robert Godfrey2013-09-291-0/+9
| | | | | | socket is remotely closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527319 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5177 : Add support for default outcome, and assume default outcome is ↵Robert Godfrey2013-09-261-3/+37
| | | | | | ACCEPTED if there are no supported outcomes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5113 : JMS Client - JMS Connection exception listener is not notified ↵Robert Godfrey2013-09-251-2/+43
| | | | | | when AMQ broker is killed (patch from Michael Samson) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526207 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-258-2913/+2913
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526202 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-231-0/+55
| | | | | | still a work-in-progress git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525753 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve JMS client error handlingRobert Godfrey2013-05-152-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve error handling in the JMS clientRobert Godfrey2013-05-118-70/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481321 13f79535-47bb-0310-9956-ffa450edef68