Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 13786 invoked from network); 28 Jan 2010 23:12:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2010 23:12:03 -0000 Received: (qmail 12242 invoked by uid 500); 28 Jan 2010 23:12:02 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 12203 invoked by uid 500); 28 Jan 2010 23:12:02 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 12193 invoked by uid 99); 28 Jan 2010 23:12:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 23:12:02 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.238.137.83] (HELO mail.corventismedical.com) (66.238.137.83) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 23:11:50 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CAA06F.37F2DD06" Subject: C support for ActiveMQ... care to share a make file? Date: Thu, 28 Jan 2010 17:11:25 -0600 Message-ID: <99D2BCBC7AFF6C42AEE5997EE6E192DD01CC9815@AT01.corp.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: C support for ActiveMQ... care to share a make file? Thread-Index: Acqgbzao3gOqAmjMQcm4r7TYurKNkw== From: "Hightower, Rick" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CAA06F.37F2DD06 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I need to do some messaging between C, Python and Java. I have used ActiveMQ in the past, and feel comfortable with it. =20 This is an R&D, proof of concept type project for the next version of our product. We have a variety of ways to do messaging between Java, Python and C processes. We would like to standardize on one way as we need to increase the amount of communication. I am trying to get some proof of concepts done to test out ActiveMQ (my first choice), versus Apache QPID (second choice) or something else. I downloaded the example for the stomp.py and got the Python example working no problem. Now... I am trying to get the Stomp C bits working. There is no make file! DOH! Ok ok... I don't mind creating one (I just need to figure out which libs this needs). I am building and using on Linux (Debian to be specific.) (Stomp is a text based protocol for messaging that ActiveMQ and JBoss MQ support.) Since the Stomp C lib is not there, I figured I would just try out Apache QPID. But wait... Apache QPID does not have C client lib. They only have a C++ client. Hmmm scratch that. So I figured why not give RabbitMQ a try. Their C lib is "experimental". Hmmm... This does not seem much better than Stomp C's support. (Apache QPID implements AMQP.)=20 Ok this made me focus back to ActiveMQ and take a look at their C support for OpenWire. No make file. There is a X Code project file. Since I need to run this on Debian... this does not help me much. Again I would need to create my own make file (and figure out which libs this lib needs). Also the C lib is in the Sandbox. (OpenWire is ActiveMQ's native wire format which is also a standard, except of course that they are the only one's that implement it).=20 I've come to the conclusion that the C support for MOM is not really there. Since C is very popular, I wonder why this is not a more well worn path. It does not matter if you are using OpenWire, AMQP, Stomp, whatever... this path is all full of tall grass... seems really easy to get bogged down in the weeds. =20 Does anyone have any experience using C OpenWire or C Stomp client libs with ActiveMQ? If so, do you care to share your make files? I am going to go to lunch and then if I don't get pulled of this R&D effort to work on some pressing current release effort... I am going to create a make file for Stomp C support.=20 =20 =20 =20 Rick Hightower Chief Architect Corventis Corp Bio: http://docs.google.com/View?docid=3Ddw4ms58_7ghf4wbc4 Blog: http://www.jroller.com/page/RickHigh Resume: http://www.linkedin.com/in/rickhigh Twitter: http://twitter.com/RickHigh Profile: http://java.dzone.com/users/rhightower JDJ: http://rickhightower.sys-con.com/latest/articles =20 ------_=_NextPart_001_01CAA06F.37F2DD06--