Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 61923 invoked from network); 5 May 2009 22:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 22:12:34 -0000 Received: (qmail 92927 invoked by uid 500); 5 May 2009 22:12:34 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 92905 invoked by uid 500); 5 May 2009 22:12:33 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 92895 invoked by uid 99); 5 May 2009 22:12:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 22:12:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [38.98.186.144] (HELO asav-1.01.com) (38.98.186.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 22:12:23 +0000 Received: from asav-1.01.com (localhost.localdomain [127.0.0.1]) by asav-1.01.com (8.13.1/8.13.1) with ESMTP id n45MBcN6023930 for ; Tue, 5 May 2009 17:11:38 -0500 Received: from smtp-2.01.com (smtp-2.01.com [38.98.186.158]) by asav-1.01.com (asav-1.01.com [10.25.1.11]) envelope-from with ESMTP id l44HBc2978231550LI ret-id none; Tue, 05 May 2009 17:11:38 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-2.01.com (Postfix) with ESMTP id 029631AD3C0 for ; Tue, 5 May 2009 17:11:37 -0500 (CDT) Received: from smtp-2.01.com ([127.0.0.1]) by localhost (smtp-2.01.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EIk6KZmAIGYz for ; Tue, 5 May 2009 17:11:36 -0500 (CDT) Received: from mail-3.01.com (mail-3.01.com [38.98.186.155]) by smtp-2.01.com (Postfix) with ESMTP id DEB271AD3B5 for ; Tue, 5 May 2009 17:11:36 -0500 (CDT) Date: Tue, 5 May 2009 17:11:36 -0500 (CDT) From: Garrett Smith To: users Message-ID: In-Reply-To: <1824130378.1736271241561452486.JavaMail.root@mail-3.01.com> Subject: Idle timeout and Java client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [173.98.96.39] X-Mailer: Zimbra 5.0.13_GA_2791.RHEL5_64 (ZimbraWebClient - FF3.0 (Win)/5.0.13_GA_2791.RHEL5_64) X-smtpf-Report: client=relay,white,ipv6; mail=; rcpt= X-Virus-Checked: Checked by ClamAV on apache.org I'm running into some warnings when running the Java client: WARN [org.apache.qpid.transport.ClientDelegate] Ignoring the idle timeout 3600 set by the connection, using the brokers max value 0 The source for this is here: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/ClientDelegate.java?view=markup When the idle timeout from the broker is 0, you'll always get this warning (see the code). Apart from the fact that the warning will always complain when timeout is 0, I'm wondering about the idle timeout itself -- I'm not seeing a way to set that on the broker (C++ M4). I'm assuming that idle timeout of 0 means "never timeout", which is probably what I want anyway. Is there a way to configure this for the C++ broker? --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org