Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 6919 invoked from network); 28 Mar 2006 07:49:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Mar 2006 07:49:40 -0000 Received: (qmail 34055 invoked by uid 500); 28 Mar 2006 07:49:40 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 33997 invoked by uid 500); 28 Mar 2006 07:49:39 -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 33986 invoked by uid 99); 28 Mar 2006 07:49:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 23:49:39 -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; Mon, 27 Mar 2006 23:49:38 -0800 Received: from [!0?IPv6???1] (mail.zenaptix.com [196.1.57.82]) by mail.zenaptix.com (Postfix) with ESMTP id 4BDA7A399F for ; Tue, 28 Mar 2006 09:46:17 +0200 (SAST) Mime-Version: 1.0 (Apple Message framework v746.3) Content-Transfer-Encoding: 7bit Message-Id: <9BB6B1D7-0AE2-4376-BAED-43B039B8F10D@zenaptix.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: activemq-dev@geronimo.apache.org From: Ian de Beer Subject: ActiveMQ client for J2ME Date: Tue, 28 Mar 2006 09:48:40 +0200 X-Mailer: Apple Mail (2.746.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I have developed a J2ME client for ActiveMQ using the Stomp protocol. I would be happy to contribute this to the project, but I have a real show stopper issue that I cannot seem to resolve. I use it in a request/response mode with the request and subscription looking like this: SEND destination:/queue/Mobile.Queue reply-to:/queue/Temp.Queue correlation-id:11143353544334-0 loginValidationeFileHandlerloginValidationabcian ^@ and : SUBSCRIBE destination:/queue/Temp.Queue activemq.selector:correlation-id = '11143353544334-0' ack:client ^@ Despite various permutations of correlation-id and selector settings, the clients keep consuming each others messages. Could someone please tell me what the Stomp syntax is for selecting messages with a specific correlation-id from the queue. Regards Ian