Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 84964 invoked from network); 12 Aug 2010 16:39:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 16:39:33 -0000 Received: (qmail 37171 invoked by uid 500); 12 Aug 2010 16:39:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 37094 invoked by uid 500); 12 Aug 2010 16:39:33 -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 37086 invoked by uid 99); 12 Aug 2010 16:39:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 16:39:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL 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; Thu, 12 Aug 2010 16:39:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ojao5-000490-PJ for dev@activemq.apache.org; Thu, 12 Aug 2010 09:39:05 -0700 Message-ID: <29420680.post@talk.nabble.com> Date: Thu, 12 Aug 2010 09:39:05 -0700 (PDT) From: p-fx To: dev@activemq.apache.org Subject: Problem on configuration ActiveMQ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: shmulik.gm@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello. I am using ActiveMQ as server, and iphone as clients (STOMP Protocol). I have configured the ActiveMQ as followed : flowControl = false; noPresistent; now, i have a program (C++) that send as JSON on sockets data to the ActiveMQ Broker, and it put it on a topic. the program is sending quotes data, and each symbol is a diffrent topic. The clients are subscribing to the topic to recieve quotes data. i am using AsyncDispatch and AsyncSend (Also AsyncSession) now, i have after a period of time the following problems : 1. it seems that there is some kind of a buffer the makes the connection between client and server stuck 2. not all the clients gets the same data (in addition to part 1). 3. the server memory usage is large and it stuck (no connection can be made, not even jConsole) am I doing somthing wrong? how can i make sure that there will be no buffer so if a client didnt consume message it will be erased by the new one and the client will consume new message ? Best Reagards -- View this message in context: http://old.nabble.com/Problem-on-configuration-ActiveMQ-tp29420680p29420680.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.