summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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-168-332/+250
* 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
* fixed session memory leak exposed by SessionCreateTestRafael H. Schloming2009-07-251-14/+32
* QPID-1797: update bundle version format and output filenames, modify ant bund...Robert Gemmell2009-07-111-3/+4
* added system properties to control declaration of exchanges and queuesRafael H. Schloming2009-06-241-2/+14
* QPID-1923: made createDurableSubscriber fail on a temporary topicRafael H. Schloming2009-06-223-4/+15
* made test ports configurable; this required adding variable expansion to Prop...Rafael H. Schloming2009-06-181-2/+14
* This is related to QPID-1887Rajith Muditha Attapattu2009-06-031-10/+14
* Fixed QPID-1888 for the java broker. Also fixed a bug caught by the new selec...Rafael H. Schloming2009-06-031-2/+8
* This is a fix for QPID-1888Rajith Muditha Attapattu2009-06-031-0/+18
* This is a fix for QPID-1887Rajith Muditha Attapattu2009-06-021-4/+2
* This is related to QPID-1875Rajith Muditha Attapattu2009-05-281-0/+12
* QPID-1864: sync the dispatch queue to make sure there are no messages in it b...Rafael H. Schloming2009-05-192-4/+30
* This is a fix for QPID-1859Rajith Muditha Attapattu2009-05-143-44/+19
* QPID-1823: Allow recycling of channel IDsAidan Skinner2009-04-214-5/+75
* QPID-1824 : Add ability to use a ConnectionURL String to configure a Configur...Martin Ritchie2009-04-212-0/+86
* QPID-1809 : When a DisconnectedException is recieved check the StateManager t...Martin Ritchie2009-04-151-0/+11
* QPID-1779 : Update to ensure CACFTest reports failures correctly and resolved...Martin Ritchie2009-04-142-1/+31
* QPID-1779 : Fixed the close problem so that we only send Consumer/Session clo...Martin Ritchie2009-04-112-3/+10
* QPID-1779 : Application of patches attached to JIRA. Should address connectio...Martin Ritchie2009-04-104-12/+43
* This is a test case for QPID-1777Rajith Muditha Attapattu2009-03-312-0/+98
* QPID-1778 : Add NoFailover FailoverMethod that blocks that still allows conne...Martin Ritchie2009-03-274-3/+72
* This is a simple fix for the problem highlighted in QPID-1777Rajith Muditha Attapattu2009-03-261-5/+5
* Fix for QPID-1761 and QPID-1762: made BBEncoder.grow() flip the buffer before...Rafael H. Schloming2009-03-204-26/+22
* These classes are not used in any meaningful way.Rajith Muditha Attapattu2009-03-191-135/+0
* This is a fix for QPID-1760Rajith Muditha Attapattu2009-03-194-47/+12
* Allow immediate and mandatory defaults to be changedMartin Ritchie2009-03-111-2/+2
* This is related to QPID-1720Rajith Muditha Attapattu2009-03-062-7/+29
* QPID-1451 : Added the ability to log first message recevied in Queue Browser.Martin Ritchie2009-03-061-31/+37
* This is related to QPID-1713Rajith Muditha Attapattu2009-03-041-14/+144
* Corrected a spelling mistakeRajith Muditha Attapattu2009-03-041-2/+2
* qpid-1712: changed default value for _cycleRetries to 1Arnaud Simon2009-03-041-4/+6
* reset byte credit after flushing when not prefetching, this is a follow up fi...Rafael H. Schloming2009-03-031-4/+4
* This is related to QPID-1692Rajith Muditha Attapattu2009-02-261-3/+13
* don't try to return messages unless the session is startedRafael H. Schloming2009-02-261-1/+1
* fixup of change for QPID-1642 and QPID-1643Rafael H. Schloming2009-02-262-2/+2
* This is related to QPID-1106Rajith Muditha Attapattu2009-02-251-2/+8
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-259-121/+165
* This is related to QPID-1106 and QPID-1677Rajith Muditha Attapattu2009-02-255-9/+100
* qpid-1684: removed polluting rewind and useless importsArnaud Simon2009-02-251-5/+1
* QPID-1665: turn off ack delay if qpid.session.max_ack_delay is set to a non-p...Rafael H. Schloming2009-02-191-17/+26
* QPID-1665: add a timer to ensure message acking is never delayed more than 10...Rafael H. Schloming2009-02-191-15/+45
* QPID-1665: changed acknowledgeMessage so to ack messages even if maxprefetch ...Arnaud Simon2009-02-161-2/+2
* QPID-1623: Allow null as a valid destination for JMSReplyToAidan Skinner2009-02-113-2/+40