chibenwa commented on code in PR #1651:
URL: https://github.com/apache/james-project/pull/1651#discussion_r1268918434
##########
server/apps/distributed-app/src/main/java/org/apache/james/CassandraRabbitMQJamesServerMain.java:
##########
@@ -224,4 +226,11 @@ private static Module
chooseJmapModule(CassandraRabbitMQJamesConfiguration confi
};
}
+
+ private static Module chooseMailQueueViewModule(Module module) {
+ if (module.equals(new CassandraMailQueueViewModule())) {
+ return new PulsarMailQueueViewModule();
+ }
+ return module;
+ }
Review Comment:
???
##########
server/apps/distributed-app/src/test/java/org/apache/james/NamespaceConfigurationTest.java:
##########
@@ -76,6 +76,7 @@ public BucketName getDefaultBucket() {
@Test
void defaultBucketShouldBeTheConfiguredOne(GuiceJamesServer server) {
// AwsS3BlobStoreExtension relies on a randomly generated bucket for
isolation purposes
+ System.out.println(server.module);
Review Comment:
debug
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]