Benjamin Graf created CAMEL-7953:
------------------------------------

             Summary: 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


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)

Reply via email to