summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1263: fixed codegen to not ignore passed in boolean valuesRafael H. Schloming2008-08-292-1/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690339 13f79535-47bb-0310-9956-ffa450edef68
* excluded more InVM tests from the cpp profilesRafael H. Schloming2008-08-293-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690338 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1208: fixed ConnectionURLTest to match the new behavior of ↵Rafael H. Schloming2008-08-291-1/+2
| | | | | | AMQConnectionURL.toString() git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690337 13f79535-47bb-0310-9956-ffa450edef68
* Updated Notice based on feedback from dkulpMartin Ritchie2008-08-291-89/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690335 13f79535-47bb-0310-9956-ffa450edef68
* Updated License and Notice in Java, added missing L & N files to directories ↵Martin Ritchie2008-08-2923-338/+1626
| | | | | | and added release.sh to our bin directory git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690300 13f79535-47bb-0310-9956-ffa450edef68
* test svnCarl C. Trieloff2008-08-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690291 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE and NOTICE files based on our current java usageMartin Ritchie2008-08-292-78/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690272 13f79535-47bb-0310-9956-ffa450edef68
* Add top level DISLAIMER, LICENSE, NOTICE, KEYS with pointers to subproject ↵Aidan Skinner2008-08-285-0/+345
| | | | | | ones. Update Java LICENSE file. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690052 13f79535-47bb-0310-9956-ffa450edef68
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2889-152/+1866
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689937 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1208Rajith Muditha Attapattu2008-08-281-8/+1
| | | | | | | | I removed the code that prints the password when log level == debug. Instead now it will print "xxxx" for password irrespective of the log level. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689854 13f79535-47bb-0310-9956-ffa450edef68
* echotest: tab separated.Alan Conway2008-08-262-1/+44
| | | | | | | benchmark: runs a set of tests & generates a tab-separated spreadsheet. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689274 13f79535-47bb-0310-9956-ffa450edef68
* Added ClusterFixture::killAlan Conway2008-08-261-35/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689174 13f79535-47bb-0310-9956-ffa450edef68
* Test improvements.Alan Conway2008-08-264-26/+95
| | | | | | | | | - print rates for publish, consume - consistent use of -s for spreadsheet-friendly output. - start_cluster_hosts to start multi-host cluster via ssh. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689166 13f79535-47bb-0310-9956-ffa450edef68
* Add licenseGordon Sim2008-08-261-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689144 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused rpm targets and files.Alan Conway2008-08-266-334/+135
| | | | | | | Added src/tests/echotest.cpp from Gordon Sim. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689123 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1119 : Excluded the InVM test from the external broker runs.Martin Ritchie2008-08-224-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@688117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1119 : M2x commit : Addition of a System property to ↵Martin Ritchie2008-08-226-6/+548
| | | | | | | | | | | | | AMQProtocolHandler.java to allow the syncWait default to be changed. To perform this a new SlowMessageStore has been added to the systest package. This allows all MessageStore methods to have a pre and/or post delay applied. This delay can be configured dynamically if you have a handle to the Store or via the XML configuration. The SlowMessageStore can also be used to wrap any existing MessageStore (Testing only carried out with the default MemoryMessageStore) To make testing easier on M2x VMTestCase has been modified to allow the test to simply configure logging levels and systemProperties. These are then reverted after the test has completed. These changes will naturally need more work to before they are merged to trunk which uses totally different methods for ClientProperties and for running tests. systests/pom.xml didn't have amqj.logging.level as a systemProperty hence setting it did nothing for the tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@688110 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1258 add ASL to java files that were missing itAidan Skinner2008-08-2249-1/+1030
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@688094 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1258: Remove crufty duplicates of DISCLAIMER, LICENSE, NOTICE and ↵Aidan Skinner2008-08-2211-697/+53
| | | | | | README. Update RELEASE_NOTES.txt. Ensure legal files are included in the jar and archives. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@688088 13f79535-47bb-0310-9956-ffa450edef68
* Update & correct some of the notes included with the release.Gordon Sim2008-08-226-88/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@688045 13f79535-47bb-0310-9956-ffa450edef68
* Use numeric version number 0.3 in AC_INIT.Alan Conway2008-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687872 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo.Alan Conway2008-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687850 13f79535-47bb-0310-9956-ffa450edef68
* Pre-buffering output strategy for cluster.Alan Conway2008-08-2120-87/+466
| | | | | | | Additional hooks in broker code, should not affect standalone broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687813 13f79535-47bb-0310-9956-ffa450edef68
* Update version, NOTICE files.Aidan Skinner2008-08-214-5/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687807 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1167: reset queue notification lists when creating queues. Pull out ↵Aidan Skinner2008-08-217-25/+73
| | | | | | defaults centrally. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687764 13f79535-47bb-0310-9956-ffa450edef68
* Sorry went crazy with git and didn't meant to commit this changeMartin Ritchie2008-08-211-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687749 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1225 : Changed SimpleACLTest to use QpidTestCase so the failing test ↵Martin Ritchie2008-08-211-2/+31
| | | | | | can be excluded. This change DOES NOT mean the test will run agains the exteranl brokers. The test explicitly shutsdown the QTC broker during the setUp and only runs InVM currently. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687743 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1256 : Initial commit of build creator tool. Documentation to appear on ↵Martin Ritchie2008-08-213-0/+1409
| | | | | | Wiki. (http://cwiki.apache.org/confluence/display/qpid/Build+Creator) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687742 13f79535-47bb-0310-9956-ffa450edef68
* Stopped the broker closing the ProtocolSessions as this was causing the ↵Martin Ritchie2008-08-211-4/+5
| | | | | | client to lock in Mina seemingly missing the notify for the CloseFuture and hangs indefinately git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687741 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1225 : Remove SimpleACLTest from the test runs as the issues has been ↵Martin Ritchie2008-08-215-0/+13
| | | | | | identified. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687688 13f79535-47bb-0310-9956-ffa450edef68
* Remove old crufty helper that is not used.Martin Ritchie2008-08-211-102/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687667 13f79535-47bb-0310-9956-ffa450edef68
* Add Simple Request/Response Example from M2.xMartin Ritchie2008-08-212-0/+476
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687665 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of ↵Martin Ritchie2008-08-212-1/+9
| | | | | | race condition. My guess is that the session is open but closes right after the isClosed call is done. So the client the goes on and does a waitForFrame that never arrives causing the timeout exceptions. As commented in AMQPH if we add our frame listener such that it will receive any existing and subsequent exceptions, such as connection closing whilst we add them to the framelisteners then I think this will resolve the issue. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1217: make temporary queue creation actually create the temporary queue.Aidan Skinner2008-08-205-34/+84
| | | | | | | | | | AMQSession*: consolidate createTemporaryQueue into AMQSession. ConnectionTest: declare custom exchanges before testing them TemporaryQueueTest: add test for QPID-1217 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687383 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1202: TopicExchance.removeFilteredQueue: if there are no instances of ↵Aidan Skinner2008-08-201-8/+11
| | | | | | the filter, it's ok to remove it. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687382 13f79535-47bb-0310-9956-ffa450edef68
* Remove 'clever' locking as it actually degrades performance.Gordon Sim2008-08-202-40/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687361 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1252: remove the durable subscription when done with it, and increased ↵Rafael H. Schloming2008-08-201-1/+2
| | | | | | another timeout git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687313 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1251: changed close method for closing the underlying socket on windows ↵Arnaud Simon2008-08-201-1/+8
| | | | | | only. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687310 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687141 13f79535-47bb-0310-9956-ffa450edef68
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-192-1/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687140 13f79535-47bb-0310-9956-ffa450edef68
* increased the timeout in the new DurableSubscriptionTest from 250 ↵Rafael H. Schloming2008-08-191-1/+1
| | | | | | milliseconds to 1 second git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1202: Rebind durable subscriptions if the arguments have changedAidan Skinner2008-08-192-8/+85
| | | | | | | | TopicExchange: take field arguments into account when determining if topic binding already exists when binding, but not for regular isBound(). DurableSubscriptionTest: add test case for QPID-1202 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687010 13f79535-47bb-0310-9956-ffa450edef68
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686854 13f79535-47bb-0310-9956-ffa450edef68
* Configure --without-cpg by default for M3.Alan Conway2008-08-181-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686846 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1250: Ensure broker receives session.detached before channel can be reused.Gordon Sim2008-08-181-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686818 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1252: modified tests to unsubscribe the durable subscriptions they createRafael H. Schloming2008-08-183-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686811 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1226 : Last few changes to correctly shutdown all ApplicationRegistries ↵Martin Ritchie2008-08-186-3/+47
| | | | | | on each test run git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686722 13f79535-47bb-0310-9956-ffa450edef68
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-155-13/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1246 : set execute permissions on the bin scriptsMartin Ritchie2008-08-158-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686214 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1245: use notifyMessage rather than onMessage in setMessageListener so ↵Rafael H. Schloming2008-08-152-1/+11
| | | | | | that messages from the synchronous queue actually get acked git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686172 13f79535-47bb-0310-9956-ffa450edef68