Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 77878 invoked from network); 24 Jul 2006 15:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jul 2006 15:06:14 -0000 Received: (qmail 22846 invoked by uid 500); 24 Jul 2006 15:06:13 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 22811 invoked by uid 500); 24 Jul 2006 15:06:13 -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 22727 invoked by uid 99); 24 Jul 2006 15:06:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 08:06:12 -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; Mon, 24 Jul 2006 08:06:11 -0700 Received: from dimstar2.ats.sensis.com ([172.21.1.6]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1G520E-0007iz-Hd for activemq-dev@geronimo.apache.org; Mon, 24 Jul 2006 11:05:50 -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 1G5206-0007sS-3O for activemq-dev@geronimo.apache.org; Mon, 24 Jul 2006 11:05: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: ActiveMQ-cpp, Stomp, Openwire - need guidance here - newbie newbie Date: Mon, 24 Jul 2006 11:05:41 -0400 Message-ID: <5A211522579EBD4A83155ED7FA1530637FC3B5@corpatsmail1.corp.sensis.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ActiveMQ-cpp, Stomp, Openwire - need guidance here - newbie newbie Thread-Index: AcavMYa9OrCxkohMTF63LJZXfJS4BgAAQQ9Q From: "Bish, Tim" 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: tim.bish@sensis.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cool, looks good. ----------------------------------------- Timothy A. Bish Sensis Corporation -----------------------------------------=20 > -----Original Message----- > From: James Strachan [mailto:james.strachan@gmail.com] > Sent: Monday, July 24, 2006 10:56 AM > To: activemq-dev@geronimo.apache.org > Subject: Re: ActiveMQ-cpp, Stomp, Openwire - need guidance here - newbie > newbie >=20 > Thanks for a great answer Tim. BTW I just added a faq entry for this... >=20 > http://activemq.org/site/how-does-openwire-compare-to-stomp.html >=20 > On 7/24/06, Bish, Tim wrote: > > Comments inline: > > > > > > > > We need a MOM that provides C++ API support (ActiveMQ does this ... > > but i > > > am > > > a bit confused on ActiveMQ-cpp, stomp and openwire). I am running into > > > questions like why openwire would replace stomp, activemq-cpp says it > > is > > > swappable for both protocols. > > > > Openwire is the native protocol that AMQ uses. Stomp is an extension > > that is simpler protocol which can be used to communicate with the AMQ > > broker. Its not going to be as efficient as an client that uses > > Openwire, but it much simpler so you can generally be up and running > > with it much quicker. > > > > Here's the Stomp Page from the ActiveMQ site. > > http://www.activemq.org/site/stomp.html > > > > What the ActiveMQ CPP client page actually says is this: > > "ActiveMQ CPP is a C++ API to JMS/MOM implemented currently using Stomp > > but we hope to have an implementation using OpenWire soon." > > There currently is no support for openwire in activemq-cpp. There is an > > openwire-cpp, but I can't speak to how wells it works, someone else > > whose used it will have to chime in on that. > > > > > > > > What we intend to do in our application is we would be building a C++ > > > layer > > > to talk to ActiveMQ and then we would be generating code on the C++ > > layer > > > for different languages (Java, Python, .Net etc) using Swig. Ours is a > > > service bus created mainly for the reasons of performance, integration > > > etc. > > > > There are already clients for ActiveMQ using those languages, see the > > connectivity section on the AMQ site. > > http://www.activemq.org/site/connectivity.html > > > > > > > > Can somebody guide me on how i should proceed on these areas. I am a > > > complete newbie to ActiveMQ and want to run some samples to get a feel > > of > > > how ActiveMQ works (consider C++) only. > > > > You should probably start buy running through the using activemq section > > of the website and just get familiar with it from the Java side of > > things, then look at the various client API to see how they integrate > > into the picture. > > http://www.activemq.org/site/using-activemq.html > > > > > > > > Please guide me on how to proceed. > > > > > > Thanks in advance > > > > > > Lalit Nagpal > > > -- > > > View this message in context: http://www.nabble.com/ActiveMQ-cpp%2C- > > > Stomp%2C-Openwire---need-guidance-here---newbie-newbie- > > > tf1990634.html#a5462797 > > > Sent from the ActiveMQ - Dev forum at Nabble.com. > > > > ----------------------------------------- > > Timothy A. Bish > > Sensis Corporation > > ----------------------------------------- > > >=20 >=20 > -- >=20 > James > ------- > http://radio.weblogs.com/0112098/