Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 74920 invoked from network); 29 May 2009 12:45:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 May 2009 12:45:04 -0000 Received: (qmail 8464 invoked by uid 500); 29 May 2009 12:45:16 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 8415 invoked by uid 500); 29 May 2009 12:45:16 -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 8404 invoked by uid 99); 29 May 2009 12:45:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 12:45:16 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,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; Fri, 29 May 2009 12:45:06 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MA1S1-0003a0-N5 for users@activemq.apache.org; Fri, 29 May 2009 05:44:45 -0700 Message-ID: <23779320.post@talk.nabble.com> Date: Fri, 29 May 2009 05:44:45 -0700 (PDT) From: Sahay To: users@activemq.apache.org Subject: How to send the massive files from CMS to JMS? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ssahayaraj@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org My requirement is to send around massive files for processing by JMS based consumers from the CMS based producers. There are no support for Blob and Stream messages in ActiveMQ-CPP-2.x version, but there is a support available for ActiveMQStreamMessage in ActiveMQ-CPP version 3.0. My question is as follows.. 1. Can we use the ActiveMQStreamMessage for sending the massive large files from CMS based producers to JMS based producers? 2. Is there any maximum limit for streaming buffer in ActiveMQStreamMessage? If so, what would be that value? 3. Do we still need to do the assemble or reassemble the data from the messages? Thanks, Sahay -- View this message in context: http://www.nabble.com/How-to-send-the-massive-files-from-CMS-to-JMS--tp23779320p23779320.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.