Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48D1DD21B for ; Tue, 4 Sep 2012 16:25:20 +0000 (UTC) Received: (qmail 75351 invoked by uid 500); 4 Sep 2012 16:25:19 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 75285 invoked by uid 500); 4 Sep 2012 16:25:19 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 75276 invoked by uid 99); 4 Sep 2012 16:25:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 16:25:19 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 16:25:14 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T8vvq-0002tX-82 for users@activemq.apache.org; Tue, 04 Sep 2012 09:24:54 -0700 Date: Tue, 4 Sep 2012 09:24:54 -0700 (PDT) From: gdulus To: users@activemq.apache.org Message-ID: <1346775894240-4656028.post@n4.nabble.com> Subject: Idempotent consumer problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey We have strange problem with Jdbc based idempotent consumer. We have three queues: watcher.queue.source watcher.queue.sink watcher.queue.used we populate watcher.queue.source queue form which Camel IC is reading messages and populate them to watcher.queue.sink. Consumers read from watcher.queue.sink and when they finish processing of the message they send to watcher.queue.used queue message id. On watcher.queue.used we registered bean which listening on incoming messages (plain string which is id of consumed message) and we remove entry from Camel IC. For some reason we hit in two bad scenarios. 1) Consumers don't read from watcher.queue.sink queue, but camel is blazing fast 2) Consumers read with no problem from watcher.queue.sink, but camel is ultra slow this is AMQ config: http://activemq.2283324.n4.nabble.com/file/n4656028/activemq.xml activemq.xml Any hint? -- View this message in context: http://activemq.2283324.n4.nabble.com/Idempotent-consumer-problem-tp4656028.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.