You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/11/30 15:08:12 UTC

[jira] [Resolved] (CAMEL-7953) Hazelcast seda documentation is misleading about pollInterval

     [ https://issues.apache.org/jira/browse/CAMEL-7953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-7953.
--------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Thanks for spotting this.

> 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
>            Assignee: Claus Ibsen
>            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)