summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-172-48/+37
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-131-1/+2
* More refactoringRobert Godfrey2014-10-102-4/+19
* More refactoringRobert Godfrey2014-10-033-7/+6
* Remove handlersRobert Godfrey2014-09-301-0/+14
* Remove remaining protocol specific classes/interfacesRobert Godfrey2014-09-293-8/+38
* Merge method body implementation classesRobert Godfrey2014-09-294-38/+57
* Remove duplicate method body implementationsRobert Godfrey2014-09-285-383/+3
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in AD...Robert Godfrey2014-09-233-17/+83
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when rec...Robert Godfrey2014-09-084-67/+151
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call...Keith Wall2014-09-031-1/+6
* QPID-6052 : Address review comments from Robbie GemmellRobert Godfrey2014-09-014-270/+167
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6058 : [Java Client] The client does not fail with a sensible error mess...Robert Godfrey2014-08-301-0/+8
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-2816-131/+251
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-265-32/+59
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-2411-111/+399
* QPID-6037 : [Java Client] Add experimental support for ADDR addressing to the...Robert Godfrey2014-08-238-248/+653
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-194-15/+14
* QPID-6000 : [Java] Address review comments from AlexRobert Godfrey2014-08-191-26/+0
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-4/+5
* QPID-6000 : Tidy up remove unused static, and use utility gzip mechanismRobert Godfrey2014-08-162-33/+14
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-169-130/+342
* QPID-6001 : [Java Client] Prevent NPE when publishing using ADDR destination...Robert Godfrey2014-08-143-24/+53
* QPID-6001: [Java Client] Prevent NPE when publishing using ADDR destination t...Keith Wall2014-08-142-1/+12
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-2/+2
* QPID-5978 : [Java Client] deal with protocol initialisation failures such as ...Robert Godfrey2014-08-111-3/+7
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-093-11/+24
* QPID-5878 : Address review comments from [~k-wall]Robert Godfrey2014-08-082-13/+13
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-0828-278/+196
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-081-12/+29
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-071-1/+5
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-041-1/+1
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Keith Wall2014-07-291-1/+0
* [QPID-5931]: [Java client] JMSException instead of InvalidDestinationExceptio...Pavel Moravec2014-07-281-3/+3
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-252-32/+35
* QPID-2969 : Make constructor for AMQAnyDestination public so it can be (de)se...Robert Godfrey2014-07-211-5/+6
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) seri...Keith Wall2014-07-2012-22/+231
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-084-11/+35
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-067-308/+452
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Andrew MacBean2014-07-041-0/+1
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-27/+30
* QPID-5639 : Add SASL SCRAM-SHA-1 Java client supportRobert Godfrey2014-04-242-0/+397
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-122-2/+2
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-212-0/+3
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-055-20/+100
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-2/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-1/+4
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-223-8/+7