Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 8158 invoked from network); 6 Apr 2007 14:22:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 14:22:56 -0000 Received: (qmail 78133 invoked by uid 500); 6 Apr 2007 14:23:02 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 78110 invoked by uid 500); 6 Apr 2007 14:23:02 -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 78092 invoked by uid 99); 6 Apr 2007 14:23:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 07:23:02 -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; Fri, 06 Apr 2007 07:22:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 18348714071 for ; Fri, 6 Apr 2007 07:22:35 -0700 (PDT) Message-ID: <14164912.1175869355096.JavaMail.jira@brutus> Date: Fri, 6 Apr 2007 07:22:35 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-96) Setting property "JMSXGroupID" on a stomp message yields IllegalArgumentException In-Reply-To: <3035429.1175800415443.JavaMail.jira@brutus> 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 [ https://issues.apache.org/activemq/browse/AMQCPP-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-96. -------------------------------- Resolution: Fixed Fixed in trunk and in the 2.0 tag. > Setting property "JMSXGroupID" on a stomp message yields IllegalArgumentException > --------------------------------------------------------------------------------- > > Key: AMQCPP-96 > URL: https://issues.apache.org/activemq/browse/AMQCPP-96 > Project: ActiveMQ C++ Client > Issue Type: Bug > Affects Versions: 1.1, 2.0 > Reporter: Nathan Mittler > Assigned To: Timothy Bish > Priority: Minor > Fix For: 2.0 > > > We have defined all of the standard stomp headers as well as AMQ extensions as predefined stomp headers. This causes an IllegalArgumentException for settting any of these properties. We currently have no other way to set the AMQ extension for JMSXGroupID, yet it also can't be set via setStringProperty(). > We should see how the AMQ Java code handles the AMQ-specific properties and try to model our code after that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.