79556973

Date: 2025-04-05 12:51:11
Score: 1
Natty:
Report link

Route Controller and 'supervised' routes can be used on Camel Quarkus. You can configure camel.routecontroller properties in application.properties. There's an example project that demonstrates this here:

https://github.com/apache/camel-quarkus-examples/tree/main/health

The relevant part of the application configuration is here:

https://github.com/apache/camel-quarkus-examples/blob/main/health/src/main/resources/application.properties#L30-L40

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: James Netherton