ppalaga commented on issue #1531: URL: https://github.com/apache/camel-quarkus/issues/1531#issuecomment-678694360
For the `camel.component.*` props (that you produce in RabbitmqTestResource) to be picked by the application, you need to add the `camel-quarkus-main` dependency to the test project. It is documented [here](https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html#_camel_main), but there is perhaps some potential to state the relationship between `camel.component.*` props and `camel-quarkus-main` even clearer. We should perhaps also mention it somewhere in the contributor guide. ---------------------------------------------------------------- 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: [email protected]
