summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-client/src
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6411: [AMQP 1.0 JMS Client ] NPE during session#unsubscribe is link is ↵Keith Wall2015-02-251-8/+28
| | | | | | | | | | refused but detach contains no error condition svn merge -c 1662051 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Merge of 1661212,1661364,1661368,1661373 to 0.32Robert Godfrey2015-02-232-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661732 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-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-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-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-5522 : TransactionController endless wait when the TCP/IP connection is ↵Robert Godfrey2014-01-293-27/+54
| | | | | | | | 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-096-211/+417
| | | | | | 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-014-99/+186
| | | | | | 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-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-303-17/+44
| | | | 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-302-22/+37
| | | | | | 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-255-2011/+2011
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526202 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-112-5/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4829 : [JMS AMQP 1.0] Sessions added to started connections are not ↵Robert Godfrey2013-05-111-0/+5
| | | | | | themselves started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481290 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-053-0/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479398 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4654 : [Java Client 1.0] Add connection redirect support to the AMQP ↵Robert Godfrey2013-03-177-49/+147
| | | | | | 1.0 JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1457505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4411 : QPID JMS QueueBrowser should defer getting messages until ↵Robert Godfrey2012-11-021-0/+31
| | | | | | getEnumeration() is called. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405042 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4396 : [Java AMQP 1.0] move examples into sub-moduleRobert Godfrey2012-10-2612-3252/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1402462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4382 : Wait for subsequent frames to arrive in synchronous receiveRobert Godfrey2012-10-192-105/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400287 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add missing Apache licenses to Java source files; correct ↵Keith Wall2012-07-023-0/+60
| | | | | | positioning of the license wrt to the package statement git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1356257 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-1/+6
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-0/+5
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327030 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326997 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-0420-0/+5386
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309594 13f79535-47bb-0310-9956-ffa450edef68