Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 98021 invoked from network); 19 Apr 2006 08:03:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2006 08:03:48 -0000 Received: (qmail 18206 invoked by uid 500); 19 Apr 2006 08:03:47 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 18185 invoked by uid 500); 19 Apr 2006 08:03:47 -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 18175 invoked by uid 99); 19 Apr 2006 08:03:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 01:03:47 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=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 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO uproxy.gmail.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 01:03:46 -0700 Received: by uproxy.gmail.com with SMTP id m3so814377ugc for ; Wed, 19 Apr 2006 01:03:25 -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=r9EmwANtv6d7QcKNim3QMAKfN3Ips7GY6Dwuxx7MQmW0eKmnmWgL6uD4uMjd+Z7LWez1N9Bv1OYWEmpOkYdMK1WSHs08z00xNqtwpvqitDFXqmPX1i2TA0Sfkd1kOqYwAoMpKAqQIqTUL1rtAqAH346BkR88LrHq2Mpqd8DSCzQ= Received: by 10.78.58.11 with SMTP id g11mr78289hua; Wed, 19 Apr 2006 01:03:25 -0700 (PDT) Received: by 10.78.27.13 with HTTP; Wed, 19 Apr 2006 01:03:25 -0700 (PDT) Message-ID: Date: Wed, 19 Apr 2006 09:03:25 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: ActiveMQ and Ajax In-Reply-To: <3983116.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3964102.post@talk.nabble.com> <3974657.post@talk.nabble.com> <3981852.post@talk.nabble.com> <3983116.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/19/06, ssozonoff wrote: > > Thanks I will give this whole issue some more thought. > > BTW with regards to Comet, my understanding is that it is truely push bas= ed > and does not require more than a single poll to get started after which > events are pushed. In that case I guess your Ajax solution would be a sor= t > of hybrid since there is a poll every 20-30 seconds.... and I still agree > that it would be more robust. Yeah - Comet is as good as you can get over HTTP. With C#/Java clients, we can stream lots of messages (say 1000 of them) to the client asynchronously so they get unmarshalled into Message objects in the background, so the consumer doesn't have to wait for each message to arrive; leading to real high performance. > Another alternative would be to use XMPP and JEP 124 to get it over HTTP = but > this does not address the Push aspect... only the transport layer. I saw > somewhere that there was some XMPP support in ActiveMQ. Yeah- but its Java only though - you'd need a C# client. -- James ------- http://radio.weblogs.com/0112098/