summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure the top level release-docs directory is included in the buildsMartin Ritchie2007-07-185-2/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557288 13f79535-47bb-0310-9956-ffa450edef68
* Set default mvn build to assembly:assemblyMartin Ritchie2007-07-181-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557286 13f79535-47bb-0310-9956-ffa450edef68
* updated comment to refelect property valuesMartin Ritchie2007-07-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557281 13f79535-47bb-0310-9956-ffa450edef68
* This is left over from ANTMartin Ritchie2007-07-184-332/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557279 13f79535-47bb-0310-9956-ffa450edef68
* Updates to pom files and Licensing/Notice files for M2 release.Martin Ritchie2007-07-1820-534/+449
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557276 13f79535-47bb-0310-9956-ffa450edef68
* Properties file not needed any more. Test properties all driven from ↵Rupert Smith2007-07-171-20/+0
| | | | | | MessagingTestConfigProperties. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556969 13f79535-47bb-0310-9956-ffa450edef68
* Retired old interop tests.Rupert Smith2007-07-173-538/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556968 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused package.Rupert Smith2007-07-170-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556967 13f79535-47bb-0310-9956-ffa450edef68
* Refactored the distributed test clients and coordinator to support different ↵Rupert Smith2007-07-1726-2166/+2078
| | | | | | distribution and sequencing engines. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556958 13f79535-47bb-0310-9956-ffa450edef68
* QPID-541 : Change to use threadlocal maps for intern for the common case to ↵Robert Godfrey2007-07-171-12/+38
| | | | | | avoid excessive synchronization. In the uncommon case will require more lookup. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556898 13f79535-47bb-0310-9956-ffa450edef68
* QPID-541 A large portion of memory was being wasted in 32k ByteBuffers being ↵Martin Ritchie2007-07-176-8/+69
| | | | | | | | | held by the AMQShortStrings. Patch submitted by Robert Godfrey to intern() the AMQSSs to reduce memory usage. Current implementation *will* impact performance due to the usage of a static Map for storage. However, a thread local implementation is in the works. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556890 13f79535-47bb-0310-9956-ffa450edef68
* Change to allow the management port to be specified on the command line, via ↵Martin Ritchie2007-07-172-48/+85
| | | | | | -m or --mport git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556888 13f79535-47bb-0310-9956-ffa450edef68
* Added additional information to hard-error logging in exceptionReceived.Martin Ritchie2007-07-171-4/+13
| | | | | | Fully expanded imports git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556872 13f79535-47bb-0310-9956-ffa450edef68
* White space & code formatting changeMartin Ritchie2007-07-171-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556871 13f79535-47bb-0310-9956-ffa450edef68
* QPID-540 Prevent NPE when purging message from the main _message queue in ↵Martin Ritchie2007-07-173-56/+135
| | | | | | the ConcurrentSelectorDeliveryManager that have been delivered via a Subscribers _messageQueue. Ensuring that any expired messages are still correctly handled. i.e. the Queue size/depth is reduced and the message correctly dequeued from the underlying store. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556869 13f79535-47bb-0310-9956-ffa450edef68
* Addition of simple pub/sub examples.Martin Ritchie2007-07-174-0/+374
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556868 13f79535-47bb-0310-9956-ffa450edef68
* QPID-538 Check to ensure a duplicate binding is not created.Martin Ritchie2007-07-176-25/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556861 13f79535-47bb-0310-9956-ffa450edef68
* Update to the MessageStore Tool to provide Move and Purge functionality.Martin Ritchie2007-07-175-138/+247
| | | | | | Updated to remove the AMQExceptions that will be removed from the Exchange class. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556847 13f79535-47bb-0310-9956-ffa450edef68
* Additional logging in case of broker failure at startup.Martin Ritchie2007-07-171-1/+4
| | | | | | Use broker logger at error level as well as System.out git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556845 13f79535-47bb-0310-9956-ffa450edef68
* removed optional cppunit as not in distributed packagesCarl C. Trieloff2007-07-161-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556682 13f79535-47bb-0310-9956-ffa450edef68
* clean upCarl C. Trieloff2007-07-161-9/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556680 13f79535-47bb-0310-9956-ffa450edef68
* added notice entriesCarl C. Trieloff2007-07-161-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556675 13f79535-47bb-0310-9956-ffa450edef68
* QPID-537 : Make AMQMessage.incrementReference publicRobert Godfrey2007-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556628 13f79535-47bb-0310-9956-ffa450edef68
* Completed javadoc for test framework.Rupert Smith2007-07-1313-42/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556024 13f79535-47bb-0310-9956-ffa450edef68
* Moved test framework into its own package and cleaned it up.Rupert Smith2007-07-1320-810/+1738
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556011 13f79535-47bb-0310-9956-ffa450edef68
* Update perftests to center better around current performance.Rupert Smith2007-07-111-112/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@555249 13f79535-47bb-0310-9956-ffa450edef68
* Added message copy method.Rupert Smith2007-07-101-19/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@554964 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to compile before committing. Missed a method change in the Select ↵Martin Ritchie2007-07-051-1/+1
| | | | | | command. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553482 13f79535-47bb-0310-9956-ffa450edef68
* Minor changes and tidy up when running via command line.Martin Ritchie2007-07-0510-52/+262
| | | | | | Added Copy command. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553480 13f79535-47bb-0310-9956-ffa450edef68
* Added license to files that seemed to be missing it.Gordon Sim2007-07-0528-0/+506
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553447 13f79535-47bb-0310-9956-ffa450edef68
* Fixed test state carrying over to mandatory message test from immediate. ↵Rupert Smith2007-07-054-33/+45
| | | | | | Also added in-vm clean up to other tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553432 13f79535-47bb-0310-9956-ffa450edef68
* Tidied up some extranious logging.Martin Ritchie2007-07-043-44/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553265 13f79535-47bb-0310-9956-ffa450edef68
* Addition of the MessageStore Tool.Martin Ritchie2007-07-0437-74/+4045
| | | | | | | | | | Small changes to the Exchanges to allow the extraction of currently listed items. Extracted initial broker configuration mechanism to a reusable class. Have modified broker to use it. Move the Passwd.java to new tools package structure on the broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553248 13f79535-47bb-0310-9956-ffa450edef68
* Messages moved by management console now commited on the message store.Rupert Smith2007-07-042-102/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553172 13f79535-47bb-0310-9956-ffa450edef68
* Added some documentation.Rupert Smith2007-07-023-228/+350
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@552499 13f79535-47bb-0310-9956-ffa450edef68
* Added log4j as slfj logger for perftests.Rupert Smith2007-07-021-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@552441 13f79535-47bb-0310-9956-ffa450edef68
* renamed the passwd programme qpid-passwd to match the change in bin directory.Martin Ritchie2007-06-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551176 13f79535-47bb-0310-9956-ffa450edef68
* Allowed more of the constants to be set via system properties.Martin Ritchie2007-06-271-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551175 13f79535-47bb-0310-9956-ffa450edef68
* Caused each of these tests to run 10 times to help identify any race ↵Martin Ritchie2007-06-272-45/+90
| | | | | | | | conditions that were occuring. Updated the CommitRollbackTest to be more robust in the detection of failure. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551174 13f79535-47bb-0310-9956-ffa450edef68
* added public void declareAndBind(AMQDestination amqd)Arnaud Simon2007-06-271-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551167 13f79535-47bb-0310-9956-ffa450edef68
* Added additional information to log message when available to aid the ↵Martin Ritchie2007-06-271-32/+39
| | | | | | explination of a failed connection git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551121 13f79535-47bb-0310-9956-ffa450edef68
* Updated default guest password as it was not correct.Martin Ritchie2007-06-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551120 13f79535-47bb-0310-9956-ffa450edef68
* POM update to add Apache content to built jarsMartin Ritchie2007-06-271-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551119 13f79535-47bb-0310-9956-ffa450edef68
* Added intelij files to ignore listMartin Ritchie2007-06-270-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551118 13f79535-47bb-0310-9956-ffa450edef68
* Update to the sustained test to ensure late joining occurs correctly and ↵Martin Ritchie2007-06-274-61/+128
| | | | | | | | improved stabilisation. Additional system properties now documented on wiki. http://cwiki.apache.org/qpid/sustained-tests.html git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-509 Mandatory messages not returned outside a transaction. They are now.Rupert Smith2007-06-2610-438/+514
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@550849 13f79535-47bb-0310-9956-ffa450edef68
* Immediate and mandatory flag tests added.Rupert Smith2007-06-262-56/+437
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@550773 13f79535-47bb-0310-9956-ffa450edef68
* Added xml file for logging during sustained testsMartin Ritchie2007-06-261-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@550748 13f79535-47bb-0310-9956-ffa450edef68
* Update to provide a SustainedTestCase, this sends batches of messages to the ↵Martin Ritchie2007-06-258-177/+506
| | | | | | broker. The rate of publication is regulated by the average consume rate advertised by all connected clients. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@550509 13f79535-47bb-0310-9956-ffa450edef68
* Added Immediate and Mandatory message tests.Rupert Smith2007-06-223-0/+1103
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@549849 13f79535-47bb-0310-9956-ffa450edef68