This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 75d640da5fd0cd3bfd7c6c719712cbe1785739b3
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Nov 18 09:53:58 2021 +0100

    Kafka to SQS Exchange Pooling: Added properties for exchange pooling
---
 profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties 
b/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties
index f725784..e94cf13 100644
--- a/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties
+++ b/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties
@@ -21,6 +21,9 @@
 camel.main.name = camel-k-runtime-examples-yaml
 camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
+camel.main.exchange-factory = pooled
+camel.main.exchange-factory-capacity = 25
+camel.main.exchange-factory-statistics-enabled = true
 
 #
 # camel-k - sources (routes)

Reply via email to