Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.20.1
-
None
-
Unknown
Description
Sending a message to non-existant RabbitMQ topic does not brake the passage through the whole Camel Route
Here is a test describing such an issue
I expect the route with route id "process" get failed on step
```
.to("spring-rabbitmq:invalidExchange")
```
because of this topic does not exist.