jamesnetherton opened a new issue #2608: URL: https://github.com/apache/camel-quarkus/issues/2608
Turns out that topics have not actually ever been tested properly. The JAX-RS resource method for the test is missing an `@Consumes` annotation which seems to prevent the logic from being triggered. However, when adding this, the tests fail anyway and I couldn't track down what the cause of the issue is after a quick investigation. Not sure if it's related to the dockerized Artemis instance configuration in some way. Since we're using an out-of-date & deprecated image, perhaps we should use the `EmbeddedActiveMQ` in `ActiveMQTestResource`? We could inherit `artemis-server` from the `quarkus-bom` and that way we don't have to worry about additional maintenance on our side. -- 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]
