From dev-return-14534-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Mar 02 10:26:25 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 16097 invoked from network); 2 Mar 2009 10:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 10:26:25 -0000 Received: (qmail 84920 invoked by uid 500); 2 Mar 2009 10:26:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 84898 invoked by uid 500); 2 Mar 2009 10:26:20 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 84880 invoked by uid 99); 2 Mar 2009 10:26:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 02:26:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 10:26:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6188E234C48C for ; Mon, 2 Mar 2009 02:25:59 -0800 (PST) Message-ID: <210926726.1235989559374.JavaMail.jira@brutus> Date: Mon, 2 Mar 2009 02:25:59 -0800 (PST) From: "Daniel Varela Santoalla (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1545) Chat sample not working properly with > 1 windows In-Reply-To: <27417609.1200019603678.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Varela Santoalla updated AMQ-1545: ----------------------------------------- Attachment: activemq.patch Allow multiple windows within the same session to receive messages. > Chat sample not working properly with > 1 windows > ------------------------------------------------- > > Key: AMQ-1545 > URL: https://issues.apache.org/activemq/browse/AMQ-1545 > Project: ActiveMQ > Issue Type: Bug > Components: Samples > Affects Versions: 5.0.0 > Reporter: Glen Mazza > Priority: Minor > Fix For: 5.3.0 > > Attachments: activemq.patch > > > Opening three browser windows of the Chat sample is resulting in it not working properly. Each message sent from one window gets picked up by only one of the three browser windows (in rotating fashion). It is possible to move to a publish-subscribe model for the javascript comprising this example so all windows get each message sent? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.