Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A177112C6 for ; Fri, 4 Jul 2014 17:26:41 +0000 (UTC) Received: (qmail 2801 invoked by uid 500); 4 Jul 2014 17:26:40 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 2751 invoked by uid 500); 4 Jul 2014 17:26:40 -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 2740 invoked by uid 99); 4 Jul 2014 17:26:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 17:26:40 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 17:26:38 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1X37F3-0006qz-Pd for users@activemq.apache.org; Fri, 04 Jul 2014 10:25:45 -0700 Date: Fri, 4 Jul 2014 10:25:30 -0700 (PDT) From: mtod To: users@activemq.apache.org Message-ID: <1404494730643-4682822.post@n4.nabble.com> Subject: ActiveMQ 5.9.1 REST selector operation. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to use the REST API to GET a response from a queue. I set my url to : http://appdev003:8161/api/message/xml2test.replyto.queue?type=queue&clientId=XML2Test&readTimeout=1000 I added a header for selector: JMSCorrelationID='9595bb66-6fb7-4f6f-8bd5-ff86721f35f7' I checked the message and the Correlation Id is set to the Guid above. What I received back is not the filtered message I get what ever is on the queue. Details on the request: Method GET String 0 32 Uri /api/message/xml2test.replyto.queue?type=queue&clientId=XML2Test&readTimeout=1000 Headers map{Authorization=BasicYWRtaW46YWRtaW4=,Host=appdev003:8161,selector=JMSCorrelationID='5baaf583-7598-45cb-8620-2c030ae8d83c'} I'm not sure what I'm doing wrong or if this feature works. Thanks Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9-1-REST-selector-operation-tp4682822.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.