JAMES-2291 Document cassandra MailRepository implementation
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f0ba2240 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f0ba2240 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f0ba2240 Branch: refs/heads/master Commit: f0ba22408734b567f59adff7fd4da7f38a94362b Parents: 8b109e9 Author: benwa <[email protected]> Authored: Thu Jan 25 13:47:10 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jan 30 16:49:40 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-mailrepositorystore.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/f0ba2240/src/site/xdoc/server/config-mailrepositorystore.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-mailrepositorystore.xml b/src/site/xdoc/server/config-mailrepositorystore.xml index 9564849..f4ab529 100644 --- a/src/site/xdoc/server/config-mailrepositorystore.xml +++ b/src/site/xdoc/server/config-mailrepositorystore.xml @@ -33,8 +33,8 @@ <p>Consult <a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailrepositorystore.xml">mailrepositorystore.xml</a> in GIT to get some examples and hints.</p> - <p>Mail Repository Stores are distinguished by where they store data. There are five types of - storage: File, Database, DBFile, MBox and JCR.</p> + <p>Mail Repository Stores are distinguished by where they store data. There are several types of + storage: File, Database, Cassandra, DBFile, MBox and JCR.</p> </subsection> @@ -106,7 +106,10 @@ <p>If you enable this you need to make sure that embedded Jackrabbit instance is started as well. Check the container configuration</p> </subsection> - + + <subsection name="CassandraMailRepository"> + <p>Cassandra Guice wiring allows to use the <code>cassandra://</code> protocol for your ToRepository mailets.</p> + </subsection> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
