## --------------------------------------------------------------------------- ## 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=1 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