summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added minimal checkstyle to project reports. Fixed some problems with site ↵Rupert Smith2007-06-2118-133/+320
| | | | | | generation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@549530 13f79535-47bb-0310-9956-ffa450edef68
* changed setText to use UTF8 as default encoder Arnaud Simon2007-06-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@549112 13f79535-47bb-0310-9956-ffa450edef68
* Proper update to PrincipalDatabase's to ensure they work correctly with # ↵Martin Ritchie2007-06-202-17/+23
| | | | | | comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@549011 13f79535-47bb-0310-9956-ffa450edef68
* QPID-525 Memory leak in DestWildExchange. Used routing key in remove rather ↵Martin Ritchie2007-06-181-2/+1
| | | | | | than empty queue git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548381 13f79535-47bb-0310-9956-ffa450edef68
* Mistakenly checked in Intelij fileMartin Ritchie2007-06-181-469/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548319 13f79535-47bb-0310-9956-ffa450edef68
* Old lib dirs from M1Martin Ritchie2007-06-186-40/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548317 13f79535-47bb-0310-9956-ffa450edef68
* Old lib dir from M1Martin Ritchie2007-06-1821-1250/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548315 13f79535-47bb-0310-9956-ffa450edef68
* Added SLF4J to Log4J binding.Rupert Smith2007-06-181-7/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548312 13f79535-47bb-0310-9956-ffa450edef68
* Various License header updates, missed this file. Though the first update of ↵Martin Ritchie2007-06-181-0/+18
| | | | | | it via the JMX console will remove the license. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548308 13f79535-47bb-0310-9956-ffa450edef68
* Various License header updates.Martin Ritchie2007-06-187-13/+104
| | | | | | Update to PrincipalDatabase's to ensure they work correctly with # comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548302 13f79535-47bb-0310-9956-ffa450edef68
* Various License header updates.Martin Ritchie2007-06-1816-0/+302
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548279 13f79535-47bb-0310-9956-ffa450edef68
* Various License header updates.Martin Ritchie2007-06-1856-73791/+1044
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548276 13f79535-47bb-0310-9956-ffa450edef68
* QPID-511 adjusted to use the ReadWriteThreadModel rather than setting ↵Martin Ritchie2007-06-151-5/+3
| | | | | | editing the filterChain directly which could cause problems when using an InVM transport due to the way the InVM transport alters the filter chain during a connect call. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@547627 13f79535-47bb-0310-9956-ffa450edef68
* Converted templates to generate classes using slf4j rather than log4j inline ↵Gordon Sim2007-06-142-4/+6
| | | | | | with changes applied in rev 546190. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@547178 13f79535-47bb-0310-9956-ffa450edef68
* Added repository info for running mvn rat:checkMartin Ritchie2007-06-121-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-465, now throws UnsupportedOperationException when sending to a null ↵Rupert Smith2007-06-121-9/+20
| | | | | | queue in QueueSender. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546441 13f79535-47bb-0310-9956-ffa450edef68
* Removed log4j dependency from client. Using slf4j instead, end-user to ↵Rupert Smith2007-06-11104-2248/+2381
| | | | | | supply logging implementation as desired. Log4j used for tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546190 13f79535-47bb-0310-9956-ffa450edef68
* Set up top dir location and path to parent pom. Needed in preparation for ↵Rupert Smith2007-06-113-1/+13
| | | | | | deploy and release plugins. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546096 13f79535-47bb-0310-9956-ffa450edef68
* POM update renumbering tests now we have trimmed down the tests being run.Martin Ritchie2007-06-071-139/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@545146 13f79535-47bb-0310-9956-ffa450edef68
* Updated examples to build source jar. Also put the java14 retrotranslated ↵Rupert Smith2007-06-064-6/+72
| | | | | | module back in now that the strange repeating build problem is solved. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544866 13f79535-47bb-0310-9956-ffa450edef68
* Interop tests ported to .NetRupert Smith2007-06-056-0/+885
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544508 13f79535-47bb-0310-9956-ffa450edef68
* Added documentation on how to run the sustained tests.Martin Ritchie2007-06-051-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544422 13f79535-47bb-0310-9956-ffa450edef68
* Addition of a sustained test client. This is currently setup for running a ↵Martin Ritchie2007-06-0411-85/+1386
| | | | | | | | | | | | pub/sub test. The test allows for multiple clients to connect and participate in testing the broker throughput. A single producer continually sends messages to a topic which the clients then send batched results back about. The producer uses the timings in the reports to update the rate at which it sends messages. Ideally reaching a steady state where all messages produced are received by everyone within a specified time frame. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-402: FailoverException falling through to client. All blocking ↵Rupert Smith2007-06-0126-2480/+3171
| | | | | | operations now wrapped in failover support wrappers. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@543496 13f79535-47bb-0310-9956-ffa450edef68
* Update to ensure fastinstall profile skips the broker python tests.Martin Ritchie2007-05-302-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@542789 13f79535-47bb-0310-9956-ffa450edef68
* Can now pass property to skip python tests, set in settings.xmlRupert Smith2007-05-291-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@542484 13f79535-47bb-0310-9956-ffa450edef68
* QPID-136 Initial Prefetch ImplementationTomas Restrepo2007-05-2611-56/+257
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@541920 13f79535-47bb-0310-9956-ffa450edef68
* QPID-482 : Small performance tweaksRobert Godfrey2007-05-2411-63/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@541247 13f79535-47bb-0310-9956-ffa450edef68
* Patch submitted to qpid-dev by ksmith@redhat.com. Fixes concurrency issues ↵Gordon Sim2007-05-2215-30/+121
| | | | | | | | | | | | | | | | arising from previous move to use singleton apr pool. "My patch does three things: 1) Modifies the APRPool class to use alloc/free semantics for APR memory pools. Each time a caller calls APRPool::get() they'll their own pool reference. I've fixed up all the call sites I can find to also call APRPool::free() at the appropriate time. 2) Caches freed APR memory pools in a STL stack. This cuts down on the number of memory pools created overall. 3) As a result of doing #1 and #2 I've introduced a guard mutex around APRPool::get() and APRPool::free(). This is to prevent concurrent access to the memory pool cache. If it's too heavyweight, the mutex along with the caching mechanism could be removed entirely." git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@540511 13f79535-47bb-0310-9956-ffa450edef68
* Made message less scary when persistence not enabled(!).Gordon Sim2007-05-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@540169 13f79535-47bb-0310-9956-ffa450edef68
* Documented all exception.Rupert Smith2007-05-2147-211/+549
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@540107 13f79535-47bb-0310-9956-ffa450edef68
* * Excluded failover tests from nant builds and SSL tests on monoTomas Restrepo2007-05-196-7/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539788 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-495 (Contributed by Carlos Medina) Implement default timeouts for ↵Tomas Restrepo2007-05-1919-151/+336
| | | | | | | | | | | | | | AttainState and SyncWrite * Fix method signatures * Remove SSL test with client-side certificates (requires extra setup) * Add locks AMSQtateManager and AMQProtocolListener to prevent modification of listener collections while processing notifications * Add library/runtime information to ConnectionStartMethodHandler * Fix some compiler warnings * Added XML documentation for some api interfaces git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539783 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.am: added rpmbuild target for consistency with trunk.Alan Conway2007-05-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539594 13f79535-47bb-0310-9956-ffa450edef68
* Added perftest instructions and explanation.Rupert Smith2007-05-182-146/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539501 13f79535-47bb-0310-9956-ffa450edef68
* QPID-401 Update to allow -Dskip-python-tests to disable python checkingMartin Ritchie2007-05-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539484 13f79535-47bb-0310-9956-ffa450edef68
* QPID-401 Update to allow -Dskip-python-tests to disable python checkingMartin Ritchie2007-05-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539481 13f79535-47bb-0310-9956-ffa450edef68
* QPID-401 Update to pom to correctly set the broker.dirMartin Ritchie2007-05-181-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539476 13f79535-47bb-0310-9956-ffa450edef68
* QPID-401 Integrated python tests with maven tested on windows CMD.exe and ↵Martin Ritchie2007-05-184-2/+215
| | | | | | linux FC5 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539470 13f79535-47bb-0310-9956-ffa450edef68
* QPID-490 (Contributed by Carlos Medina) Implement PurgeQueue and DeleteQueueTomas Restrepo2007-05-188-5/+411
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539191 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-492 Fix Race condition in message decodingTomas Restrepo2007-05-1723-705/+684
| | | | | | | | | | * QPID-249 Make ServiceRequestingClient and ServiceProvidingClient a single, self contained test * Fix incorrect exception message in Qpid.Buffers, improve tests * Make ContentBody use an sliced buffer to avoid extra data copy * Remove useless tests in Qpid.Client (Blocking IO tests) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539178 13f79535-47bb-0310-9956-ffa450edef68
* Small fix to correct property name.Rupert Smith2007-05-171-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538922 13f79535-47bb-0310-9956-ffa450edef68
* Fixed failing python tests. The rather annoying way we unsubscribe ↵Martin Ritchie2007-05-172-3/+7
| | | | | | | | subscribers by creating new ones was causing a problem as the closing channel had been closed before the unsubscribe call. Java now passes all python tests git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538912 13f79535-47bb-0310-9956-ffa450edef68
* Added to the JavadocRupert Smith2007-05-1713-185/+728
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538907 13f79535-47bb-0310-9956-ffa450edef68
* Fix for broken CSDM message purging routine that was causing python test_get ↵Martin Ritchie2007-05-171-7/+49
| | | | | | | | to fail. Replaced long while control with a method call that is easier to understand and has more comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538882 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3 Topic Matching with testsMartin Ritchie2007-05-153-11/+787
| | | | | | | | | A simple naive approach. Similar to C++ to be included for M2. More elaborate pre-evaluated version will have to wait. Once benchmarks have been performed we can evaluate performance advantages if any of that approach. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538240 13f79535-47bb-0310-9956-ffa450edef68
* More Javadocing.Rupert Smith2007-05-154-18/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538109 13f79535-47bb-0310-9956-ffa450edef68
* Added missing files so that make distcheck passes.Gordon Sim2007-05-151-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538098 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Removed Unsupported exception from setIntProperty with STRICT_AMQP setMartin Ritchie2007-05-151-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538084 13f79535-47bb-0310-9956-ffa450edef68
* Separated out implementation from interop test headers.Gordon Sim2007-05-157-200/+299
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538079 13f79535-47bb-0310-9956-ffa450edef68