Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 71447 invoked from network); 4 Aug 2010 07:26:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Aug 2010 07:26:27 -0000 Received: (qmail 85355 invoked by uid 500); 4 Aug 2010 07:26:27 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 85212 invoked by uid 500); 4 Aug 2010 07:26:25 -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 85204 invoked by uid 99); 4 Aug 2010 07:26:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 07:26:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 07:26:20 +0000 Received: by yxk30 with SMTP id 30so1027408yxk.2 for ; Wed, 04 Aug 2010 00:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=k1jcJlVw3djQaZUp28558u8KjriUfvTxXT5eUGKPlRA=; b=lP1KXmWYEiCHI04LLm1A9Gdmcy/PT15B7gfC0JtpnqQjcmYkPAxh5fplrDJLtSHttT HVeHZGIYN4AGyWESSWaq73nh+Q3Bbl9hV9DKPU/klx+KaFhcGMDg3ngI7wJL5db647y5 bz5qYcCe/w9+N6N8Cl6W5NTKYKrEpFy/3lAs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=hLaIfYcNGGN1gB++LWPf/xiqvjIl/2eFw6Y0JrJ1+uMt0z0uWPCbneigVQCQfr7dcP BpC7vkfqogV939M7VPaa3eOhDrfDbvwSNLT6mpuMjsq5c9i8XtUx2kj59GIKE2bH+NJq OrslTxmIBqqM8+SbrVSIku/OXR2MftnM1US0Y= MIME-Version: 1.0 Received: by 10.90.88.1 with SMTP id l1mr6087658agb.170.1280906759668; Wed, 04 Aug 2010 00:25:59 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.42.6.194 with HTTP; Wed, 4 Aug 2010 00:25:59 -0700 (PDT) In-Reply-To: <01CBAD1A-053C-4E7F-967A-88D38B14E05A@meteostar.com> References: <08C09CB9-05A8-49B7-90DF-52340789DB14@meteostar.com> <01CBAD1A-053C-4E7F-967A-88D38B14E05A@meteostar.com> Date: Wed, 4 Aug 2010 09:25:59 +0200 X-Google-Sender-Auth: ig8TyQvyqfbzS9FPPCHpF6viDgY Message-ID: Subject: Re: message filtering via ajax in 5.4? From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Alex, yes MessageListenerServlet supports selectors in the 'selector' request parameter. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Aug 3, 2010 at 10:13 PM, Alex Dean wrote: > > On Jul 26, 2010, at 11:25 AM, Alex Dean wrote: > >> In 5.4, will ajax clients be able to specify per-subscription filtering >> rules when subscribing to topics? =A0I don't see any obvious support for= this >> in the 5.4-SNAPSHOT amq.js code, but maybe I'm missing it. =A0Would be v= ery >> helpful to have, and I'd be happy to work on the JavaScript side of thin= gs. >> =A0Is there support for filtering in the MessageListenerServlet? > > Is anyone able to answer this question? > > thanks, > alex >