Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 18862 invoked from network); 12 Jan 2006 12:00:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jan 2006 12:00:50 -0000 Received: (qmail 22618 invoked by uid 500); 12 Jan 2006 12:00:49 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 22559 invoked by uid 500); 12 Jan 2006 12:00:48 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 22550 invoked by uid 99); 12 Jan 2006 12:00:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 04:00:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [196.1.57.82] (HELO mail.zenaptix.com) (196.1.57.82) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 04:00:47 -0800 Received: from [IPv6???1] (mail.zenaptix.com [196.1.57.82]) by mail.zenaptix.com (Postfix) with ESMTP id EB689A373A for ; Thu, 12 Jan 2006 13:59:52 +0200 (SAST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <98475877-B559-46BA-8780-C2345795D0B8@zenaptix.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: activemq-dev@geronimo.apache.org From: Ian de Beer Subject: STOMP and JMSCorrelationID Date: Thu, 12 Jan 2006 14:00:19 +0200 X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I am using STOMP to consume messages from the broker (version 4 latest snapshot release ). In general it works fine, but now I want to consume only messages with a specific JMSCorrelationID. Specifying the JMSCorrelationID in the header of the SUBSCRIBE command seems to have no effect - I still get all the messages from the queue even if the correlation id differs. Is this suppose to work? Regards Ian