Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 42012 invoked from network); 7 Mar 2008 09:40:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 09:40:35 -0000 Received: (qmail 96840 invoked by uid 500); 7 Mar 2008 09:40:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 96813 invoked by uid 500); 7 Mar 2008 09:40:31 -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 96804 invoked by uid 99); 7 Mar 2008 09:40:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 01:40:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of toxicafunk@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 09:39:54 +0000 Received: by an-out-0708.google.com with SMTP id b8so99600ana.65 for ; Fri, 07 Mar 2008 01:39:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=cToioFTcILslpfElahqLjQwrIKU5p5eR7ymom+gV7UU=; b=v1DLT+n4nUL4xoCBvYwb6HAZqercW7+ukUSR5YyHTxeiANGtA1iQhJ+LWffvuy03diqX8XlSS1zJX/gY4qpo5bkVWotcwKmzJ2pxiNG+8xBJcapHFMmBlkSnWa3bCz+ZWhehukQSrpgtaTyAIZlPQsrE9oLd6isLhvkiOIbFITw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=XZCHYCrBevofALqVubojdnXRwtaZGPIIqF6rqBj1Q9KuH+HJcKczETki6KafhsT2k70QcRu0Ehs0Xt/pAQXSVSGMS9TTqB8EHjQmAKYvLaRnV4x8xNC7DEkGXdOBSa9YQd+FMGr8Dh0bKO4ToXzLsaJ17l3qYsQjepgEktOwvcE= Received: by 10.100.143.12 with SMTP id q12mr2543492and.103.1204882798559; Fri, 07 Mar 2008 01:39:58 -0800 (PST) Received: from ?10.103.10.128? ( [62.22.47.130]) by mx.google.com with ESMTPS id h27sm6974539elf.16.2008.03.07.01.39.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Mar 2008 01:39:57 -0800 (PST) Message-ID: <47D10D72.8000809@gmail.com> Date: Fri, 07 Mar 2008 10:40:02 +0100 From: Eric Rodriguez User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: JMS Selector/ Javascript References: <15882379.post@talk.nabble.com> <47D04D83.4090403@gmail.com> <15883070.post@talk.nabble.com> In-Reply-To: <15883070.post@talk.nabble.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi I was talking about this patch: https://issues.apache.org/activemq/browse/AMQ-1547 but it seems you got my second email first. Basically it adds a parameter to the MessageListenerServlet, this passes the parameter to the WebClient which looks for the parameter value on the request headers and on the session attributes. regards, Eric skydriver_sv wrote: > Thanks Eric for the help! You could tell where I can find this path? > > > > toxicafunk wrote: >> It doesn't but I submitted a patch wich may help you. Take a look at the >> comments on the code since this is easily implemented. >> >> Regards, >> Eric >> >> skydriver_sv wrote: >>> Hi, >>> >>> >>> I wonder if the library amq.js to javascript, if there is a way to use >>> JMS >>> selector? >>> >>> Thanks. >> >