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 C59B4200C8E for ; Thu, 8 Jun 2017 21:31:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C4295160BD5; Thu, 8 Jun 2017 19:31:24 +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 16BFB160BC3 for ; Thu, 8 Jun 2017 21:31:23 +0200 (CEST) Received: (qmail 62429 invoked by uid 500); 8 Jun 2017 19:31:23 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 62420 invoked by uid 99); 8 Jun 2017 19:31:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2017 19:31:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 761461806F6 for ; Thu, 8 Jun 2017 19:31:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id uVrf3sNDKJ8F for ; Thu, 8 Jun 2017 19:31:21 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id F423F5F5A2 for ; Thu, 8 Jun 2017 19:31:20 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7A4E3E0634 for ; Thu, 8 Jun 2017 19:31:19 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 20B7F21E0D for ; Thu, 8 Jun 2017 19:31:18 +0000 (UTC) Date: Thu, 8 Jun 2017 19:31:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-1205) AMQP Shared Durable Subscriber incorrect behaviour. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Jun 2017 19:31:25 -0000 [ https://issues.apache.org/jira/browse/ARTEMIS-1205?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 043286#comment-16043286 ]=20 ASF GitHub Bot commented on ARTEMIS-1205: ----------------------------------------- Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1316 =20 ``` For us the alignment is fairly critical, as we will have shared core an= d amqp env ``` =20 Are you sure you need this in production? or that's a testcase only. =20 =20 anyways.. I"m out for 2 weeks starting tomorrow... I'm trying to get a = shock treatment to get away from the iphone as much as I can. :) > AMQP Shared Durable Subscriber incorrect behaviour. > --------------------------------------------------- > > Key: ARTEMIS-1205 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1205 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 2.0.0, 2.1.0 > Reporter: Michael Andre Pearce > Assignee: Michael Andre Pearce > Priority: Blocker > Fix For: 2.2.0 > > Attachments: AMQPMissbehaviour.xlsx, JMSDurableConsumerTest2.java= , JMSSharedDurableConsumerTest.java > > > Summary observations : > =E2=80=A2=09There=E2=80=99s different behaviour between AMQP and the Arte= mis clients > =E2=80=A2=09There's UUID subscription name in the subscription topic when= you=E2=80=99re using the AMQP client, you don=E2=80=99t set the client ID = and you=E2=80=99ve selected a durable & shared subscription. It should just= be the subscription name, like with the Artemis client. > =E2=80=A2=09The AMQP client seems to have a problem if you try to create = a new durable, non-shared subscription on the same topic with the same clie= nt ID and a different subscription name. > =C2=A0=20 > The artemis client doesn=E2=80=99t have a problem with this. > =C2=A0 -- This message was sent by Atlassian JIRA (v6.3.15#6346)