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 194FE10D80 for ; Tue, 8 Mar 2016 09:36:18 +0000 (UTC) Received: (qmail 57029 invoked by uid 500); 8 Mar 2016 09:36:17 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 56866 invoked by uid 500); 8 Mar 2016 09:36:17 -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 56855 invoked by uid 99); 8 Mar 2016 09:36:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 09:36:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C55821A037B for ; Tue, 8 Mar 2016 09:36:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.554 X-Spam-Level: *** X-Spam-Status: No, score=3.554 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.068] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id pX0bIG5D8ZtT for ; Tue, 8 Mar 2016 09:36:14 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 777FA5FB00 for ; Tue, 8 Mar 2016 09:36:14 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 023601ADC8886 for ; Tue, 8 Mar 2016 01:26:06 -0800 (PST) Date: Tue, 8 Mar 2016 01:08:30 -0800 (PST) From: eturkov To: users@activemq.apache.org Message-ID: <1457428110193-4709024.post@n4.nabble.com> Subject: Strange console behavior with STOMP producers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I have a question about STOMP producers. I notice that when the producer is producing to a topic, the "Producers" column in the "Topics" table changes from 0 to 1 somewhat regularly even though the producer is not registering any connection changes - is there a reason it is doing this? I am using the "StompConnection" class to send the messages in my code. I have a few other producers (ActiveMQ producers) and those producers are not showing this type of problem, however, my STOMP producers all seem to exhibit this problem. Any guidance would be appreciated - thank you. -- View this message in context: http://activemq.2283324.n4.nabble.com/Strange-console-behavior-with-STOMP-producers-tp4709024.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.