Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 32533 invoked from network); 28 Mar 2007 04:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 04:59:55 -0000 Received: (qmail 75700 invoked by uid 500); 28 Mar 2007 05:00:00 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 75642 invoked by uid 500); 28 Mar 2007 05:00:00 -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 75627 invoked by uid 99); 28 Mar 2007 05:00:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 22:00:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 27 Mar 2007 21:59:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 467F4714062 for ; Tue, 27 Mar 2007 21:59:32 -0700 (PDT) Message-ID: <20724722.1175057972246.JavaMail.jira@brutus> Date: Tue, 27 Mar 2007 21:59:32 -0700 (PDT) From: "Asankha C. Perera (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (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 ] Asankha C. Perera resolved AXIS2-2277. -------------------------------------- Resolution: Fixed Fix Version/s: 1.2 Fixed on trunk to be included for 1.2 release (Already included in first RC) > 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: Asankha C. Perera > Fix For: 1.2 > > > 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