Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 14951 invoked from network); 19 Dec 2005 09:09:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Dec 2005 09:09:37 -0000 Received: (qmail 73140 invoked by uid 500); 19 Dec 2005 09:09:35 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 73114 invoked by uid 500); 19 Dec 2005 09:09:34 -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 73105 invoked by uid 99); 19 Dec 2005 09:09:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2005 01:09:34 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=RCVD_IN_WHOIS_INVALID X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.50.8.67] (HELO mail.portwise.com) (213.50.8.67) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2005 01:09:34 -0800 Received: from stosrv-exchange.portwise.com ([192.168.12.55]) by mail with InterScan VirusWall; Mon, 19 Dec 2005 10:09:14 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Subject: ActiveMQ C++ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 19 Dec 2005 10:09:23 +0100 Message-ID: <221951ED658AA34D935E2B5FB693492034DD0E@stosrv-exchange.portwise.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ActiveMQ C++ Thread-Index: AcYEe+tJFvoUkqRnRS6QM42UH49RpQ== From: =?iso-8859-1?Q?Mats_Forsl=F6f?= To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I saw Nathan Millers post in this list regarding a C++ API for ActiveMQ. = I have been working on the same but have had problems with the OpenWire = protocol. I have tried to make it run on both Linux and Win32 but with = the same problem, it can't connect. I have asked (in the users mailing = list) what may cause this problem but have not received any replies yet. = I have since then written a complete C++ client using STOMP instead that = I eventually would like to contribute. The client supports STOMP 1.0 and = both synchronous and asynchronous delivery of messages. I have found two = bugs in STOMP 1.0 and AMQ 3.2 (see Jira issue AMQ-444 and AMQ-445). Can anyone of the OpenWire authors please give some guidence so I can = add support for it in the C++ client. Regards, Mats