We're using EventNotifier and ExchangeSentEvent to log timing of certain
direct:// routes and we've run into a problem when using @Produce instead of
ProducerTemplate.
When sending exchange to producer template, ExchangeSentEvent is fired after
exchange is sent. Same when it's part of a larger
Hello,
I have a simple app that proxies a SOAP API using JSON over REST/HTTP. I am
having trouble when trying to track metrics using the micrometer component.
This route works and returns a JSON string:
rest("/rest")
.post("/verify")
.type(AddressIn.class)
.outType(AddressOu
Our problem is in wildfly-camel but the root cause of the problem is likely
to be in Camel.
My application contains two rest services in two route builders as well as
some support classes. Some of the support classes are Jacson annotated
pojos used as part of the API. Some potentially relevant came