Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 914F1913B for ; Mon, 28 May 2012 20:14:24 +0000 (UTC) Received: (qmail 21964 invoked by uid 500); 28 May 2012 20:14:24 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 21904 invoked by uid 500); 28 May 2012 20:14:24 -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 21896 invoked by uid 99); 28 May 2012 20:14:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2012 20:14:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 39D351402B8 for ; Mon, 28 May 2012 20:14:24 +0000 (UTC) Date: Mon, 28 May 2012 20:14:22 +0000 (UTC) From: "Alan Hudson (JIRA)" To: dev@activemq.apache.org Message-ID: <1399199020.9209.1338236064238.JavaMail.jiratomcat@issues-vm> In-Reply-To: <299746020.10096.1337732561289.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (AMQ-3857) MessageServlet get messages does not return JMS Message Properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Hudson updated AMQ-3857: ----------------------------- Attachment: amq-3857.patch Patch for including JMS properties into the response headers. > MessageServlet get messages does not return JMS Message Properties > ------------------------------------------------------------------ > > Key: AMQ-3857 > URL: https://issues.apache.org/jira/browse/AMQ-3857 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.5.0, 5.6.0 > Reporter: Alan Hudson > Attachments: amq-3857.patch > > Original Estimate: 6h > Remaining Estimate: 6h > > When using GET to get a message it does not return any of the JMS message properties. > I can easily see how to add that code, but I'm not sure what the correct way to return them is. They could go into the response headers via setResponseHeaders or the returned XML format could be changed to support properties and the header. Sadly this would likely break most existing clients. > We'd like to use the REST API to enable some web clients to fully participate in a messaging system that is primarily Java based. > If we can come to agreement on how we want to return properties then I'd be happy to code up a patch. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira