Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 6170 invoked from network); 16 Mar 2007 02:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 02:11:33 -0000 Received: (qmail 6782 invoked by uid 500); 16 Mar 2007 02:11:38 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 6722 invoked by uid 500); 16 Mar 2007 02:11:38 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 6711 invoked by uid 99); 16 Mar 2007 02:11:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 19:11:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 19:11:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72B7F410994 for ; Thu, 15 Mar 2007 19:11:09 -0700 (PDT) Message-ID: <17875267.1174011069467.JavaMail.jira@brutus> Date: Thu, 15 Mar 2007 19:11:09 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2277) JMS Message Id in request message context In-Reply-To: <29183924.1172761612575.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2277: ------------------------------------ Assignee: Rajith Attapattu > JMS Message Id in request message context > ----------------------------------------- > > Key: AXIS2-2277 > URL: https://issues.apache.org/jira/browse/AXIS2-2277 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: transports > Affects Versions: 1.1.1 > Environment: Windows XP > Reporter: John Turner > Assigned To: Rajith Attapattu > > The correlation id on a JMS message is not set correctly. It appears that this is occuring because the mesage id is not set on creation of the request message context (JMSMessageReceiver.createMessageContext). I added the following line of code and it appears to have fixed the problem. > private MessageContext createMessageContext(Message message) { > InputStream in = JMSUtils.getInputStream(message); > try { > MessageContext msgContext = new MessageContext(); > ..... > msgContext.getOptions().setMessageId(message.getJMSMessageID()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org