JAMES-2414 Configure mailboxListener poolSize where appropriate
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/cfccd184 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/cfccd184 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/cfccd184 Branch: refs/heads/master Commit: cfccd184df8c11d87a93660ee2f5c15ae33b1511 Parents: 4fae4fd Author: benwa <[email protected]> Authored: Thu Jun 7 16:34:19 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jun 12 07:01:45 2018 +0700 ---------------------------------------------------------------------- .../run/guice/cassandra-ldap/destination/conf/listeners.xml | 2 ++ dockerfiles/run/guice/cassandra/destination/conf/listeners.xml | 2 ++ dockerfiles/run/guice/jpa/destination/conf/listeners.xml | 1 + .../src/test/resources/listeners.xml | 2 ++ .../src/test/resources/listeners.xml | 2 ++ 5 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/cfccd184/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml b/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml index eabdb5e..815c099 100644 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml @@ -19,6 +19,8 @@ --> <listeners> + <poolSize>8</poolSize> + <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> </listener> http://git-wip-us.apache.org/repos/asf/james-project/blob/cfccd184/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml b/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml index eabdb5e..815c099 100644 --- a/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml +++ b/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml @@ -19,6 +19,8 @@ --> <listeners> + <poolSize>8</poolSize> + <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> </listener> http://git-wip-us.apache.org/repos/asf/james-project/blob/cfccd184/dockerfiles/run/guice/jpa/destination/conf/listeners.xml ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/jpa/destination/conf/listeners.xml b/dockerfiles/run/guice/jpa/destination/conf/listeners.xml index ae5937f..496df58 100644 --- a/dockerfiles/run/guice/jpa/destination/conf/listeners.xml +++ b/dockerfiles/run/guice/jpa/destination/conf/listeners.xml @@ -19,4 +19,5 @@ --> <listeners> + <poolSize>8</poolSize> </listeners> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/james-project/blob/cfccd184/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml index 27589f0..7227803 100644 --- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml +++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml @@ -19,6 +19,8 @@ --> <listeners> + <poolSize>8</poolSize> + <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> <async>false</async> http://git-wip-us.apache.org/repos/asf/james-project/blob/cfccd184/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml index 40d6ab6..cd9acd6 100644 --- a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml +++ b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml @@ -19,6 +19,8 @@ --> <listeners> + <poolSize>8</poolSize> + <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> <async>false</async> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
