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 7F43F200CAC for ; Mon, 19 Jun 2017 13:45:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7DC73160BEC; Mon, 19 Jun 2017 11:45:06 +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 C53F3160BE1 for ; Mon, 19 Jun 2017 13:45:05 +0200 (CEST) Received: (qmail 30451 invoked by uid 500); 19 Jun 2017 11:45:05 -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 30440 invoked by uid 99); 19 Jun 2017 11:45:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2017 11:45:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8F594C03A3 for ; Mon, 19 Jun 2017 11:45:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 5-Nm1lszxg5c for ; Mon, 19 Jun 2017 11:45:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C2E445FDD9 for ; Mon, 19 Jun 2017 11:45:02 +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 855DAE0185 for ; Mon, 19 Jun 2017 11:45:02 +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 64CF22400A for ; Mon, 19 Jun 2017 11:45:00 +0000 (UTC) Date: Mon, 19 Jun 2017 11:45:00 +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: Mon, 19 Jun 2017 11:45:06 -0000 [ https://issues.apache.org/jira/browse/ARTEMIS-1205?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 053855#comment-16053855 ]=20 ASF GitHub Bot commented on ARTEMIS-1205: ----------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1337 > 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.4.14#64029)