Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B869CC8BD for ; Sun, 30 Nov 2014 14:06:12 +0000 (UTC) Received: (qmail 53172 invoked by uid 500); 30 Nov 2014 14:06:12 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 53135 invoked by uid 500); 30 Nov 2014 14:06:12 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 53125 invoked by uid 99); 30 Nov 2014 14:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2014 14:06:12 +0000 Date: Sun, 30 Nov 2014 14:06:12 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-7953) Hazelcast seda documentation is misleading about pollInterval MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-7953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-7953: ------------------------------- Fix Version/s: 2.15.0 > 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 > 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)