summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-common/src/main
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5673 : merge to 0.28 branchRobert Godfrey2014-05-021-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1591819 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-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-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-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-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-301-15/+35
| | | | 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-303-3/+5
| | | | | | 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/+14
| | | | | | socket is remotely closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527319 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5127 : ClassCastException on message conversion to 1-0Robert Godfrey2013-09-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5182 : The details of custom error-conditions are not being preserved ↵Robert Godfrey2013-09-271-0/+52
| | | | | | up to the Error object git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4901 : Queue Browser hangs on reaching end of queue Robert Godfrey2013-09-263-4/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5113 : JMS Client - JMS Connection exception listener is not notified ↵Robert Godfrey2013-09-253-2/+47
| | | | | | 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
* QPID-5172 : Thread safety issue in StringTypeConstructor.construct and ↵Robert Godfrey2013-09-252-62/+9
| | | | | | SymbolTypeConstructor.construct (patch from dingham@microsoft.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4929 : [Java AMQP 1.0 Client] Infinite recursion in encoding of ↵Robert Godfrey2013-06-171-1/+1
| | | | | | DeliveryAnnotations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1493713 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4900 : [Java Broker] Broker should return its version to the client as ↵Robert Godfrey2013-06-021-1/+12
| | | | | | informational property in connection initiation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4824 : [Java AMQP 1.0] Reduce memory usage of codecRobert Godfrey2013-05-093-68/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4726: [Java Broker] AMQP 1.0 : Improve SASL supportRobert Godfrey2013-04-072-128/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465459 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4654 : [Java Client 1.0] Add connection redirect support to the AMQP ↵Robert Godfrey2013-03-17123-13150/+13190
| | | | | | 1.0 JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1457505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-251-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1438556 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4412 : ReceivingLinkEndpoint.isDrainedRobert Godfrey2012-11-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4383 : Fix receipt of large messages, client ackRobert Godfrey2012-10-202-9/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400447 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4381 : add heartbeating to the AMQP 1.0 java clientRobert Godfrey2012-10-193-7/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400284 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add missing Apache licenses to Java source files; correct ↵Keith Wall2012-07-023-1/+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-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-062-11/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1346817 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3993 : NPE on continuation transfers with no deliveryIdRobert Godfrey2012-05-112-4/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337130 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-172-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327268 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-168-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326555 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Update selector/no-local definitions to use new ↵Robert Godfrey2012-04-164-8/+5
| | | | | | descriptors git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326532 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-04304-0/+35972
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309594 13f79535-47bb-0310-9956-ffa450edef68