Hi, I have the following route: from("rabbitmq:A").id("rabbit_from") .routeId("route_id") .log("${body}") .to("rabbitmq:B").id("rabbit_from") But get a "IllegalArgumentException: You can only set routeId one time per route." (pointing to .routeId("route_id")). According to documentaion, id defines the id of the node and routeId defines the id of the route. What am I doing wrong?
| | | | RouteDefinition - camel-core-model 3.17.0 javadoc | | |