summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-1030: This solves the issue for the 0.10 code pathArnaud Simon2008-05-061-1/+7
* QPID-1008: allow for case where 0-10 message-properties are not included in a...Gordon Sim2008-05-051-1/+4
* QPID-1005: Added a property for ignoring setClientID so we are compatible wit...Arnaud Simon2008-05-052-1/+16
* QPID-895 : Patch provided provided by Senaka to prevent delay on initial Conn...Martin Ritchie2008-05-051-2/+5
* QPID-1018: added org.apache.qpid.client.configuration and add io propsArnaud Simon2008-05-054-53/+80
* QPID-983: fixed deadlock between AMQConnection.close and FailoverHandlerRafael H. Schloming2008-04-291-37/+47
* QPID-832: fixed merge artifact affecting replyToRafael H. Schloming2008-04-241-13/+6
* QPID-832 : Fix eol-styleRobert Godfrey2008-04-2415-2647/+2647
* QPID-832 merge M2.xAidan Skinner2008-04-2470-1320/+3761
* QPID-939 Added "ID:" to message IDArnaud Simon2008-04-211-1/+1
* QPID-798 Make property per connection and/or system wide; change name to SYNC...Arnaud Simon2008-04-184-2/+26
* QPID-796 Made connection URL property + use session level methodArnaud Simon2008-04-175-11/+47
* QPID-919 Changed AMQBrokerDetails to throw an URL exception when the port num...Arnaud Simon2008-04-171-0/+7
* QPID-901: don't depend on constant values matching up when converting between...Rafael H. Schloming2008-04-161-1/+13
* QPID-901: add back ExceptionHelper.java to fix the buildRafael H. Schloming2008-04-161-0/+60
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-1660-12503/+373
* QPID-798 Added boolean property fully_sync when true a sync is sent after a p...Arnaud Simon2008-04-041-3/+10
* QPID-796: Added ability to enable/disable message prefetching. Prefetching is...Arnaud Simon2008-04-043-34/+135
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-027-87/+97
* Revision 636791 says: "Added constant to represent the AMQP versions, as prev...Arnaud Simon2008-03-181-1/+2
* Removed redundant code (see QPID-838). As this is a major 0.10 change tck has...Arnaud Simon2008-03-072-92/+10
* This is a very simple fix for QPID-837 (this code will be changed once the me...Arnaud Simon2008-03-071-1/+1
* Stop the dispatcher thread before closing the session so it does not acquire ...Arnaud Simon2008-03-041-0/+4
* Qpid-823: Dispatcher thread should be closed after consumers have been closed. Arnaud Simon2008-02-291-5/+5
* See Qpid-817Arnaud Simon2008-02-281-4/+3
* Fixed the toString method to avoid printing both a routingkey and bindingkey ...Rajith Muditha Attapattu2008-02-271-8/+8
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-2710-83/+240
* Changed checkPreConditions for accessing directly to _messageSelectorArnaud Simon2008-02-253-3/+82
* added message releasing when messag listener is setArnaud Simon2008-02-211-1/+10
* changed for creating durable queue for a durable subscriberArnaud Simon2008-02-211-1/+1
* changed for notifying message arrival when the header does not have a payloadArnaud Simon2008-02-211-0/+5
* protect the _currentException variable with its own lock, this avoids deadloc...Rafael H. Schloming2008-02-151-9/+13
* recompute internal 0-10 message for reused messagesRafael H. Schloming2008-02-142-12/+6
* rethrow exception rather than ignoring itRafael H. Schloming2008-02-141-0/+1
* set initial causeRafael H. Schloming2008-02-141-0/+1
* Fix for Qpid-793Rajith Muditha Attapattu2008-02-141-4/+6
* This is a fix for QPID-791Rajith Muditha Attapattu2008-02-141-4/+1
* modified it to show the selector test bugRajith Muditha Attapattu2008-02-131-3/+28
* applied patch from rajith to fix reply-toRafael H. Schloming2008-02-121-0/+8
* added a test for message send followed by immediate connection close; fixed c...Rafael H. Schloming2008-02-121-0/+38
* added test for exception listener; fixed NPERafael H. Schloming2008-02-071-4/+8
* Removed the System.outs from the code.Rajith Muditha Attapattu2008-02-061-4/+0
* Added code to pass in the throwable to the closedListener so that it can be i...Rajith Muditha Attapattu2008-02-0610-20/+47
* added close notificationRafael H. Schloming2008-02-061-1/+13
* Added close logic for releasing pre-fetched messages, see QPID-778Arnaud Simon2008-02-063-3/+42
* Changed for using Window mode see QPID-778Arnaud Simon2008-02-062-29/+2
* QPID-777 and QPID-778Arnaud Simon2008-02-067-234/+266
* Byte message were losing their payload see QPI-779Arnaud Simon2008-02-062-1/+8
* Added code to connect the network error exceptions to the JMS Exception liste...Rajith Muditha Attapattu2008-02-052-1/+11
* added exception callback to ConnectonDelegateRafael H. Schloming2008-02-041-0/+5