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 77EBF200B47 for ; Sun, 17 Jul 2016 19:27:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 76628160A6B; Sun, 17 Jul 2016 17:27:48 +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 BDC48160A5F for ; Sun, 17 Jul 2016 19:27:47 +0200 (CEST) Received: (qmail 72429 invoked by uid 500); 17 Jul 2016 17:27:46 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 72416 invoked by uid 99); 17 Jul 2016 17:27:46 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2016 17:27:46 +0000 Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 0CAC71A01BB for ; Sun, 17 Jul 2016 17:27:45 +0000 (UTC) Received: by mail-oi0-f44.google.com with SMTP id w18so225855898oiw.3 for ; Sun, 17 Jul 2016 10:27:45 -0700 (PDT) X-Gm-Message-State: ALyK8tILoK5mmGSb5SJfOtqA0XUZZ5+YW6sRQLGgRIIS6fWhdvWXUQAIBU4J2wLuAiVSNXV1cPFL52JRt0Gf1A== X-Received: by 10.202.188.213 with SMTP id m204mr13180544oif.85.1468776465278; Sun, 17 Jul 2016 10:27:45 -0700 (PDT) MIME-Version: 1.0 References: <95D0FC0CE78C8940B186A37EED36AAE701A448BA70@colo-mail-1.exchange2.ara.wan> In-Reply-To: <95D0FC0CE78C8940B186A37EED36AAE701A448BA70@colo-mail-1.exchange2.ara.wan> From: "John D. Ament" Date: Sun, 17 Jul 2016 17:27:35 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: STOMP server quits sending to all subscribers when one client disconnects To: dev@activemq.apache.org Content-Type: multipart/alternative; boundary=001a113dcc8077b55d0537d82b02 archived-at: Sun, 17 Jul 2016 17:27:48 -0000 --001a113dcc8077b55d0537d82b02 Content-Type: text/plain; charset=UTF-8 Ed, If you can share sample code that would be great. I'm curious though, what are you sending as your subscription ID? It looks like if all clients send the same subscription ID what you're describing could happen. John On Thu, Jul 14, 2016 at 5:10 PM Ed Kaltenbach wrote: > I am using Wildfly 10.0.0 Final with the built-in ActiveMQ Artemis. I > configured ActiveMQ-Artemis to support STOMP. All of my clients use STOMP > to connect to a JMS topic. > All of my code is working great. I have multiple clients connecting via > STOMP and all are able to send and receive messages. The one issue that I > have occurs when one of my client applications exits or disconnects from > the STOMP server. When one of the clients shuts down or disconnects from > the socket, all of the other client applications quit receiving messages. > If I start a new client application, as soon as it sends a SUBSCRIBE > message than all of the other client applications, that had previously sent > SUBSCRIBE messages, will begin receiving messages again from the subscribed > JMS topic. > I have sample client applications in both Java and C# that illustrate the > problem. > I originally saw this problem when using Wildfly 9.0.2. I posted to the > HornetQ developers forums and was advised to try Wildfly 10 and > ActiveMQ-Artemis. However, upgrading to the newer versions did not fix the > problem. > > Has anybody else seen this behavior? Does anybody have any suggestions > how to fix or work around the problem? > > Like I said above, I have sample client applications that illustrate the > problem that I would be happy to share. > > Thanks, > Ed > --001a113dcc8077b55d0537d82b02--