Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 93754 invoked from network); 31 Oct 2009 02:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Oct 2009 02:36:29 -0000 Received: (qmail 97603 invoked by uid 500); 31 Oct 2009 02:36:28 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 97525 invoked by uid 500); 31 Oct 2009 02:36: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 97515 invoked by uid 99); 31 Oct 2009 02:36:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2009 02:36:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2009 02:36:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1N43or-0003BH-IK for users@activemq.apache.org; Fri, 30 Oct 2009 19:35:57 -0700 Message-ID: <26139375.post@talk.nabble.com> Date: Fri, 30 Oct 2009 19:35:57 -0700 (PDT) From: lsgmasa To: users@activemq.apache.org Subject: Ajax AddListener(...) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mnomura@namco.com X-Virus-Checked: Checked by ClamAV on apache.org http://old.nabble.com/file/p26139375/testindex.html testindex.html http://old.nabble.com/file/p26139375/testindex.js testindex.js Hello I am using activeMQ 5.2.0, and to send data between c++ code and web browser (firefox and ie). It works good when I am sending the data from web browser to c++ code, but when I send data from c++ to web browser, the message listener doesn't get called once in a while, and the message seems lost. Once the web browser becomes not to able to receive the messages, then it doesn't receive any message for a while, but after that it starts receiving messages again. to make sure if ActiveMQ server is forwarding the message from c++ code to the web browser, I launched 2 web browsers on different computers. The both of them were listening to the same topic. At the beginning, if I send data from the c++ code, the both of web browsers receive the data. However, after while, once one of them stops receiving data, although the other keeping receiving it. Therefore, I believe the data is forwarded to the both web browsers, but one the one computer, somewhere at the amq.js level or lower, the messages seems ignored or lost. I allocated 3 programmers here to debug this problem, but so far no luck. If anyone provides us with any info, idea, or whatever, I really appreciate it. Thanks -- View this message in context: http://old.nabble.com/Ajax-AddListener%28...%29-tp26139375p26139375.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.