summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-191-4/+5
* * uses LONG_STRING in place of WIDE_STRING for properties set through FieldTa...Gordon Sim2007-01-181-4/+4
* QPID-245 reverted interop changes for the sake of JMS compliance.Robert Greig2007-01-161-3/+4
* QPID-300Martin Ritchie2007-01-161-2/+9
* QPID-293Martin Ritchie2007-01-165-146/+420
* QPID-245 Changed client properties to short strings for interop with C++ broker.Robert Greig2007-01-151-4/+4
* QPID-294 : Patch supplied by Rob Godfrey - Fix race condition on client conne...Robert Greig2007-01-153-10/+40
* Created common AMQMethodListener class, allowing the Request and Response man...Kim van der Riet2007-01-126-63/+41
* QPID-282Martin Ritchie2007-01-122-1/+12
* QPID-146 QPID-112 QPID-278Martin Ritchie2007-01-122-30/+29
* Refactor to create a common AMQMethodEvent object. Also created a common AMQP...Kim van der Riet2007-01-1122-125/+102
* QPID-270 : (Patch supplied by Rob Godfrey) Change of use of AMQConnectionExce...Robert Greig2007-01-091-5/+2
* QPID-266Martin Ritchie2007-01-091-1/+1
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-0830-382/+600
* QPID-252 : Reduce unnecessary object creationRobert Greig2007-01-081-2/+2
* QPID-32: new model for holding and processing message in memory to support ne...Robert Greig2007-01-071-1/+1
* apply patch for QPID-231Stephen Vinoski2006-12-281-4/+0
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-222-5/+1
* AMQP version using new generator - Part 1. In these changes, all places where...Kim van der Riet2006-12-2210-43/+226
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489644...Robert Greig2006-12-224-700/+1146
* QPID-227Bhupendra Bhusman Bhardwaj2006-12-212-4/+3
* QPID-225Martin Ritchie2006-12-201-1/+14
* QPID-101Martin Ritchie2006-12-206-26/+306
* QPID-223Martin Ritchie2006-12-206-34/+59
* QPID-216Martin Ritchie2006-12-192-10/+13
* QPID-21Martin Ritchie2006-12-196-38/+103
* QPID-215 : Patch supplied by Rob Godfrey - Implement custom JMSX propertiesRobert Greig2006-12-196-46/+163
* clean up warnings about unused variablesStephen Vinoski2006-12-181-8/+0
* QPID-212 QPID-214 Patch supplied by Rob GodfreyRobert Greig2006-12-182-4/+41
* QPID-209 Fix to clear unacked message list on recover()Robert Greig2006-12-182-17/+23
* QPID-209 : Patch supplied by Rob Godfrey - Fix acknowledge so it only acknowl...Robert Greig2006-12-183-30/+67
* remove unused importsStephen Vinoski2006-12-1814-21/+0
* QPID-207 : Patch supplied by Rob Godfrey - fix implementation of acknowledge ...Robert Greig2006-12-164-5/+72
* QPID-206 : Fix byte buffer reseting in AbstractJMSMessageRobert Greig2006-12-163-11/+23
* QPID-205 : Do not allow subscription to temporary topics created on a differe...Robert Greig2006-12-165-74/+169
* QPID-204 : Implement TemporaryTopic.deleteRobert Greig2006-12-163-10/+16
* QPID-202 : Implement TemporaryQueue.deleteRobert Greig2006-12-163-20/+80
* QPID-202 : Fix so not to throw NullPointerException when using unidentified s...Robert Greig2006-12-161-31/+36
* QPID-195 : Fix to JMSObjectMessage so that setObject(null) rteurns the messag...Robert Greig2006-12-161-2/+4
* This contains a fix for QPID-200Rajith Muditha Attapattu2006-12-152-4/+6
* reinstating the fix for QPID-191 that was wiped out as a result of another fixRajith Muditha Attapattu2006-12-151-1/+10
* QPID-194 Patch supplied by Rob Godfrey.Robert Greig2006-12-152-18/+26
* QPID-183 Patch supplied by Rob Godfrey. Major changes to durable topic subscr...Robert Greig2006-12-158-51/+280
* QPID-182Martin Ritchie2006-12-151-12/+2
* QPID-181 QPID-180Martin Ritchie2006-12-152-208/+87
* This contains a fix for QPID-191 and QPID-192Rajith Muditha Attapattu2006-12-153-6/+20
* 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-141-9/+16
* fixed a merge conflict for TopicPublisherAdapter.java and a possible fix for ...Rajith Muditha Attapattu2006-12-142-27/+38
* Added error code to the construction JMS exception passed back to the excepti...Marnie McCormack2006-12-141-1/+8