Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D6D4E200C7D for ; Tue, 16 May 2017 18:32:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D5696160BC9; Tue, 16 May 2017 16:32:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 27A4A160BA6 for ; Tue, 16 May 2017 18:32:59 +0200 (CEST) Received: (qmail 86066 invoked by uid 500); 16 May 2017 16:32:56 -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 86039 invoked by uid 99); 16 May 2017 16:32:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2017 16:32:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D89DCD023A for ; Tue, 16 May 2017 16:32:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id XfF2FZj3Z_-F for ; Tue, 16 May 2017 16:32:52 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 6A81B5F666 for ; Tue, 16 May 2017 16:32:51 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id B286442254018 for ; Tue, 16 May 2017 09:32:50 -0700 (MST) Date: Tue, 16 May 2017 09:19:41 -0700 (PDT) From: aragoubi To: users@activemq.apache.org Message-ID: <1494951581982-4726206.post@n4.nabble.com> In-Reply-To: References: <1494947557504-4726204.post@n4.nabble.com> Subject: Re: Connection to activemq broker is lost within one second MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 16 May 2017 16:33:00 -0000 I am using activemq 5.9.0. My client is using mqtt v3.1. I can't enable more log for my broker because I can't access my broker with jconsole in order to change th log4j. There is no problem with my client because connection is established. He just told that connection is lost (callbacks). I think that the problem is coming from the broker because connection is never lost when I try to connect to mosquito broker. Here the other configuration files for my broker that I deployed in jboss: In the *ra.xml file* I just changed vm://localhost by tcp://localhost:61616. This is my *ironjacamar.xml* file: 1 200 false 60000 60 false false 1 200 false 60000 60 false false activemq/topic/TestTopic activemq/queue/RequestQueue activemq/queue/ResponseQueue -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-to-activemq-broker-is-lost-within-one-second-tp4726204p4726206.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.