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 933B1D786 for ; Fri, 19 Oct 2012 12:40:40 +0000 (UTC) Received: (qmail 5281 invoked by uid 500); 19 Oct 2012 12:40:40 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 4842 invoked by uid 500); 19 Oct 2012 12:40:35 -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 4786 invoked by uid 99); 19 Oct 2012 12:40:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 12:40:33 +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 (nike.apache.org: domain of chubrilo@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 12:40:27 +0000 Received: by mail-la0-f43.google.com with SMTP id i5so252239lah.2 for ; Fri, 19 Oct 2012 05:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=0f6WlCW/0HSmgt6mcxc7OEYG5YkQoz5hr79tbdfGSR4=; b=vK+ZXE1q3D/soBL6BE2TY3gHP+Vo4zZlFU+IoVChQOC+Xa5BuOdxUp8hgvSRrk4iLv uw7ys7rk7EDh4X6eCm3r5PWI718ez48g3tnShJNO9qkZ1OiAoptQYJV0w78AWXXQ2d5e t5iIe+DmPUAyVT261Hj2VFPpsFt7e0inALL6D+eVbojW8R2AMivaw/Mfiahk4ib7RnzV SKU0SzGCSWnG0zj42nioiOpTBdecymYfU9lTHJm8getHUCRBnQFvS25xCp+K/zYDRdhy xsgVlRC5Ke4NFJFnM/Z0uz+mJu3O0kItOLHpPV6cE0bE/3ssBNzQTQvNTCsLwoOmn+qa sypA== MIME-Version: 1.0 Received: by 10.152.124.83 with SMTP id mg19mr1134948lab.6.1350650406780; Fri, 19 Oct 2012 05:40:06 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.114.68.6 with HTTP; Fri, 19 Oct 2012 05:40:06 -0700 (PDT) In-Reply-To: <1350575895518-4657945.post@n4.nabble.com> References: <1350575895518-4657945.post@n4.nabble.com> Date: Fri, 19 Oct 2012 14:40:06 +0200 X-Google-Sender-Auth: 5eu3p8t7MBRd-yVjvSdFZfddnL8 Message-ID: Subject: Re: [MQTT] Impossible to disable InactivityMonitor ! From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, can you raise a Jira for this? Thanks. Regards -- Dejan Bosanac ---------------------- Red Hat, Inc. FuseSource is now part of Red Hat dbosanac@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Thu, Oct 18, 2012 at 5:58 PM, BoomBoom49 wrote: > Hi, > > I try to migrate from mosquitto to ActiveMQ 5.7.0, > - I configure my xml with > - my java client send a CONNECT message with a keepAlive set to 0. > > but ActivateMQ kill my connection after 30s with a nice > > > When I set a keep alive to 60sec, it works. I mean ActiveMQ kill my > connection after 60secs. > > I have a look to the source of MQTTInactivityMonitor and > MQTTProtocolConverter > and it seem impossible to start a MQTTInactivityMonitor with a 0 keepAlive, > but in my log I have this message : > > > So I really don't understand. > > Thx > > > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/MQTT-Impossible-to-disable-InactivityMonitor-tp4657945.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.