Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 62156 invoked from network); 10 Sep 2007 22:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 22:59:45 -0000 Received: (qmail 30009 invoked by uid 500); 10 Sep 2007 22:59:39 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29979 invoked by uid 500); 10 Sep 2007 22:59:39 -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 29970 invoked by uid 99); 10 Sep 2007 22:59:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 15:59:39 -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; Mon, 10 Sep 2007 23:01:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 74ECD714191 for ; Mon, 10 Sep 2007 15:59:22 -0700 (PDT) Message-ID: <24985802.1189465162449.JavaMail.jira@brutus> Date: Mon, 10 Sep 2007 15:59:22 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-58) Exception parsing MessageId return from TIBCO EMS connected via STOMPConnect MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Exception parsing MessageId return from TIBCO EMS connected via STOMPConnect ---------------------------------------------------------------------------- Key: AMQNET-58 URL: https://issues.apache.org/activemq/browse/AMQNET-58 Project: ActiveMQ .Net Issue Type: Bug Components: Stomp Environment: Windows XP SP2 .NET 2.0 STOMPConnect 1.0 TIBCO EMS 4.2.0 Reporter: Jim Gomes Assignee: James Strachan Priority: Blocker Attachments: stomphelper.cs.patch.txt Some message brokers do not return message headers in the format that NMS expects. For instance, the TIBCO EMS broker returns the following for the "message-id" header field: "ID:EMS-SERVER.56C46A795A6FE1:48" The StompHelper.ToMessageId() function expects to parse this field as if there were 32-bit integers delimited by colons. For example: "ID::" However, the TIBCO EMS server is returning a non-integer Producer Sequence Id in the second record. The parsing code in StompHelper.ToMessageId() throws an exception when attempting to parse the Producer Sequence Id portion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.