Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 18148 invoked from network); 25 Jun 2007 14:07:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 14:07:02 -0000 Received: (qmail 79595 invoked by uid 500); 25 Jun 2007 14:07:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 79564 invoked by uid 500); 25 Jun 2007 14:07:05 -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 79554 invoked by uid 99); 25 Jun 2007 14:07:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 07:07:05 -0700 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 (herse.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; Mon, 25 Jun 2007 07:07:01 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1I2pDE-00083X-Ti for dev@activemq.apache.org; Mon, 25 Jun 2007 07:06:40 -0700 Message-ID: <11287244.post@talk.nabble.com> Date: Mon, 25 Jun 2007 07:06:40 -0700 (PDT) From: Motl To: dev@activemq.apache.org Subject: activemq-cpp Queue name MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: motl@orcsoftware.com X-Virus-Checked: Checked by ClamAV on apache.org I got a strange error on consumer->receive(): "response from futureResponse was invalid" Finally, it turned out to be just an incorrect Queue name. (Queue was passed to setCMSReplyTo() on original message). I.e. it takes place only if I have random characters. If I use activemq::util::createGUIDString(), everything is ok. It's not a problem for me, but may be there is a way to make error message more appropriate? -- View this message in context: http://www.nabble.com/activemq-cpp-Queue-name-tf3976331s2354.html#a11287244 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.