Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 55290 invoked from network); 14 Nov 2006 21:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 21:18:23 -0000 Received: (qmail 93835 invoked by uid 500); 14 Nov 2006 21:18:33 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 93821 invoked by uid 500); 14 Nov 2006 21:18:33 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 93771 invoked by uid 99); 14 Nov 2006 21:18:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 13:18:32 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 13:18:15 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 70E291A9856; Tue, 14 Nov 2006 13:17:44 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474986 [4/6] - in /incubator/activemq/branches/activemq-4.1: ./ activemq-console/src/main/java/org/apache/activemq/console/ activemq-console/src/main/resources/META-INF/ activemq-console/src/test/resources/ activemq-core/src/main/java/org/... Date: Tue, 14 Nov 2006 21:17:39 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061114211744.70E291A9856@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-durable.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-durable.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-durable.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-durable.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=equal -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -consumer.durable=true -consumer.asyncRecv=true -consumer.destName=topic://TEST.FOO -consumer.sessTransacted=false -consumer.sessAckMode=autoAck -consumer.destComposite=false -consumer.unsubscribe=true -# 5 mins receive duration -consumer.recvType=time -consumer.recvDuration=300000 -# 1 million messages receive -# consumer.recvType=count -# consumer.recvCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=equal +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +consumer.durable=true +consumer.asyncRecv=true +consumer.destName=topic://TEST.FOO +consumer.sessTransacted=false +consumer.sessAckMode=autoAck +consumer.destComposite=false +consumer.unsubscribe=true +# 5 mins receive duration +consumer.recvType=time +consumer.recvDuration=300000 +# 1 million messages receive +# consumer.recvType=count +# consumer.recvCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-durable.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-nondurable.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-nondurable.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-nondurable.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-nondurable.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=equal -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -consumer.durable=false -consumer.asyncRecv=true -consumer.destName=topic://TEST.FOO -consumer.sessTransacted=false -consumer.sessAckMode=autoAck -consumer.destComposite=false -consumer.unsubscribe=true -# 5 mins receive duration -consumer.recvType=time -consumer.recvDuration=300000 -# 1 million messages receive -# consumer.recvType=count -# consumer.recvCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=equal +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +consumer.durable=false +consumer.asyncRecv=true +consumer.destName=topic://TEST.FOO +consumer.sessTransacted=false +consumer.sessAckMode=autoAck +consumer.destComposite=false +consumer.unsubscribe=true +# 5 mins receive duration +consumer.recvType=time +consumer.recvDuration=300000 +# 1 million messages receive +# consumer.recvType=count +# consumer.recvCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-1-topic-nondurable.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=equal -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=10 -sysTest.reportDir=./ - -# Consumer Client Settings -consumer.durable=false -consumer.asyncRecv=true -consumer.destName=queue://TEST.FOO -consumer.sessTransacted=false -consumer.sessAckMode=autoAck -consumer.destComposite=false -consumer.unsubscribe=true -# 5 mins receive duration -consumer.recvType=time -consumer.recvDuration=300000 -# 1 million messages receive -# consumer.recvType=count -# consumer.recvCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=equal +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=10 +sysTest.reportDir=./ + +# Consumer Client Settings +consumer.durable=false +consumer.asyncRecv=true +consumer.destName=queue://TEST.FOO +consumer.sessTransacted=false +consumer.sessAckMode=autoAck +consumer.destComposite=false +consumer.unsubscribe=true +# 5 mins receive duration +consumer.recvType=time +consumer.recvDuration=300000 +# 1 million messages receive +# consumer.recvType=count +# consumer.recvCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-queue.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-durable.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-durable.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-durable.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-durable.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=equal -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=10 -sysTest.reportDir=./ - -# Consumer Client Settings -consumer.durable=true -consumer.asyncRecv=true -consumer.destName=topic://TEST.FOO -consumer.sessTransacted=false -consumer.sessAckMode=autoAck -consumer.destComposite=false -consumer.unsubscribe=true -# 5 mins receive duration -consumer.recvType=time -consumer.recvDuration=300000 -# 1 million messages receive -# consumer.recvType=count -# consumer.recvCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=equal +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=10 +sysTest.reportDir=./ + +# Consumer Client Settings +consumer.durable=true +consumer.asyncRecv=true +consumer.destName=topic://TEST.FOO +consumer.sessTransacted=false +consumer.sessAckMode=autoAck +consumer.destComposite=false +consumer.unsubscribe=true +# 5 mins receive duration +consumer.recvType=time +consumer.recvDuration=300000 +# 1 million messages receive +# consumer.recvType=count +# consumer.recvCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-durable.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-nondurable.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-nondurable.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-nondurable.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-nondurable.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=equal -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=10 -sysTest.reportDir=./ - -# Consumer Client Settings -consumer.durable=false -consumer.asyncRecv=true -consumer.destName=topic://TEST.FOO -consumer.sessTransacted=false -consumer.sessAckMode=autoAck -consumer.destComposite=false -consumer.unsubscribe=true -# 5 mins receive duration -consumer.recvType=time -consumer.recvDuration=300000 -# 1 million messages receive -# consumer.recvType=count -# consumer.recvCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=equal +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=10 +sysTest.reportDir=./ + +# Consumer Client Settings +consumer.durable=false +consumer.asyncRecv=true +consumer.destName=topic://TEST.FOO +consumer.sessTransacted=false +consumer.sessAckMode=autoAck +consumer.destComposite=false +consumer.unsubscribe=true +# 5 mins receive duration +consumer.recvType=time +consumer.recvDuration=300000 +# 1 million messages receive +# consumer.recvType=count +# consumer.recvCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/consumer-conf/AMQ-Cons-10-10-topic-nondurable.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-nonpersistent.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-nonpersistent.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-nonpersistent.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-nonpersistent.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=all -sysTest.samplers=tp -sysTest.numClients=1 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -producer.deliveryMode=nonpersistent -producer.messageSize=1024 -producer.destName=queue://TEST.FOO -producer.sessTransacted=false -producer.sessAckMode=autoAck -producer.createNewMsg=false -producer.destComposite=false -# 5 mins send duration -producer.sendType=time -producer.sendDuration=300000 -# 1 million messages send -# producer.sendType=count -# producer.sendCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=all +sysTest.samplers=tp +sysTest.numClients=1 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +producer.deliveryMode=nonpersistent +producer.messageSize=1024 +producer.destName=queue://TEST.FOO +producer.sessTransacted=false +producer.sessAckMode=autoAck +producer.createNewMsg=false +producer.destComposite=false +# 5 mins send duration +producer.sendType=time +producer.sendDuration=300000 +# 1 million messages send +# producer.sendType=count +# producer.sendCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-nonpersistent.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-persistent.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-persistent.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-persistent.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-persistent.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=all -sysTest.samplers=tp -sysTest.numClients=1 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -producer.deliveryMode=persistent -producer.messageSize=1024 -producer.destName=queue://TEST.FOO -producer.sessTransacted=false -producer.sessAckMode=autoAck -producer.createNewMsg=false -producer.destComposite=false -# 5 mins send duration -producer.sendType=time -producer.sendDuration=300000 -# 1 million messages send -# producer.sendType=count -# producer.sendCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=all +sysTest.samplers=tp +sysTest.numClients=1 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +producer.deliveryMode=persistent +producer.messageSize=1024 +producer.destName=queue://TEST.FOO +producer.sessTransacted=false +producer.sessAckMode=autoAck +producer.createNewMsg=false +producer.destComposite=false +# 5 mins send duration +producer.sendType=time +producer.sendDuration=300000 +# 1 million messages send +# producer.sendType=count +# producer.sendCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-queue-persistent.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-nonpersistent.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-nonpersistent.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-nonpersistent.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-nonpersistent.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=all -sysTest.samplers=tp -sysTest.numClients=1 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -producer.deliveryMode=nonpersistent -producer.messageSize=1024 -producer.destName=topic://TEST.FOO -producer.sessTransacted=false -producer.sessAckMode=autoAck -producer.createNewMsg=false -producer.destComposite=false -# 5 mins send duration -producer.sendType=time -producer.sendDuration=300000 -# 1 million messages send -# producer.sendType=count -# producer.sendCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=all +sysTest.samplers=tp +sysTest.numClients=1 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +producer.deliveryMode=nonpersistent +producer.messageSize=1024 +producer.destName=topic://TEST.FOO +producer.sessTransacted=false +producer.sessAckMode=autoAck +producer.createNewMsg=false +producer.destComposite=false +# 5 mins send duration +producer.sendType=time +producer.sendDuration=300000 +# 1 million messages send +# producer.sendType=count +# producer.sendCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-nonpersistent.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-persistent.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-persistent.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-persistent.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-persistent.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=all -sysTest.samplers=tp -sysTest.numClients=1 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -producer.deliveryMode=persistent -producer.messageSize=1024 -producer.destName=topic://TEST.FOO -producer.sessTransacted=false -producer.sessAckMode=autoAck -producer.createNewMsg=false -producer.destComposite=false -# 5 mins send duration -producer.sendType=time -producer.sendDuration=300000 -# 1 million messages send -# producer.sendType=count -# producer.sendCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=all +sysTest.samplers=tp +sysTest.numClients=1 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +producer.deliveryMode=persistent +producer.messageSize=1024 +producer.destName=topic://TEST.FOO +producer.sessTransacted=false +producer.sessAckMode=autoAck +producer.createNewMsg=false +producer.destComposite=false +# 5 mins send duration +producer.sendType=time +producer.sendDuration=300000 +# 1 million messages send +# producer.sendType=count +# producer.sendCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-1-1-topic-persistent.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-nonpersistent.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-nonpersistent.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-nonpersistent.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-nonpersistent.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=all -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -producer.deliveryMode=nonpersistent -producer.messageSize=1024 -producer.destName=queue://TEST.FOO -producer.sessTransacted=false -producer.sessAckMode=autoAck -producer.createNewMsg=false -producer.destComposite=false -# 5 mins send duration -producer.sendType=time -producer.sendDuration=300000 -# 1 million messages send -# producer.sendType=count -# producer.sendCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=all +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +producer.deliveryMode=nonpersistent +producer.messageSize=1024 +producer.destName=queue://TEST.FOO +producer.sessTransacted=false +producer.sessAckMode=autoAck +producer.createNewMsg=false +producer.destComposite=false +# 5 mins send duration +producer.sendType=time +producer.sendDuration=300000 +# 1 million messages send +# producer.sendType=count +# producer.sendCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-nonpersistent.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-persistent.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-persistent.properties?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-persistent.properties (original) +++ incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-persistent.properties Tue Nov 14 13:17:31 2006 @@ -1,92 +1,92 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# Consumer System Settings -sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI -sysTest.reportType=xml -sysTest.destDistro=all -sysTest.samplers=tp -sysTest.numClients=10 -sysTest.totalDests=1 -sysTest.reportDir=./ - -# Consumer Client Settings -producer.deliveryMode=persistent -producer.messageSize=1024 -producer.destName=queue://TEST.FOO -producer.sessTransacted=false -producer.sessAckMode=autoAck -producer.createNewMsg=false -producer.destComposite=false -# 5 mins send duration -producer.sendType=time -producer.sendDuration=300000 -# 1 million messages send -# producer.sendType=count -# producer.sendCount=1000000 - -# Throughput Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -tpSampler.duration=300000 -tpSampler.rampUpTime=60000 -tpSampler.rampDownTime=60000 -tpSampler.interval=1000 - -# CPU Sampler Settings -# 5 mins sampling duration -# 1 min ramp up and ramp down time -# 1 sec sampling interval -# cpuSampler.duration=300000 -# cpuSampler.rampUpTime=60000 -# cpuSampler.rampDownTime=60000 -# cpuSampler.interval=1000 - -# AMQ Connection Factory Settings -# Use default settings -# factory.brokerURL=tcp://localhost:61616 -# factory.useAsyncSend=false -# factory.asyncDispatch=false -# factory.alwaysSessionAsync=true -# factory.useCompression=false -# factory.optimizeAcknowledge=false -# factory.objectMessageSerializationDefered=false -# factory.disableTimeStampsByDefault=false -# factory.optimizedMessageDispatch=true -# factory.useRetroactiveConsumer=false -# factory.copyMessageOnSend=true -# factory.closeTimeout=15000 - -# factory.userName=null -# factory.clientID=null -# factory.password=null - -# factory.prefetchPolicy.durableTopicPrefetch=100 -# factory.prefetchPolicy.topicPrefetch=32766 -# factory.prefetchPolicy.queueBrowserPrefetch=500 -# factory.prefetchPolicy.queuePrefetch=1000 -# factory.prefetchPolicy.inputStreamPrefetch=100 -# factory.prefetchPolicy.maximumPendingMessageLimit=0 -# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 - -# factory.redeliveryPolicy.initialRedeliveryDelay=1000 -# factory.redeliveryPolicy.maximumRedeliveries=5 -# factory.redeliveryPolicy.useCollisionAvoidance=false -# factory.redeliveryPolicy.useExponentialBackOff=false -# factory.redeliveryPolicy.collisionAvoidancePercent=15 -# factory.redeliveryPolicy.backOffMultiplier=5 +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Consumer System Settings +sysTest.spiClass=org.apache.activemq.tool.spi.ActiveMQReflectionSPI +sysTest.reportType=xml +sysTest.destDistro=all +sysTest.samplers=tp +sysTest.numClients=10 +sysTest.totalDests=1 +sysTest.reportDir=./ + +# Consumer Client Settings +producer.deliveryMode=persistent +producer.messageSize=1024 +producer.destName=queue://TEST.FOO +producer.sessTransacted=false +producer.sessAckMode=autoAck +producer.createNewMsg=false +producer.destComposite=false +# 5 mins send duration +producer.sendType=time +producer.sendDuration=300000 +# 1 million messages send +# producer.sendType=count +# producer.sendCount=1000000 + +# Throughput Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +tpSampler.duration=300000 +tpSampler.rampUpTime=60000 +tpSampler.rampDownTime=60000 +tpSampler.interval=1000 + +# CPU Sampler Settings +# 5 mins sampling duration +# 1 min ramp up and ramp down time +# 1 sec sampling interval +# cpuSampler.duration=300000 +# cpuSampler.rampUpTime=60000 +# cpuSampler.rampDownTime=60000 +# cpuSampler.interval=1000 + +# AMQ Connection Factory Settings +# Use default settings +# factory.brokerURL=tcp://localhost:61616 +# factory.useAsyncSend=false +# factory.asyncDispatch=false +# factory.alwaysSessionAsync=true +# factory.useCompression=false +# factory.optimizeAcknowledge=false +# factory.objectMessageSerializationDefered=false +# factory.disableTimeStampsByDefault=false +# factory.optimizedMessageDispatch=true +# factory.useRetroactiveConsumer=false +# factory.copyMessageOnSend=true +# factory.closeTimeout=15000 + +# factory.userName=null +# factory.clientID=null +# factory.password=null + +# factory.prefetchPolicy.durableTopicPrefetch=100 +# factory.prefetchPolicy.topicPrefetch=32766 +# factory.prefetchPolicy.queueBrowserPrefetch=500 +# factory.prefetchPolicy.queuePrefetch=1000 +# factory.prefetchPolicy.inputStreamPrefetch=100 +# factory.prefetchPolicy.maximumPendingMessageLimit=0 +# factory.prefetchPolicy.optimizeDurableTopicPrefetch=1000 + +# factory.redeliveryPolicy.initialRedeliveryDelay=1000 +# factory.redeliveryPolicy.maximumRedeliveries=5 +# factory.redeliveryPolicy.useCollisionAvoidance=false +# factory.redeliveryPolicy.useExponentialBackOff=false +# factory.redeliveryPolicy.collisionAvoidancePercent=15 +# factory.redeliveryPolicy.backOffMultiplier=5 Propchange: incubator/activemq/branches/activemq-4.1/activemq-perftest/src/main/resources/producer-conf/AMQ-Prod-10-1-queue-persistent.properties ------------------------------------------------------------------------------ svn:eol-style = native