Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 55306 invoked from network); 14 Feb 2007 11:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2007 11:48:25 -0000 Received: (qmail 25884 invoked by uid 500); 14 Feb 2007 11:48:32 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 25837 invoked by uid 500); 14 Feb 2007 11:48:32 -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 25828 invoked by uid 99); 14 Feb 2007 11:48:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 03:48:32 -0800 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; Wed, 14 Feb 2007 03:48:24 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0BD477141B8 for ; Wed, 14 Feb 2007 03:48:04 -0800 (PST) Message-ID: <22407869.1171453684045.JavaMail.jira@brutus> Date: Wed, 14 Feb 2007 03:48:04 -0800 (PST) From: "Kay Stanke (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQCPP-60) message information is lost from stomp message to jms 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-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38503 ] Kay Stanke commented on AMQCPP-60: ---------------------------------- Hi Nathan, i tried the latest version from trunk yesterday. The fix you provided did work. Kind regards Kay > message information is lost from stomp message to jms > ----------------------------------------------------- > > Key: AMQCPP-60 > URL: https://issues.apache.org/activemq/browse/AMQCPP-60 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Stomp > Affects Versions: 1.1 > Environment: Using Windows XP SP2, JDK 1.6.0, Bea Weblogic Server 8.1 SP6, ActiveMQ-CPP 1.0, ActiveMQ 4.1 patched with Fix for AMQ-1110 > Reporter: Kay Stanke > Assigned To: Nathan Mittler > Priority: Critical > Fix For: 2.0 > > > As my producer is a cpp server program i downloaded and compiled activemq-cpp 1.0. I managed to make activemq-cpp compile and link as shared lib / dll under vc 7.1 (Visual Studio .NET 2003). My consumer is located on a bea wls 8.1 I use the jms to jms bridge to forward the messages. For other reasons (see AMQ-1141) the forward fails. I can see in the dumped message: > message: ActiveMQTextMessage {commandId = 3, responseRequired = false, > messageId = ID:KStanke-2844-1170064566619-5:0:-1:1:1, > originalDestination = null, > originalTransactionId = null, > producerId = ID:KStanke-2844-1170064566619-5:0:-1:1, > destination = queue://TEST.FOO, > transactionId = null, expiration = 0, > timestamp = 1170064774288, > arrival = 0, > correlationId = null, > replyTo = null, > persistent = false, > type = null, > priority = 4, > groupID = null, > groupSequence = 0, targetConsumerId = null, compressed = false, > userID = null, content = org.apache.activemq.util.ByteSequence@12f9924, > marshalledProperties = org.apache.activemq.util.ByteSequence@1ef3212, dataStructure = null, > redeliveryCounter = 0, size = 0, properties = {request-id=2}, readOnlyProperties = true, > readOnlyBody = true, droppable = false, text = null} > i'm missing the persistence as i used pProducer->setDeliveryMode( DeliveryMode::PERSISTANT ); As my message is a text message i'm missing the message text as well. I created the message with: pMessage = pSession->createTextMessage(messageText); with an nonempty string. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.