Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I define a complex route in which I had to to orchestrate different simple operations. from(cxfCartEndpoint).routeId(\"receiveCart\")
i have been trying to send SOAP attachment using Camel+SpringWS. Following is code inside my RouteBuilder class, endpoint is working properly i have already got empty SOAP response:
I´m trying to split an ArrayList and writing each element to it´s own file using Apache Camel like in this simplified example:
I am currently trying to implement an ACL on an ESB (Camel apps on Servicemix) which will enable each service artifact to decide if current user is a valid user and if it has required priviledge to ac
I have a program running on a remote host that I need to connect to, handshake, then listen for messages. I have setup the following camel route:
Currently I try to get deeper into Apache Camel. As you know there are at least two ways to describe the routes: the Java DSL and the XML-configuration.
I want to send a message into a JMS queue with Camel. The body is byte array and I would expect that Camel converts it to javax.jms.BytesMessage and sends it without a problem, but I get the following
I have a general question about Apache Camel. I wasn\'t able to find whether the aggregator is transac开发者_运维技巧ted. If it is transacted, how the transactions are implemented and how fast the agg