Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 6975 invoked from network); 28 Jun 2008 16:39:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 16:39:51 -0000 Received: (qmail 79963 invoked by uid 500); 28 Jun 2008 16:39:52 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 79941 invoked by uid 500); 28 Jun 2008 16:39:51 -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 79930 invoked by uid 99); 28 Jun 2008 16:39:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 09:39:51 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wirelessdreamer@gmail.com designates 209.85.198.249 as permitted sender) Received: from [209.85.198.249] (HELO rv-out-0708.google.com) (209.85.198.249) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 16:39:01 +0000 Received: by rv-out-0708.google.com with SMTP id f25so1090998rvb.26 for ; Sat, 28 Jun 2008 09:39:21 -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:to :subject:mime-version:content-type; bh=bt1DUnzet3FegNSc1QtWSAcytFviPwPSoDObQiaa0hU=; b=L5vsjw5yp4EWeepKCnxrFge7FBhYeuABauUWVyMhQQVr3XnsBiho7Z4evhM3HECyk2 ua9xHTrx1ZF6Oo3Peos6NuSfCs3Nzll2k/t6ugR115lHA6oEu7iHGUZxuZKwBr50sFVy GB4zxBgL7bQYH95/Mxtnje/VHDv4XSKkfLc0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ck0a3cLSAHQT4tTixKwtbR1k/PjIbln1GqYhkUkjcZoawtRAj/1bXo4tr69zvCfHCF d37lBabvDx6jBQ1PnzGZqGVI4n0m7gF8dQsG5AanigVTRHmbSkDLs+8KTAMWpkit8TTB r3msTn8EyQm1wa/Px//MhlqA27dv3rhUvHSqk= Received: by 10.114.177.1 with SMTP id z1mr2542521wae.226.1214671160967; Sat, 28 Jun 2008 09:39:20 -0700 (PDT) Received: by 10.115.95.15 with HTTP; Sat, 28 Jun 2008 09:39:20 -0700 (PDT) Message-ID: Date: Sat, 28 Jun 2008 11:39:20 -0500 From: "Nathanael Anderson" To: users@activemq.apache.org Subject: multiple instances of chat demo MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10103_19017188.1214671160954" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10103_19017188.1214671160954 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i'm using the patch for issue amq-1377 to make the chat demo work. I want to be able to open multiple browsers on the same machine, and have each one join a seperate topic and be independent of each other. I created a new chat.html and chat.js file with a different topic entry, but the separate browsers behave erratically, even with different topics. When I tried to join the same topic twice on the same machine, chat messages and member lists became corrupted. The same is currently true for different topics as well, and I would like to find how to fix that. If possible I would like to have multiple clients on the same machine behave sanely as well. Any leads are appriciated. Nathanael ------=_Part_10103_19017188.1214671160954--