Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 60726 invoked from network); 9 Jun 2006 11:11:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 11:11:55 -0000 Received: (qmail 57760 invoked by uid 500); 9 Jun 2006 11:11:54 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 57730 invoked by uid 500); 9 Jun 2006 11:11:54 -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 57712 invoked by uid 99); 9 Jun 2006 11:11:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 04:11:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [199.105.164.5] (HELO smtpmail2.sensis.com) (199.105.164.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 04:11:51 -0700 Received: from dimstar2.ats.sensis.com ([172.21.1.6]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1Foeti-0004o5-L1; Fri, 09 Jun 2006 07:11:26 -0400 Received: from corpatsmail1.ats.sensis.com ([172.21.1.88] helo=corpatsmail1.corp.sensis.com) by dimstar2.ats.sensis.com with esmtp (Exim 4.50) id 1Foet0-0002ka-Sx; Fri, 09 Jun 2006 07:10:42 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: For documentation of ActiveMQ Date: Fri, 9 Jun 2006 07:06:29 -0400 Message-ID: <7743F17344E95A4CA78A3E53A7AF496B5C2ED3@corpatsmail1.corp.sensis.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: For documentation of ActiveMQ Thread-Index: AcaLra1wthD+ChPtR1GgV6KP9Mu6owABf1fQ From: "Mittler, Nathan" To: , X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-1.8, required 5, autolearn=not spam, ALL_TRUSTED -1.80) X-Sensis-MailScanner-From: nathan.mittler@sensis.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Arashad, All of the documentation for C integration is here http://www.activemq.org/site/c-integration.html You have your choice from C++ ... STOMP C++ client: http://www.activemq.org/site/cms.html STOMP C client: http://stomp.codehaus.org/C+Client Openwire C++ client: http://www.activemq.org/site/openwire-cpp-client.html Openwire C client http://www.activemq.org/site/openwire-c-client.html STOMP and Openwire are just the protocols on the wire, so in many cases it won't matter which you choose. Openwire is a more robust protocol and is what ActiveMQ uses natively. But if you're just looking to get some simple message passing from you C/C++ application, the STOMP APIs may be your best bet. Regards, Nate -----Original Message----- From: Arshad Ahamad [mailto:arshad@in.effectsoft.com]=20 Sent: Friday, June 09, 2006 6:03 AM To: activemq-dev@geronimo.apache.org; user@activemq.codehaus.org Subject: For documentation of ActiveMQ Hi all,=20 I am New for this ActiveMQ. I wants to write c++ client and I wants to=20 attache a sever to ActiveMQ for acheving these thing I wants the=20 documentation for ActiveMQ. So please help me=20 Thanks in advance=20 Regards Arashad Ahamad