I\'m trying to configure this in spring/camel xml: <c:from uri=\"mina:upd://localhost:6060?codec=#myCodec&sync=false\" />
we are trying to use xsl for converting xml to our custom xml format using camel and its out of the box xslt support
i am working on converting CSV to XML, though i have many ways to do this but my requirement is to do it in such a way that in future 开发者_StackOverflowthe mapping can be changed without any code ch
I would like to use IBatis for polling 3 legacy databases for new rows an开发者_运维问答d insert into a new database. But our customers don\'t allow me to insert one \"status\" column in three legacy
I have declared my CustomException class. When the onException() catches it , it goes to the processor I defined :
Edit1 I am not sure if the title is best for the problem so if any have some more orinted title please suggest
There seems to be an issue with camel and JMX. One of the great features of the SEDA JMX component is the ability to see the queue size using the get queue method which is found under org.apache.camel
I\'m looking for a high level technical gap analysis of the Apache ESB/SOA stack (Servicemix, Camel, ActiveMQ, CXF) vs. comparable Mule technologies.
I\'d like to use http4 route, but have it execute inside a thread with a timeout. I already have my http4 route setup, something like this:
I need to make onException, to be global over the whole route builders I have in order not to rewrite the same line for every route builder I create .