summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487383...Robert Greig2006-12-142-16/+195
* QPID-193 Make createConsumer synchronous to avoid races in client code.Robert Greig2006-12-142-9/+83
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487299...Bhupendra Bhusman Bhardwaj2006-12-142-6/+7
* updated for handling MBeanException. Added some java-doc and comments in the ...Bhupendra Bhusman Bhardwaj2006-12-1413-127/+179
* QPID-190 Bhupendra Bhusman Bhardwaj2006-12-144-539/+734
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487216...Bhupendra Bhusman Bhardwaj2006-12-141-1/+2
* fixed a merge conflict for TopicPublisherAdapter.java and a possible fix for ...Rajith Muditha Attapattu2006-12-142-27/+38
* Removed reference to CTS packageMarnie McCormack2006-12-141-4/+0
* Removing CTS as no longer useful, since team have access to JMC TCK and no pr...Marnie McCormack2006-12-149-713/+0
* Added error code to the construction JMS exception passed back to the excepti...Marnie McCormack2006-12-141-1/+8
* QPID-179 Patch supplied by Rob Godfrey. Field table remove was fundamentally ...Robert Greig2006-12-131-17/+10
* QPID-179 Now has hook for pre-send preparation of message which in turn allow...Robert Greig2006-12-135-133/+141
* QPID-182. Removed old GRM hack.Steven Shaw2006-12-131-11/+0
* QPID-176 Patch supplied by Rob Godfrey. Check for topic is now more sophistic...Robert Greig2006-12-132-134/+244
* QPID-177 Patch supplied by Rob Godfrey: adapter now calls the correct createT...Robert Greig2006-12-132-36/+163
* QPID-9Martin Ritchie2006-12-133-26/+38
* QPID-149Martin Ritchie2006-12-138-51/+73
* Minor white space and logging changesMartin Ritchie2006-12-133-7/+8
* Added comments about possible RejectedExecutionException that may occur when ...Martin Ritchie2006-12-132-2/+12
* QPID-172Martin Ritchie2006-12-131-1/+7
* included the eclipse-plugin assembly file for unixBhupendra Bhusman Bhardwaj2006-12-133-7/+119
* included the config file pathBhupendra Bhusman Bhardwaj2006-12-132-20/+2
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486621...Bhupendra Bhusman Bhardwaj2006-12-132-0/+5
* restructured the eclipse-plugin for packaging according to platformBhupendra Bhusman Bhardwaj2006-12-134-0/+26
* QPID-172Martin Ritchie2006-12-131-1/+44
* QPID-172Martin Ritchie2006-12-133-1/+335
* QPID-175 Patch supplied by Rob Godfrey. Now allocates new autoexpanding buffe...Robert Greig2006-12-132-4/+41
* QPID-9Martin Ritchie2006-12-133-7/+23
* QPID-174 Fix submitted by Rob Godfrey. Now performs a flip() to ensure the li...Robert Greig2006-12-124-24/+132
* QPID-164Martin Ritchie2006-12-128-229/+1506
* set logging level with propertyStephen Vinoski2006-12-121-1/+2
* QPID-171 Patch supplied by Rob Godfrey to fix problem where close check for p...Robert Greig2006-12-122-12/+84
* More example fixes and updated pomMarnie McCormack2006-12-124-36/+6
* Fixes to example classesMarnie McCormack2006-12-121-1/+1
* printing the error stack traceBhupendra Bhusman Bhardwaj2006-12-123-25/+25
* QPID-95 : Patch supplied by Rob Godfrey - throws correct exception when encou...Robert Greig2006-12-124-12/+222
* QPID-102: fixed reset(), null handling and readBytes() processing in StreamMe...Robert Greig2006-12-124-283/+425
* Removed example dir from here as created under client dirMarnie McCormack2006-12-1218-1773/+0
* Re-introduced example classesMarnie McCormack2006-12-1219-0/+1884
* systests test reorgStephen Vinoski2006-12-1215-40/+30
* complete client test reorganizationStephen Vinoski2006-12-124-6/+0
* client test reorganizationStephen Vinoski2006-12-12100-19/+22
* QPID-102: removed some superfluous code from JMSStreamMessage.Robert Greig2006-12-111-87/+9
* QPID-102: add type conversion logic in StreamMessage.Robert Greig2006-12-112-76/+464
* Corrected compile errorKim van der Riet2006-12-111-1/+1
* This contains a fix for QPID-165 and QPID-166Rajith Muditha Attapattu2006-12-1110-13/+137
* Added stubs for new Content interface to support new AMQP 0-9 transportKim van der Riet2006-12-112-0/+43
* fix misplaced double quoteStephen Vinoski2006-12-111-1/+1
* QPID-163 - attempting to change the client id results in an exception being t...Robert Greig2006-12-092-11/+49
* QPID-102 Addition of StreamMessage supportRobert Greig2006-12-099-107/+1358