squakez commented on issue #1608: URL: https://github.com/apache/camel-quarkus/issues/1608#issuecomment-682030152
The issue seems to be related by the fact that we're actually using a default [Mongo Client in camel component extension](https://github.com/apache/camel-quarkus/blob/master/extensions-support/mongodb/deployment/src/main/java/org/apache/camel/quarkus/support/mongodb/deployment/SupportMongoDBProcessor.java#L38). I am trying to debug to see how to fix that and allow the usage of any "named" connection, possibly through `@MongoClientName` annotation. In the while, my suggestion is to workaround by using that only connection and [configure opportunely](https://camel.apache.org/camel-quarkus/latest/reference/extensions/mongodb.html#_additional_camel_quarkus_configuration). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org