Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 80074 invoked from network); 6 May 2008 16:24:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2008 16:24:15 -0000 Received: (qmail 85602 invoked by uid 500); 6 May 2008 16:24:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85567 invoked by uid 500); 6 May 2008 16:24:17 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 85556 invoked by uid 99); 6 May 2008 16:24:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 09:24:17 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 16:23:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 21D39234C107 for ; Tue, 6 May 2008 09:23:44 -0700 (PDT) Message-ID: <1340580088.1210091024137.JavaMail.jira@brutus> Date: Tue, 6 May 2008 09:23:44 -0700 (PDT) From: "Eric Noam Rodriguez (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1547) JMS Selectors can be created for Ajax/REST Servlet clients. In-Reply-To: <16820037.1200305383728.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Noam Rodriguez updated AMQ-1547: ------------------------------------- Attachment: patch.txt This can be greatly improved, but the general ide is there. Just add the com.apache.amq.selector.name as an init-param to the web.xml of your servlet. > JMS Selectors can be created for Ajax/REST Servlet clients. > ----------------------------------------------------------- > > Key: AMQ-1547 > URL: https://issues.apache.org/activemq/browse/AMQ-1547 > Project: ActiveMQ > Issue Type: New Feature > Components: JMS client, Selector > Affects Versions: 4.1.1, 5.0.0 > Environment: WinXP SP2 > Reporter: Eric Noam Rodriguez > Priority: Minor > Attachments: patch.txt > > > MessageListenerServlet and MessageServlet will look for a request header or a session attribute which will contan the SQL92Selector. The name of the header/attribute is confihured on the web.xml as a context parameter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.