Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 6279 invoked from network); 3 Jul 2006 13:11:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 13:11:12 -0000 Received: (qmail 72048 invoked by uid 500); 3 Jul 2006 13:11:12 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 72018 invoked by uid 500); 3 Jul 2006 13:11:11 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 71993 invoked by uid 99); 3 Jul 2006 13:11:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 06:11:11 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.strachan@gmail.com designates 72.14.214.193 as permitted sender) Received: from [72.14.214.193] (HELO hu-out-0102.google.com) (72.14.214.193) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 06:11:09 -0700 Received: by hu-out-0102.google.com with SMTP id 28so807121hug for ; Mon, 03 Jul 2006 06:10:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q9FG/F+wz/gkwONW6c0x5645CZ6OV5dxVbzOJJHFTpknRZpoIqsvPQj9AoXiE/pmxdIyW9oSQ8O25UTLmLgr7i76vBBa068qS25c0j2jDq2mWVEfzp0lJdQlLyJ+ST6vnOt0Bn8E+pxd2rsw0Y5BlL+K/MvBQT8I33Rc35xpCtU= Received: by 10.67.93.7 with SMTP id v7mr5754855ugl; Mon, 03 Jul 2006 06:10:45 -0700 (PDT) Received: by 10.66.224.1 with HTTP; Mon, 3 Jul 2006 06:10:45 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 14:10:45 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: New c++ client for stomp In-Reply-To: <7743F17344E95A4CA78A3E53A7AF496B5C2F43@corpatsmail1.corp.sensis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7743F17344E95A4CA78A3E53A7AF496B5C2F43@corpatsmail1.corp.sensis.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/3/06, Mittler, Nathan wrote: > I have just submitted a new C++ stomp client to the activemq SVN at > https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-cpp/ Great stuff Nathan & Tim! > This serves as a full blown replacement for CMS, which didn't fully > implementation of the protocol. > > Some of the features this includes are: > 1) stomp protocol (requies AMQ 4.0.1 or later for the added > request/response ids) > 2) JMS 1.1-like API - consumers, producers, etc. - closely follows what > was done in the .NET client. > 3) support for topics and queues (so far as they are supported by > stomp). > 4) A pluggable architecture - facilitates having swappable protocols > (can use openwire or stomp without changing code) > 5) meta-url syntax similar to the other libraries to support passing in > options on the url string. > 6) complete suite of cpp-unit tests > 7) integration-level tests (requires a broker) > 8) Maven 2 build (uses Mojo native plugin) > 9) Support for selectors > 10) Support for durable subscriptions > 11) Support for transactions > > *****BUILDING****** > > So far, we've only built on linux and windows - so feedback would be > much appreciated from you Mac and Solaris users :) Here goes :) I tried out of the box on the Mac with Maven 2.0.4 and just attempting 'mvn install' and got the following... /workspace/eclipse/activemq/activemq-cpp/unix/../src/main/activemq/concurrent/Thread.h:33:24: error: windows.h: No such file or directory full output here... http://rafb.net/paste/results/1oF3c992.html I got the same error when trying the makefiles too. I guess its something Mac'ish needs tweaking -- James ------- http://radio.weblogs.com/0112098/