This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 37cfbf3 JAMES-2908 use rabbitmq as the eventbus and fix tests accordingly as event delivery is now asynchronous new 7a32cd3 JAMES-2913 RemoteDelivery do not handle PerRecipientsHeaders new 7bf2df7 JAMES-2760 Add a configuration parameter for enabling/disabling the metrics on mail queue size of RabbitMQ new 6eabc52 JAMES-2760 Update of RabbitMQ properties and documentation for the new metrics parameter on the mail queue size The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../destination/conf/rabbitmq.properties | 10 +- .../destination/conf/rabbitmq.properties | 10 +- .../apache/james/modules/TestRabbitMQModule.java | 7 + .../james/modules/rabbitmq/RabbitMQModule.java | 7 + ...ectResolutionRemoteDeliveryIntegrationTest.java | 56 +++- .../queue/rabbitmq/RabbitMQMailQueueFactory.java | 10 +- .../view/RabbitMQMailQueueConfiguration.java | 96 ++++++ .../RabbitMQMailQueueConfigurationChangeTest.java | 10 +- .../queue/rabbitmq/RabbitMQMailQueueTest.java | 352 ++++++++++++--------- .../rabbitmq/RabbitMqMailQueueFactoryTest.java | 8 +- .../view/RabbitMQMailQueueConfigurationTest.java | 34 +- src/site/xdoc/server/config-rabbitmq.xml | 16 +- 12 files changed, 426 insertions(+), 190 deletions(-) create mode 100644 server/queue/queue-rabbitmq/src/main/java/org/apache/james/queue/rabbitmq/view/RabbitMQMailQueueConfiguration.java copy third-party/linshare/src/test/java/org/apache/james/linshare/AuthorizationTokenTest.java => server/queue/queue-rabbitmq/src/test/java/org/apache/james/queue/rabbitmq/view/RabbitMQMailQueueConfigurationTest.java (60%) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org