Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 82190 invoked from network); 28 Aug 2009 17:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Aug 2009 17:54:10 -0000 Received: (qmail 75641 invoked by uid 500); 28 Aug 2009 13:54:10 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 75588 invoked by uid 500); 28 Aug 2009 13:54:10 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 75565 invoked by uid 99); 28 Aug 2009 13:54:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 13:54:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 13:54:01 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Mh1tc-0000eF-NA for users@activemq.apache.org; Fri, 28 Aug 2009 06:53:40 -0700 Message-ID: <25190274.post@talk.nabble.com> Date: Fri, 28 Aug 2009 06:53:40 -0700 (PDT) From: moonbird To: users@activemq.apache.org Subject: ActiveMQ c++ and Java MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: moonbird@ymail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, i have a c++ "CMS" Consument implemented with ActiveMQ-CPP library. This Consument listens on a ActiveMQ queue. I also have a ActiveMQ Java JMS Client as a "JMS" Producer which sends data to the queue. My c++ Consument successfully receives the text messages from the queue (XML-Text). Now I like to send back the modified text message to the Java producer (QueueRequestor object) I use a c++ call in the consument for getting the producer adress (from the Apache ActiveMQ examples): destination = const_cast(msg->getCMSReplyTo()); I send back my new textmessage to this destination - but the java client doesnt receive anything :-( Could it be, that msg->getCMSReplyTo() doesnt work with received JMS Textmessages ? If I use Apaches c++ example producer - it works :-/ If this would be true - how could I send back data to the java producer ? Thx so far -- View this message in context: http://www.nabble.com/ActiveMQ-c%2B%2B-and-Java-tp25190274p25190274.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.