Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 10737 invoked from network); 27 Jun 2006 19:32:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 19:32:51 -0000 Received: (qmail 78006 invoked by uid 500); 27 Jun 2006 19:32:50 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 77986 invoked by uid 500); 27 Jun 2006 19:32:50 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 77976 invoked by uid 99); 27 Jun 2006 19:32:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 12:32:50 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FROM_HAS_ULINE_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 12:32:49 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FvJIS-0001e4-SO for activemq-users@geronimo.apache.org; Tue, 27 Jun 2006 12:32:28 -0700 Message-ID: <5072164.post@talk.nabble.com> Date: Tue, 27 Jun 2006 12:10:39 -0700 (PDT) From: amit_shah25 To: activemq-users@geronimo.apache.org Subject: Object Message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: amit_shah25@hotmail.com X-Nabble-From: amit_shah25 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, My application uses activemq as a buffer to redistriute streaming market data from exchanges. It is an extremely high volume data with almost a few thousand messages per second ... Now I am converting the raw market data to java object and redistributing it. But it looks like only a few seconds later, the connection gets flooded ... Is it a feasible option to use java objects, or I should keep it restricted to csv string ? Or for that, any other suggestions ? !! (I tried to post this question, but I dont know if I was subscribed to correct mailing list so if it appears twice, please pardon me !) Thanks, Amit -- View this message in context: http://www.nabble.com/Object-Message-tf1857315.html#a5072164 Sent from the ActiveMQ - User forum at Nabble.com.