Arsnael commented on code in PR #1651:
URL: https://github.com/apache/james-project/pull/1651#discussion_r1304069823
##########
server/apps/distributed-app/src/main/java/org/apache/james/CassandraRabbitMQJamesServerMain.java:
##########
@@ -168,9 +171,7 @@ public class CassandraRabbitMQJamesServerMain implements
JamesServerMain {
new DKIMMailetModule());
protected static final Module MODULES =
Modules.override(REQUIRE_TASK_MANAGER_MODULE, new
DistributedTaskManagerModule())
- .with(new RabbitMQModule(),
- new RabbitMailQueueRoutesModule(),
- new JMAPEventBusModule(),
+ .with(new JMAPEventBusModule(),
new RabbitMQEventBusModule(),
Review Comment:
Potentially a rename would be nice in the future then... but ok for now
--
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]