Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 21914 invoked from network); 26 Jul 2006 15:31:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 15:31:46 -0000 Received: (qmail 6180 invoked by uid 500); 26 Jul 2006 15:31:46 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 6148 invoked by uid 500); 26 Jul 2006 15:31:46 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 6139 invoked by uid 99); 26 Jul 2006 15:31:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 08:31:45 -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 (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 08:31:44 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1G5lM3-0005SS-MR for activemq-dev@geronimo.apache.org; Wed, 26 Jul 2006 08:31:23 -0700 Message-ID: <5505442.post@talk.nabble.com> Date: Wed, 26 Jul 2006 08:31:23 -0700 (PDT) From: kevinba To: activemq-dev@geronimo.apache.org Subject: Openwire CPP Client Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: kevin.bales@itssiemens.com X-Nabble-From: kevinba X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I got the latest from the http://svn.activemq.org/branches/activemq-4.0.1/openwire-cpp I don't know if this is the correct version to be working on or not. When I run the test this is what I get. Connecting to ActiveMQ broker... Opening socket to: 127.0.0.1 on port 61616 Sending command: cmd.id = 1, corr.id = -1, type = CONNECTION_INFO Received command: cmd.id = 0, corr.id = -1, type = WIRE_FORMAT_INFO Received command: cmd.id = 1, corr.id = -1, type = BROKER_INFO The program is stuck waiting for response on the CONNECTION_INFO. The response is null and there is an endless loop to sit there forever until response is set. Thanks for the help, -- View this message in context: http://www.nabble.com/Openwire-CPP-Client-Help-tf2004485.html#a5505442 Sent from the ActiveMQ - Dev forum at Nabble.com.