Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 17EEC18A5F for ; Mon, 21 Dec 2015 20:43:25 +0000 (UTC) Received: (qmail 77429 invoked by uid 500); 21 Dec 2015 20:43:24 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 77362 invoked by uid 500); 21 Dec 2015 20:43:24 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 77338 invoked by uid 99); 21 Dec 2015 20:43:23 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 20:43:23 +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 86234C0B54 for ; Mon, 21 Dec 2015 20:43:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ULUkyPO6PaqI for ; Mon, 21 Dec 2015 20:43:22 +0000 (UTC) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id CEC1B20273 for ; Mon, 21 Dec 2015 20:43:21 +0000 (UTC) Received: by mail-lf0-f46.google.com with SMTP id p203so118827417lfa.0 for ; Mon, 21 Dec 2015 12:43:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aQ35x8a8f3QxyomXOVnjmFBkaQ545Jt2vX12fnIP6gM=; b=0XNmANGPNGq3Qd1sQrqjcC9jGwODd1OFverRbWhY8xxd3Tu19iDrLojywoInaGbrKC NstI14uMMcDHdDOjAGMtx7u//W6Zs7X1CvuQ2d0gLYs4g6MfDJZcxaxQf3zNREQaVpue 25o0/y4PEU7ZdTE2/+pWBUYk6/n/qxYKJUmw/ZHdB2XtfXXFTAfKXXwXoFstkQBwVtGG G0D/c1O1+ayCT/0HEgN6cpdwrTqrwMTNulWMvHGMtEoVprwW3nqgbLB4B2R6Y7cui2eP +O/uaS7yjKzKxSfmBg8hekAllr60r1/RXKQU7nPBAkJyZc5eQWngd5TVvqWduS6ob2rM PTjg== MIME-Version: 1.0 X-Received: by 10.25.151.133 with SMTP id z127mr7154269lfd.105.1450730601114; Mon, 21 Dec 2015 12:43:21 -0800 (PST) Received: by 10.112.147.101 with HTTP; Mon, 21 Dec 2015 12:43:21 -0800 (PST) In-Reply-To: <567834B5.5050807@redhat.com> References: <567834B5.5050807@redhat.com> Date: Mon, 21 Dec 2015 21:43:21 +0100 Message-ID: Subject: Re: [C++ Broker][JMSSelector][AMQP 1.0] problem with JMSCorrelationID while using JMS Selector From: Olivier Mallassi To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=001a1140254624f5bf05276e8a96 --001a1140254624f5bf05276e8a96 Content-Type: text/plain; charset=UTF-8 Looks like my understanding of addressing in AMQP 1.0 is not that good...and that I am still struggling to forget the AMQP 0.10 concepts. But your comment helped me. In fact my address was specifying a queue. so the behavior is as expected. Are the filters executed on the broker? On Mon, Dec 21, 2015 at 6:19 PM, Gordon Sim wrote: > On 12/21/2015 05:02 PM, Olivier Mallassi wrote: > >> Based on this discussion, the JMSCorrelation ID should be ok in the next >> release: https://issues.apache.org/jira/browse/QPID-6714 >> > > Yes, that is correct. > > Why do messages stay in the queue server side? related to >> https://issues.apache.org/jira/browse/QPID-5030? >> > > What address are you consuming from when you specify the filter? In qpidd > terms, if you specify the filter when the node is an exchange (or topic) > then the selector should be applied to select which messages get enqueued. > If the node is a queue however then the selector only controls the messages > actually consumed from the queue. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org > For additional commands, e-mail: users-help@qpid.apache.org > > --001a1140254624f5bf05276e8a96--