made the load test a bit bigger :)

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@633585 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2008-03-04 19:01:55 +00:00
parent 42fc31b4af
commit ab839ffc06
1 changed files with 5 additions and 4 deletions

View File

@ -27,19 +27,20 @@
<camelContext xmlns="http://activemq.apache.org/camel/schema/spring">
<route>
<from uri="dataset:foo"/>
<from uri="dataset:myDataSet"/>
<to uri="activemq:test.queue"/>
</route>
<route>
<from uri="activemq:test.queue"/>
<to uri="dataset:foo"/>
<to uri="dataset:myDataSet"/>
</route>
</camelContext>
<bean id="foo" class="org.apache.camel.component.dataset.SimpleDataSet">
<property name="size" value="10"/>
<bean id="myDataSet" class="org.apache.camel.component.dataset.SimpleDataSet">
<property name="size" value="10000"/>
<property name="reportCount" value="100"/>
</bean>
<!-- lets create an embedded broker for this test -->