2019-10-31 20:43:47 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
|
|
|
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
|
|
|
|
2023-02-20 20:06:57 +02:00
|
|
|
<bean id="deadLetterChannelFileRouter" class="com.baeldung.camel.apache.file.DeadLetterChannelFileRouter" />
|
2019-10-31 20:43:47 -05:00
|
|
|
|
|
|
|
|
<camelContext xmlns="http://camel.apache.org/schema/spring">
|
|
|
|
|
<routeBuilder ref="deadLetterChannelFileRouter" />
|
|
|
|
|
</camelContext>
|
|
|
|
|
|
|
|
|
|
</beans>
|