[ 
https://issues.apache.org/jira/browse/JAMES-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604095#comment-16604095
 ] 

Matthieu Baechler commented on JAMES-2539:
------------------------------------------

We are currently writing a RabbitMQ implementation of the mailqueue (what you 
call spooling).
In this implementation, we decided that we should not store the mail payload 
into the MQ itself because it can be dozens of MiB and MQ are bad at that.
Instead, we use a blob-store (we have a Cassandra implementation today but will 
soon have a Swift and S3 impl too) to store the payload and the MQ is only 
responsible to distribute the work of handling emails.
If your concern is about having emails on the filesystem, it would not be too 
hard to plug Websphere MQ and a blob-store implementation of your choice to 
solve this.
If you feel ready to implement that, you can join us on gitter for further 
discussion ( https://gitter.im/apache/james-project )

> Need assistance with setting up James Server 3.0 to use Camel
> -------------------------------------------------------------
>
>                 Key: JAMES-2539
>                 URL: https://issues.apache.org/jira/browse/JAMES-2539
>             Project: James Server
>          Issue Type: Task
>          Components: James Core
>    Affects Versions: 3.1.0
>            Reporter: Sheldon Jackson
>            Priority: Major
>
> I hope this is the correct forum. I need some assistance with getting James 
> Server 3.0 + camel to route incoming emails to use another MQ(like Websphere 
> MQ) to store message(spooling) for processing. I don't want message stored on 
> local disk for spooling or if the inbound smtp message error out it should be 
> stored in websphere MQ.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to