summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* merge from trunkKeith Wall2015-03-0313-69/+259
* merged from trunkKeith Wall2015-02-139-46/+140
|\
| * 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
* | merged from trunk r1659391Robert Godfrey2015-02-126-198/+42
* | merge from trunkKeith Wall2015-02-106-180/+249
|\ \ | |/
| * 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
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-317-27/+24
| |
| \
*-. \ Merge from trunkKeith Wall2015-01-276-22/+148
|\ \ \ | | |/
| | * QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being cl...Keith Wall2015-01-272-2/+80
| | * QPID-6294 : revert unintended hanges to example fileRobert Godfrey2015-01-201-34/+3
| | * QPID-6294 : Fix issue whereby AUTO ACK receive consumer would only ever recei...Robert Godfrey2015-01-202-5/+39
| | * 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
| * | Merge from trunkAidan Skinner2009-10-1117-62/+216
| * | QPID-2104 AMQProtocolHandler: hand the actual write off to a seperate threadAidan Skinner2009-09-181-2/+9
| * | QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-174-61/+35
| * | QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-162-146/+1
| * | QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-169-332/+251
| * | Merge from trunk Aidan Skinner2009-09-0913-124/+159
| * | QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-012-5/+9
| * | QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a NetworkDrive...Aidan Skinner2009-08-182-22/+1
* | | Remove dead setIdleTimeout methodKeith Wall2014-12-122-6/+1
* | | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-111-0/+5
| |/ |/|
* | 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