Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 86624 invoked from network); 23 Jun 2010 05:27:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 05:27:20 -0000 Received: (qmail 73120 invoked by uid 500); 23 Jun 2010 05:27:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 72992 invoked by uid 500); 23 Jun 2010 05:27:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 72976 invoked by uid 500); 23 Jun 2010 05:27:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 72970 invoked by uid 99); 23 Jun 2010 05:27:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 05:27:16 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 05:27:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5N5QqN6027131 for ; Wed, 23 Jun 2010 05:26:52 GMT Message-ID: <23168091.21621277270812456.JavaMail.jira@thor> Date: Wed, 23 Jun 2010 01:26:52 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2840) Remove a particular message without being consumed Others in queue In-Reply-To: <13964840.21601277269971786.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60214#action_60214 ] Claus Ibsen commented on CAMEL-2840: ------------------------------------ Please ask at the user mailing list first. You need to use JMS selectors to filter messages on the JMS broker level. > Remove a particular message without being consumed Others in queue > ------------------------------------------------------------------ > > Key: CAMEL-2840 > URL: https://issues.apache.org/activemq/browse/CAMEL-2840 > Project: Apache Camel > Issue Type: New Feature > Components: camel-activemq > Environment: Windows XP SP3 > Reporter: Vikas Gupta > > Remove/move a particular message from the queue without being consumed others. > like after filtering, Queue should contain all other messages intact and reordered. > As of now, route can filter out the required message to desired endpoint but it drains out other messages as well for e.g. > from("activemq:queue:Q1").filter(header("myType").isEqualTo("TEST")).to("activemq:queue:Q2") > It successfully moves the messages to the required queue but after being consumed all other messages. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.