[
https://issues.apache.org/jira/browse/CAMEL-7953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-7953:
-------------------------------
Priority: Minor (was: Major)
> Hazelcast seda documentation is misleading about pollInterval
> -------------------------------------------------------------
>
> Key: CAMEL-7953
> URL: https://issues.apache.org/jira/browse/CAMEL-7953
> Project: Camel
> Issue Type: Bug
> Components: camel-hazelcast
> Affects Versions: 2.14.0
> Reporter: Benjamin Graf
> Priority: Minor
> Fix For: 2.15.0
>
>
> Actual documentation says about property pollInterval used by hazelcast seda
> consumer: "How frequent to poll from the SEDA queue". Unfortunately this is
> wrong since pollInterval is used as blocking timeout while polling a Java
> BlockingQueue
> (http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html#poll%28long,%20java.util.concurrent.TimeUnit%29)
> which might lead to wrong usage. Property might considered to be renamed to
> e.g. blockingTimeout.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)