summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-common
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665475 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6437 : merged r1664714,1664731,1664839 from trunk to 0.32 branchRobert Godfrey2015-03-093-22/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665326 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6433 : merged from trunk to the 0.32 branchrgodfrey2015-03-052-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1664485 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Merge of 1661212,1661364,1661368,1661373 to 0.32Robert Godfrey2015-02-231-12/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661732 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection ↵Robert Godfrey2015-02-191-1/+1
| | | | | | is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660830 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is ↵Robert Godfrey2015-02-121-0/+1
| | | | | | terminated before connection.open has occurred git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659348 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6384 : fix various issues with durable linksRobert Godfrey2015-02-112-8/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658849 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6378 : Applying patch from Xin ChenRobert Godfrey2015-02-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658750 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6193 : [Java AMQP 1.0] Allow channel max to be successfully established ↵Robert Godfrey2014-10-281-8/+8
| | | | | | as between 2^15 and 2^16 - 1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634893 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6103 : Fix NPE which occurred when first flow was sent before receiving ↵Robert Godfrey2014-09-161-7/+14
| | | | | | initial flow from partner git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625241 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6077 : [Java AMQP 1.0] memory leak in receiver where sender settles firstRobert Godfrey2014-09-061-5/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622886 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6053 : [Java AMQP 1.0] ByteArrayWriter not registered in the ↵Robert Godfrey2014-08-291-43/+39
| | | | | | AMQPDescribedTypeRegistry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621279 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-193-38/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618964 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap ↵Robert Godfrey2014-08-182-6/+8
| | | | | | to avoid linking issues after compiling under Java 8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618690 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-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the ↵Robert Godfrey2014-08-041-1/+1
| | | | | | server proof for SCRAM-SHA* mechanisms git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615620 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5576 : Detect closure of sockets better and do not leave threads ↵Robert Godfrey2014-07-222-25/+110
| | | | | | 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-5400 : stop waiting for SASL completion if the connection is closed for ↵Robert Godfrey2014-07-223-13/+20
| | | | | | input git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612441 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-211-9/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5884 : Add additional SASL mechanisms to the JMS AMQP 1.0 clientRobert Godfrey2014-07-211-59/+597
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612369 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5884 : The client should not send SASL Init frame where no mechanism is ↵Robert Godfrey2014-07-211-0/+13
| | | | | | provided git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5884 : The broker should not NPE if it receives a SASL Init request ↵Robert Godfrey2014-07-211-2/+2
| | | | | | where no mechanism is provided git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612284 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: first main swipe, remove the Ant builds main build.xml and ↵Robert Gemmell2014-05-211-27/+0
| | | | | | associated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596595 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5673 : Allow for closing of a connection that has not yet been openedRobert Godfrey2014-05-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591649 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-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available ↵Robert Godfrey2014-04-111-19/+62
| | | | | | through log4j (like the rest of the broker) rather than java.logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586792 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-037-12/+22
| | | | 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-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-201-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of ↵Robert Godfrey2014-02-202-0/+10
| | | | | | connection open git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-17/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570234 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open ↵Robert Godfrey2014-02-181-0/+9
| | | | | | frame to select the virtual host git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better ↵Robert Godfrey2014-02-172-5/+33
| | | | | | notions of exclusivity and lifetime git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException ↵Robert Godfrey2014-02-141-6/+6
| | | | | | and ConnectionScopedRuntimeException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-3/+7
| | | | | | 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-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP ↵Robert Godfrey2014-01-141-1/+9
| | | | | | 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-094-45/+67
| | | | | | JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5456: Use the local max-frame-size when enforcing limit on what is ↵Gordon Sim2014-01-081-2/+2
| | | | | | received, not that of the peer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556603 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ↵Robert Godfrey2014-01-015-5/+114
| | | | | | requiring response from server git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554662 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5385 : [JMS AMQP 1.0] Create/Close session in a loop causing connection ↵Robert Godfrey2013-12-094-15/+57
| | | | | | to be closed and connection.close to hang after that (patch from Xin Chen) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1549670 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5389 : [JMS AMQP 1.0] ConnectionHandler may stop writting pending ↵Robert Godfrey2013-12-091-5/+2
| | | | | | frames if close is called right after the connection is started (patch from Xin Chen) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1549669 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5295 : Thread deadlock on creating SenderRobert Godfrey2013-11-073-2/+23
| | | | 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-5206 : Applied patch from David InghamRobert Godfrey2013-10-242-8/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535365 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-5195: verify _receivingSessions array has been initialised before ↵Robert Gemmell2013-10-021-4/+7
| | | | | | accessing it during closure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528451 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5195 : Client does not properly support channel-max over 255Robert Godfrey2013-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528025 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