Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 34033 invoked from network); 24 Feb 2008 13:52:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2008 13:52:35 -0000 Received: (qmail 65382 invoked by uid 500); 24 Feb 2008 13:52:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 65353 invoked by uid 500); 24 Feb 2008 13:52:30 -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 65343 invoked by uid 99); 24 Feb 2008 13:52:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 05:52:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marco.buss@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 24 Feb 2008 13:51:43 +0000 Received: (qmail invoked by alias); 24 Feb 2008 13:52:04 -0000 Received: from e178129224.adsl.alicedsl.de (EHLO [127.0.0.1]) [85.178.129.224] by mail.gmx.net (mp004) with SMTP; 24 Feb 2008 14:52:04 +0100 X-Authenticated: #3130569 X-Provags-ID: V01U2FsdGVkX19JJDxZM+NJVPj+kiqvyrLiQpuKaBeMB4No9zVY1S aFqym5mfjy167G Message-ID: <47C17696.4010807@gmx.de> Date: Sun, 24 Feb 2008 14:52:22 +0100 From: Marco Buss User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Use Queue as buffer for large amount of data References: <803838.88616.qm@web25006.mail.ukl.yahoo.com> In-Reply-To: <803838.88616.qm@web25006.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org henry human schrieb: > Hi, > We are working on a project. One idea for data > exchange (zip archives) between a client application > with the server (both of them are web services )was to > do it through a active message queue. > A problem what i think about is the performance of > whole application. What happen when the data saved in > queue will be greater than few MBs? Other issue is > the queue is actually not intended to be used in this > way. Better is to use a databases based solution? > ? > Thanks > > > > Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: > http://de.yahoo.com/set > Hi, You can use blob messages (http://activemq.apache.org/blob-messages.html) to exchange data. The problem with Blob-messages ist that the file itself is not delivered in the message. The file will be uploaded to a repository and the message only knows where the file ist saved an gets it by his own. At this time only a HTTP repository is supportet and the files will never be deleted when the message is delivered.