https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/component/seda/SedaEndpoint.java

By the way if you look in there you can see where the log statement comes
from in the createQueue method.

On Wed, Sep 14, 2016 at 3:40 PM, Akram <akram.s...@gmail.com> wrote:

> I am using simple seda route and seeing that seda is using shared queue in
> log.
>
> Endpoint
> Endpoint[seda://elasticSearchStore?concurrentConsumers=5&queueFactory=%
> 23elasticsearchStoreLinkedQueue]
> is using shared queue: seda://elasticSearchStore with size: 2147483647
> 2016-09-14 21:33:51,952 INFO  SedaEndpoint:170  -       Endpoint
> Endpoint[seda://splunkStore?concurrentConsumers=10&queueFactory=%
> 23splunkStoreLinkedQueue]
> is using shared queue: seda://splunkStore with size: 2147483647
>
> Why it is using shared queue, even though i have defined the queue. Any
> suggestions will be more helpfule.
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.
> com/camel-seda-queue-log-tp5787556.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to