You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/11/25 10:53:26 UTC

[jira] Resolved: (AMQ-3017) Add support for stream data to filesystem when using BlobMessages

     [ https://issues.apache.org/activemq/browse/AMQ-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-3017.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0

> Add support for stream data to filesystem when using BlobMessages
> -----------------------------------------------------------------
>
>                 Key: AMQ-3017
>                 URL: https://issues.apache.org/activemq/browse/AMQ-3017
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>            Reporter: Norman Maurer
>            Assignee: Dejan Bosanac
>             Fix For: 5.5.0
>
>         Attachments: AMQ-3017-v2.diff, AMQ-3017.diff
>
>
> Using BlobMessages can help to reduce the memory usage very much when you have the need to transfer many big messages via activemq. However for this you need some kind of storage which can be used to transfer the payload to. ActiveMQ can handle the transfer with FTP and HTTP at the moment. However if you only run an embed ActiveMQ broker this is often overkill and just plain slow. Here it would be cool to just stream the payload from and to the filesystem, to get the memory improvement when using BlobMessages but keep the complex level low + have high speed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.