Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2775817B8A for ; Tue, 14 Jul 2015 12:53:34 +0000 (UTC) Received: (qmail 23607 invoked by uid 500); 14 Jul 2015 12:53:34 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 23547 invoked by uid 500); 14 Jul 2015 12:53:33 -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 23536 invoked by uid 99); 14 Jul 2015 12:53:33 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 12:53:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4CBE4D47FF for ; Tue, 14 Jul 2015 12:53:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.484 X-Spam-Level: ** X-Spam-Status: No, score=2.484 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, SPF_FAIL=0.919, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GXRD9dqqLuYd for ; Tue, 14 Jul 2015 12:53:23 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 98C59428DB for ; Tue, 14 Jul 2015 12:53:23 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id CE09C237B790 for ; Tue, 14 Jul 2015 05:52:55 -0700 (PDT) Date: Tue, 14 Jul 2015 05:52:52 -0700 (PDT) From: plsph To: dev@activemq.apache.org Message-ID: <1436878372395-4699235.post@n4.nabble.com> In-Reply-To: <55A3B33E.6030702@redhat.com> References: <1436431227065-4698876.post@n4.nabble.com> <559E75DE.80104@gmail.com> <1436727790773-4699111.post@n4.nabble.com> <55A3B33E.6030702@redhat.com> Subject: Re: qpid cpp text message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit it still gives BytesMessage probably, the problem is with: If the transformer is set to 'jms', the they type of JMS message will depend on the body type of the AMQP message. Body Type JMS Message Type null Message Data BytesMessage AmqpSequence StreamMessage AmqpValue holding a null Message AmqpValue holding a String TextMessage AmqpValue holding a binary BytesMessage AmqpValue holding a list StreamMessage AmqpValue ObjectMessage so how to craft amqpvalue ? -- View this message in context: http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876p4699235.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.