可以将deadLetterChannel与RESTDSL一起使用吗?如果在调用另一个rest端点时抛出异常,我不知道如何让它使用deadLetterChannel。我有一些类似下面的东西,但是如果to("https4://endpoint-uri")抛出了异常,我希望能够将它发送到deadLetterChannel,这样我就可以将正在处理的数据写入数据库。rest().description("Add meter re
我试图在Apachecamel中使用restDSL消费和生成xml响应,但它以一个异常结束,如何才能将我的输出POJO对象编组为xml。-- this is a rest GET to view an user by the given id -->
<get outType="org.apache.camel.example.rest.User-- this is a rest GE
我正试着用KARAF来构建驼峰式dsl,但这种大摇大摆似乎行不通。javax.xml.bind.JAXBException: "org.apache.camel.model.cloud" doesnt contain ObjectFactory.class or jaxb.indexat org.apache.camel.xml.jaxb.JaxbModelToXMLDumper.dumpModelAsXml(JaxbModelToXMLDumper.java:69) ~[?at or