apache-camel
Is Apache ServiceMix a possible solution? Is it fast enough? [closed]
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.[详细]
2023-04-03 11:31 分类:问答Architecture for processing asyncronous HTTP request/response : ESB vs Async Http Client library [closed]
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[详细]
2023-04-02 18:14 分类:问答Apache Camel multicast, exception and Aggregation strategy
I define a complex route in which I had to to orchestrate different simple operations. from(cxfCartEndpoint).routeId(\"receiveCart\")[详细]
2023-04-02 12:07 分类:问答Sending SOAP attachment with Camel+Spring WS?
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:[详细]
2023-04-01 19:09 分类:问答Camel: Splitting a collection and writing to files
I´m trying to split an ArrayList and writing each element to it´s own file using Apache Camel like in this simplified example:[详细]
2023-03-31 12:01 分类:问答Best way to implement an ACL on an ESB
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[详细]
2023-03-30 00:03 分类:问答communicate with remote host using camel-netty tcp
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:[详细]
2023-03-28 18:21 分类:问答What are the advantages and disadvantages of defining Camel routes in spring xml?
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.[详细]
2023-03-28 17:19 分类:问答Apache Camel - warning when sending a JMS message
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[详细]
2023-03-28 17:13 分类:问答Apache Camel - transaction in routes
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[详细]
2023-03-26 17:00 分类:问答