summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Changed version to M3 to avoid confusion with old M2 snapshotsRajith Muditha Attapattu2008-01-2518-37/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@615264 13f79535-47bb-0310-9956-ffa450edef68
* added a null check in the getContentLength methodRajith Muditha Attapattu2008-01-241-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@614784 13f79535-47bb-0310-9956-ffa450edef68
* Imporved topic perf testsArnaud Simon2008-01-213-14/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613883 13f79535-47bb-0310-9956-ffa450edef68
* Added new perf test for topic (based on Andy's usecase)Arnaud Simon2008-01-213-0/+319
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613807 13f79535-47bb-0310-9956-ffa450edef68
* replaced printlns with debug statementsArnaud Simon2008-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613166 13f79535-47bb-0310-9956-ffa450edef68
* replaced printlns with debug statementsArnaud Simon2008-01-181-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613163 13f79535-47bb-0310-9956-ffa450edef68
* Added warningArnaud Simon2008-01-181-9/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613155 13f79535-47bb-0310-9956-ffa450edef68
* Qpid 742Arnaud Simon2008-01-185-63/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613114 13f79535-47bb-0310-9956-ffa450edef68
* removed argsArnaud Simon2008-01-171-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612829 13f79535-47bb-0310-9956-ffa450edef68
* see qpid-743Arnaud Simon2008-01-171-4/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612821 13f79535-47bb-0310-9956-ffa450edef68
* see qpid-742Arnaud Simon2008-01-175-2/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612820 13f79535-47bb-0310-9956-ffa450edef68
* Cleanded up the samplesArnaud Simon2008-01-1718-748/+346
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612811 13f79535-47bb-0310-9956-ffa450edef68
* fixed an error in AMQTopic.javaRajith Muditha Attapattu2008-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612620 13f79535-47bb-0310-9956-ffa450edef68
* This example is written using the AMQP Java API and interoperates with the ↵Rajith Muditha Attapattu2008-01-163-0/+223
| | | | | | python and c++ client git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612598 13f79535-47bb-0310-9956-ffa450edef68
* This example is written to interoperate with the c++ and python examples and ↵Rajith Muditha Attapattu2008-01-164-0/+532
| | | | | | looksup a destination defined in the properties file. The destination defines a fannout exchange and a queue git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612597 13f79535-47bb-0310-9956-ffa450edef68
* Fixed various compilation errorsRajith Muditha Attapattu2008-01-1615-286/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612593 13f79535-47bb-0310-9956-ffa450edef68
* Modified the direct exchange examples to interoperate with the c++ and ↵Rajith Muditha Attapattu2008-01-164-107/+104
| | | | | | | | | | | | python examples by allowing the ability to specify a routing key that is different from it's queue name. Also deleted the sample.properties and replaced them by property files for each example. I also removed the dependency on the BaseExamples class. Waiting for Arnaud to review it. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612584 13f79535-47bb-0310-9956-ffa450edef68
* Please refer JIRA's 739,740 and 741 for more information about the issues.Rajith Muditha Attapattu2008-01-1610-85/+80
| | | | | | | | | | | | | | | | | | | | AMQDestination Renamed the destinationName to routingKey as it is incorrectly used. Also modified it to recognize fannout exchange AMQQueue Modified to return the proper routing key to support situations where the queue name and the routing key is different. BasicMessageProducer_0_10.java Added a temp hack to interoperate with python. The bug is in python and it needs to be fixed. Basically python relies on the content length to pass the content frames properly. So I added a line to calculate the content length and sets it in the message properties. The rest was modified to reflect the change done in AMQDestination. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612581 13f79535-47bb-0310-9956-ffa450edef68
* Changed for using JNDI destinations and log4J conf fileArnaud Simon2008-01-166-21/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612473 13f79535-47bb-0310-9956-ffa450edef68
* see QPID-739Arnaud Simon2008-01-161-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612471 13f79535-47bb-0310-9956-ffa450edef68
* Added MESSAGE_FLOW_MAX_BYTES that is used by new examples. This value may ↵Arnaud Simon2008-01-161-0/+1
| | | | | | need to be changed as it has only be added to repair the build. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612396 13f79535-47bb-0310-9956-ffa450edef68
* Added AMQP API examples. The intention is to include these in the M3 release.Rajith Muditha Attapattu2008-01-118-0/+646
| | | | | | | | Also they should interoperate with python and c++ examples. Currently I couldn't test complete interoperability due to some c++ examples not compiling and also some python examples doesn't seem to run out of the box due to dependency issues. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@611251 13f79535-47bb-0310-9956-ffa450edef68
* removed an empty java fileRafael H. Schloming2008-01-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@610614 13f79535-47bb-0310-9956-ffa450edef68
* see Qpid-721Arnaud Simon2008-01-041-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608875 13f79535-47bb-0310-9956-ffa450edef68
* estSend2ThenCloseAfter1andTryAgain from CommitRollbackTest randomlyArnaud Simon2008-01-041-8/+8
| | | | | | | | fails because a message is not marked as redelivered (see line 468). I have removed this assertion check as 0.10 uses different semantics (i.e. 0.10 does not expect the message to be marked as redelivered). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608868 13f79535-47bb-0310-9956-ffa450edef68
* cashed headers: see QPID-720Arnaud Simon2008-01-046-15/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608840 13f79535-47bb-0310-9956-ffa450edef68
* chshed headers: see QPID-720Arnaud Simon2008-01-047-20/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608838 13f79535-47bb-0310-9956-ffa450edef68
* changed M2 to 0.10Arnaud Simon2008-01-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608835 13f79535-47bb-0310-9956-ffa450edef68
* added mina logging levelArnaud Simon2008-01-041-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608834 13f79535-47bb-0310-9956-ffa450edef68
* added M2 connection factory and JNDI destinationsArnaud Simon2008-01-041-39/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608824 13f79535-47bb-0310-9956-ffa450edef68
* added "..qpidity" package (see Qpid-719)Arnaud Simon2008-01-042-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608823 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile error in MessageProducer.javaRafael H. Schloming2008-01-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608618 13f79535-47bb-0310-9956-ffa450edef68
* I noticed that the asString() method will rebuild the string from scratch ↵Rajith Muditha Attapattu2008-01-021-6/+16
| | | | | | each time. So I cached the String and the char[] after it builds the first time. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608147 13f79535-47bb-0310-9956-ffa450edef68
* fixed speling issues and pubsub onesArnaud Simon2007-12-192-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@605613 13f79535-47bb-0310-9956-ffa450edef68
* fixed speling issues and pubsub onesArnaud Simon2007-12-194-17/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@605609 13f79535-47bb-0310-9956-ffa450edef68
* chnaged to use jndiArnaud Simon2007-12-192-17/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@605489 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-710: changed start so connection is started before messages are deliveredArnaud Simon2007-12-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@604939 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-709: nolocal test was failing because the inVM connections were not ↵Arnaud Simon2007-12-172-1/+16
| | | | | | created with a new connection ID. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@604926 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-708: changed setCleintID to throw the expected exceptionArnaud Simon2007-12-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@604799 13f79535-47bb-0310-9956-ffa450edef68
* changed for accepting messages from python and c++Arnaud Simon2007-12-075-197/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602154 13f79535-47bb-0310-9956-ffa450edef68
* changed for accepting messages from python and c++Arnaud Simon2007-12-072-18/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602127 13f79535-47bb-0310-9956-ffa450edef68
* changed for accepting messages without headearsArnaud Simon2007-12-071-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602116 13f79535-47bb-0310-9956-ffa450edef68
* clean up outputArnaud Simon2007-12-076-16/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602086 13f79535-47bb-0310-9956-ffa450edef68
* Removed log4j depsArnaud Simon2007-12-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602085 13f79535-47bb-0310-9956-ffa450edef68
* Removed log4j depsArnaud Simon2007-12-0710-34/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602084 13f79535-47bb-0310-9956-ffa450edef68
* Fixed typoRajith Muditha Attapattu2007-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601876 13f79535-47bb-0310-9956-ffa450edef68
* Moved runSample.shAlan Conway2007-12-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601863 13f79535-47bb-0310-9956-ffa450edef68
* Changed output path to .Arnaud Simon2007-12-061-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601802 13f79535-47bb-0310-9956-ffa450edef68
* run script for compiling and running the samplesArnaud Simon2007-12-061-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601800 13f79535-47bb-0310-9956-ffa450edef68
* moved base example into the common packageArnaud Simon2007-12-0510-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601388 13f79535-47bb-0310-9956-ffa450edef68