Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 97777 invoked from network); 26 Apr 2006 23:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2006 23:58:07 -0000 Received: (qmail 73533 invoked by uid 500); 26 Apr 2006 23:58:06 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 73497 invoked by uid 500); 26 Apr 2006 23:58:05 -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 73481 invoked by uid 99); 26 Apr 2006 23:58:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 16:58: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 (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 Apr 2006 16:58:04 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FYtt7-0004Bi-BV for activemq-dev@geronimo.apache.org; Wed, 26 Apr 2006 16:57:41 -0700 Message-ID: <4112030.post@talk.nabble.com> Date: Wed, 26 Apr 2006 16:57:41 -0700 (PDT) From: srodrigues To: activemq-dev@geronimo.apache.org Subject: RE: Openwire C Client. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: srodrigues@wilshire.com X-Nabble-From: srodrigues References: <4086304.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Vik, Thanks for the code. I managed to compile it correctly. ( ActiveMQ 4.0 RC2, Sun OS 5.6) The producer worked for me as well. >producer Connecting......OK Sending connect message.OK Sending Message.OK Sending Disconnect.OK Disconnecting...OK However I am having an issue with the consumer. With the following error. >consumer Connecting......OK Sending connect message.OK Reading Response.Could not read frame: Internal error (20014) I am getting this warning on the ActiveMQ server. WARN ManagedTransportConnection - Failed to unregister mbean: org.apache.activemq:BrokerName=localhost,Type=Connection,Connection=13 Any thing obvious I am not doing right? Thanks much, - Sunil -- View this message in context: http://www.nabble.com/Openwire-C-Client.-t1506711.html#a4112030 Sent from the ActiveMQ - Dev forum at Nabble.com.