Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 22295 invoked from network); 30 Aug 2009 17:46:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Aug 2009 17:46:31 -0000 Received: (qmail 2929 invoked by uid 500); 30 Aug 2009 17:46:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 2877 invoked by uid 500); 30 Aug 2009 17:46:31 -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 2867 invoked by uid 99); 30 Aug 2009 17:46:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Aug 2009 17:46:31 +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; Sun, 30 Aug 2009 17:46:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MhoTZ-0000er-Oq for users@activemq.apache.org; Sun, 30 Aug 2009 10:46:01 -0700 Message-ID: <25213884.post@talk.nabble.com> Date: Sun, 30 Aug 2009 10:46:01 -0700 (PDT) From: moonbird To: users@activemq.apache.org Subject: Re: ActiveMQ c++ and Java In-Reply-To: <25212842.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: moonbird@ymail.com References: <25190274.post@talk.nabble.com> <1251468419.19274.8.camel@localhost> <25204452.post@talk.nabble.com> <25212842.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ...sorry, I was a little bit confused: this (CMSProperties are optinal properties which can be used...) std::cout << destination->getCMSProperties().toString() << std::endl; is different to the information about the destination (reply adress) object: destination = const_cast(msg->getCMSReplyTo()->clone()); but how can I get the temporary queue (adress) information from the destination object ? how would you debug the object ? I think the problem that nothing is sent back to the client depends on this call... ? Thx -- View this message in context: http://www.nabble.com/ActiveMQ-c%2B%2B-and-Java-tp25190274p25213884.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.