summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1Robert Godfrey2015-03-0110-69/+245
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-173-0/+14
* QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover pr...Keith Wall2015-02-139-46/+140
* QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
* QPID-6387: [Java Client] Remove array optimisation from session/consumer mapsKeith Wall2015-02-115-173/+27
* QPID-6347: Remove the now obsolete queue_event_generation option; this is a p...Justin Ross2015-02-111-13/+0
* QPID-6374 : tidyup calls to connection task poolRobert Godfrey2015-02-102-44/+67
* QPID-6374 : Always call exception listener from connection task pool, rather ...Robert Godfrey2015-02-103-16/+39
* QPID-6374 : Reorder ock aquisition and remove synchronization where it is not...Robert Godfrey2015-02-103-128/+133
* QPID-6371: [Java Broker/Java Common] Prevent log4j warning during Broker startupKeith Wall2015-02-071-0/+6
* QPID-6363: [Java Client] Register SASL mechanisms earlyKeith Wall2015-02-051-0/+12
* QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being cl...Keith Wall2015-01-272-2/+80
* QPID-6294 : Fix issue whereby AUTO ACK receive consumer would only ever recei...Robert Godfrey2015-01-201-2/+5
* QPID-6294 : [Java Client] Allow use of 0 prefetch in AMQP 0-8/9/9-1Robert Godfrey2015-01-022-18/+57
* QPID-5099 : [Java Client] release pre-acquired messages after explicit consum...Robert Godfrey2014-12-161-0/+6
* QPID-6205 : [Java Client] 0.8/0.9.x JMS client leaks transport threads and so...Robert Godfrey2014-11-021-19/+26
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-312-2/+9
* QPID-6179 - [Java Client] Connection establishment can send invalid frame seq...Robert Godfrey2014-10-231-0/+3
* NO-JIRA : removed unused constant which historically related to the use of MI...Robert Godfrey2014-10-211-1/+0
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-177-25/+176
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-1710-422/+121
* QPID-6152: [Java Client] Allow connection/session close time to be overridden...Keith Wall2014-10-141-47/+33
* QPID-6088 : only reset the credit window if the credit window has been expandedRobert Godfrey2014-10-141-1/+4
* QPID-3678 : Fix testRobert Godfrey2014-09-231-57/+23
* 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-015-271/+168
* 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-2817-132/+252
* 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-1610-130/+347
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+21
* 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-132-8/+4
* 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-0829-280/+198
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-082-9/+4
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-081-12/+29
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1