From users-return-14035-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Wed May 14 10:27:27 2008 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 37526 invoked from network); 14 May 2008 10:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 10:27:27 -0000 Received: (qmail 13466 invoked by uid 500); 14 May 2008 10:27:28 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 13447 invoked by uid 500); 14 May 2008 10:27:28 -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 13436 invoked by uid 99); 14 May 2008 10:27:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 03:27:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of toxicafunk@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 10:26:41 +0000 Received: by py-out-1112.google.com with SMTP id f47so1697890pye.6 for ; Wed, 14 May 2008 03:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=RIkG8k1o/evmpP4vrMe0LOMpZLRxYl7nBcq6P2Hbo1k=; b=i/Phfcg4oWW3k4zOqBu9I5yHOSb7UHEnrGOfwSUrMzKSug6poaXyX7D8xkBvYr3cB/PP6bvt6qvEMPl28lR7jMODP0Zp7XCz4FNVULtyJqiHuW/glxH6GEAz1HB33ZsstSjne+Rw1EQyKc1Of+OrS6WIXks/XLNmb0W2N1H44cc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=yANZrseRyLesW2ymxYrFbMgQkQKdpf3XXLPm/5wXMLNtE3yMGG3ornAnqCvU1iUPczhKQT5IX8NZSZ/OtIjNzdjoZXSUE0s2lyEzKJ7Q2q7ZMB1cAhDug64KMFsxH5DGZUQAcFbXX9B6NGgPyszvUq3EqbOx8KANrCPqTmYO800= Received: by 10.35.10.13 with SMTP id n13mr1530678pyi.30.1210760814948; Wed, 14 May 2008 03:26:54 -0700 (PDT) Received: from ?10.103.10.128? ( [62.22.47.130]) by mx.google.com with ESMTPS id f79sm1237575pyh.7.2008.05.14.03.26.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 May 2008 03:26:54 -0700 (PDT) Message-ID: <482ABE6E.2070807@gmail.com> Date: Wed, 14 May 2008 12:26:54 +0200 From: Eric Rodriguez User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Portfolio demo application References: <17227901.post@talk.nabble.com> In-Reply-To: <17227901.post@talk.nabble.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have extended MessageListenerServlet and WebClient to fit the needs of my project and so far Comet has been working nicely. We are not in production stage but approaching a third pre-release and has been tested by many users without complains. Cheers, Eric petrkorda wrote: > I am encountering problems trying to use Portfolio demo application. > > 1. > In 5.1 "Market data publisher" works correctly, but "Portfolio" page doesn't > > 2. > In 5.0 the "Portfolio" example works perfectly when run in Jetty, but I > never succeeded in having it working under Tomcat > > Any hints, ideas? > I was thinking about using ActiveMQ AJAX Comet functionality in a commercial > project, but since I'm trying to play with it a little I'm not sure. > Has anyone any experience/success-story with using real-time AJAX Comet > display and ActiveMQ? > > Thanks a lot, > Petr