thanhbv200585 commented on code in PR #1651:
URL: https://github.com/apache/james-project/pull/1651#discussion_r1303730123
##########
server/apps/distributed-app/docker-compose-with-pulsar.yml:
##########
@@ -34,10 +21,11 @@ services:
- "8000:8000"
volumes:
- ./sample-configuration/pulsar.properties:/root/conf/pulsar.properties
- - ./sample-configuration/keystore:/root/conf/keystore
+ - ./sample-configuration/queue.properties:/root/conf/queue.properties
Review Comment:
Because there is no injectable constructor for RabbitMQConfiguration and
ReactorRabbitMQChannelPool error when I build docker-compose
The error is sth like this:
11) [Guice/MissingConstructor]: No injectable constructor for type
ReactorRabbitMQChannelPool$Configuration.
class ReactorRabbitMQChannelPool$Configuration does not have a @Inject
annotated constructor or a no-arg constructor.
--
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]