summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-common
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-123-24/+61
* merge from trunkKeith Wall2015-03-032-13/+4
* merged from trunk r1659391Robert Godfrey2015-02-124-10/+32
* QPID-6193 : [Java AMQP 1.0] Allow channel max to be successfully established ...Robert Godfrey2014-10-281-8/+8
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-5/+4
* QPID-6103 : Fix NPE which occurred when first flow was sent before receiving ...Robert Godfrey2014-09-161-7/+14
* QPID-6077 : [Java AMQP 1.0] memory leak in receiver where sender settles firstRobert Godfrey2014-09-061-5/+18
* QPID-6053 : [Java AMQP 1.0] ByteArrayWriter not registered in the AMQPDescrib...Robert Godfrey2014-08-291-43/+39
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-193-38/+21
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-182-6/+8
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-041-1/+1
* QPID-5576 : Detect closure of sockets better and do not leave threads waiting...Robert Godfrey2014-07-222-25/+110
* QPID-5400 : stop waiting for SASL completion if the connection is closed for ...Robert Godfrey2014-07-223-13/+20
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-211-9/+30
* QPID-5884 : Add additional SASL mechanisms to the JMS AMQP 1.0 clientRobert Godfrey2014-07-211-59/+597
* QPID-5884 : The client should not send SASL Init frame where no mechanism is ...Robert Godfrey2014-07-211-0/+13
* QPID-5884 : The broker should not NPE if it receives a SASL Init request wher...Robert Godfrey2014-07-211-2/+2
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-211-27/+0
* QPID-5673 : Allow for closing of a connection that has not yet been openedRobert Godfrey2014-05-011-0/+2
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug...Robert Godfrey2014-04-111-19/+62
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-037-12/+22
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-2/+2
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-201-4/+10
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio...Robert Godfrey2014-02-202-0/+10
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-17/+19
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame...Robert Godfrey2014-02-181-0/+9
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-172-5/+33
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-6/+6
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-3/+7
* QPID-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP a...Robert Godfrey2014-01-141-1/+9
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J...Robert Godfrey2014-01-094-45/+67
* QPID-5456: Use the local max-frame-size when enforcing limit on what is recei...Gordon Sim2014-01-081-2/+2
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ...Robert Godfrey2014-01-015-5/+114
* QPID-5385 : [JMS AMQP 1.0] Create/Close session in a loop causing connection ...Robert Godfrey2013-12-094-15/+57
* QPID-5389 : [JMS AMQP 1.0] ConnectionHandler may stop writting pending frames...Robert Godfrey2013-12-091-5/+2
* QPID-5295 : Thread deadlock on creating SenderRobert Godfrey2013-11-073-2/+23
* QPID-5294 : Thread deadlock due to simultaneous calls to write and close on S...Robert Godfrey2013-11-071-1/+4
* QPID-5206 : Applied patch from David InghamRobert Godfrey2013-10-242-8/+18
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5195: verify _receivingSessions array has been initialised before access...Robert Gemmell2013-10-021-4/+7
* QPID-5195 : Client does not properly support channel-max over 255Robert Godfrey2013-10-011-1/+1
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+0
* QPID-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-301-15/+35
* QPID-5177 : Set the default and supported outcomes on sending links in the am...Robert Godfrey2013-09-303-3/+5
* QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the soc...Robert Godfrey2013-09-291-0/+14
* QPID-5127 : ClassCastException on message conversion to 1-0Robert Godfrey2013-09-271-0/+1
* QPID-5182 : The details of custom error-conditions are not being preserved up...Robert Godfrey2013-09-271-0/+52