This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 49cc588 Camel-Pulsar: Increased the consumerQueueSize in Concurrent Producer Integration tests 49cc588 is described below commit 49cc58880332c1beeb7261bf28a80ededccf71a1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Apr 26 15:18:13 2019 +0200 Camel-Pulsar: Increased the consumerQueueSize in Concurrent Producer Integration tests --- .../apache/camel/component/pulsar/PulsarConcurrentProducerInTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarConcurrentProducerInTest.java b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarConcurrentProducerInTest.java index dd0abe5..a78ee82 100644 --- a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarConcurrentProducerInTest.java +++ b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarConcurrentProducerInTest.java @@ -41,7 +41,7 @@ public class PulsarConcurrentProducerInTest extends PulsarTestSupport { @Produce("direct:start") private ProducerTemplate producerTemplate; - @EndpointInject("pulsar:" + TOPIC_URI + "?numberOfConsumers=3&subscriptionType=Shared" + "&subscriptionName=camel-subscription&consumerQueueSize=1" + @EndpointInject("pulsar:" + TOPIC_URI + "?numberOfConsumers=3&subscriptionType=Shared" + "&subscriptionName=camel-subscription&consumerQueueSize=5" + "&consumerNamePrefix=camel-consumer" + "&producerName=" + PRODUCER) private Endpoint from;