Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 33ADA10C44 for ; Tue, 5 Aug 2014 09:04:55 +0000 (UTC) Received: (qmail 66787 invoked by uid 500); 5 Aug 2014 09:04:54 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 66737 invoked by uid 500); 5 Aug 2014 09:04:54 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 66725 invoked by uid 99); 5 Aug 2014 09:04:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 09:04:54 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tm.igarashi@gmail.com designates 209.85.160.176 as permitted sender) Received: from [209.85.160.176] (HELO mail-yk0-f176.google.com) (209.85.160.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 09:04:50 +0000 Received: by mail-yk0-f176.google.com with SMTP id 19so418363ykq.21 for ; Tue, 05 Aug 2014 02:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Lc3hXJF0KWTdUyxIn0rgW9FiP5JnvxbbIV9AUwx822Q=; b=JjCwX+I4opdfv0mEJqUhtFJm2/a/cEXArQ445Ff9Tw6aFHkes4I9LkHB0Otx3X3pPB YReNajgpYO0PhnLzZZeWVg+RChbJ9y5bk5xo6eCdo721MS62zuOSe7iuwibDozpPjIFQ hgzalOnSomX637zPFto+JTfsrPVypbiXKm7qy9fily04q2BhqUWdcVIa7l85p2w91VIA O5J87avKkk4z0Oa1lYzgyPE2S/wuytT96AkTDHk809mDUCK2D41gwLITRK9xI8ISVZpe Jv0yhY4p5LH7zEnG3tDlJFDtqjQrxvvSM1mL9lZHWPQ8W/FQ429X5INXDd3E1qh4drQ+ U4hg== MIME-Version: 1.0 X-Received: by 10.236.111.2 with SMTP id v2mr3973699yhg.39.1407229469632; Tue, 05 Aug 2014 02:04:29 -0700 (PDT) Received: by 10.170.75.11 with HTTP; Tue, 5 Aug 2014 02:04:29 -0700 (PDT) Date: Tue, 5 Aug 2014 18:04:29 +0900 Message-ID: Subject: MQTT producer failure From: Tomohisa Igarashi To: users@camel.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm still struggling with camel-mqtt producer to get it working. This is a previous thread: http://camel.465427.n5.nabble.com/Dispatch-queue-mqtt-client-was-not-executing-error-from-camel-mqtt-producer-tp5753937.html I made an example which runs a standalone camel route to verify camel-mqtt works as expected: https://github.com/igarashitm/camel/tree/mqtt-consumer-producer-failure https://github.com/igarashitm/camel/commit/24bdf5c7f8bac5763f2485591561773bba4e337f But it hits an another issue on producer side. A message is never published to the output topic through the MQTT producer and it repeats redeliveries without any error/warn message unless the testcase is shut down. Am I doing something wrong in the testcase? If not, I'll file a JIRA with this example. Thanks, Tomo -- IGARASHI Tomohisa mailto:tm.igarashi@gmail.com