apache-camel
How to authorize using Apache Camel?
I have to make a POST request curl -X POST --data-binary @auth.json http://somehost.com/auth { \"response\": {[详细]
2023-03-20 04:53 分类:问答Existing spring application extension by adding camel features
I have my web application written in Spring MVC. It is quite simple app for registering some activities and generatin开发者_如何学Pythong reports after some time. Now I have it done fully in Spring. T[详细]
2023-03-19 21:18 分类:问答Can we implement a REST service using Akka and Camel Integration?
I was reading about Akka and Camel integration. I cam across Camel for the first time and it sounds wonderful. Can we build a REST service using Akka and Camel pla开发者_开发知识库inly? Any useful poi[详细]
2023-03-19 17:42 分类:问答Apache Camel: URI Escaping in HTTP (and other Producers)
In an Apache Camel route, I want to take several headers and compose them into an HTTP query string in a safe way. The only examples I\'ve found either use constant(), which isn\'t useful for building[详细]
2023-03-16 17:00 分类:问答apache camel and jackson
I\'m trying out apache-camel, and I\'ve set up a basic route that calls an http service via http4 component, transforms the result via unmarshal().json(JsonLibrary.Jackson), and then prints out part o[详细]
2023-03-16 11:45 分类:问答camel route, http4 component, dynamic url parameters
I\'m new to apache-camel and I\'m just trying to get a feel for what it can and can\'t do. I\'d like to use the http4 component to dynamically provide url parameters. For example, if I have something[详细]
2023-03-16 00:43 分类:问答Trimming an xpath expression used in a Camel route
This might be either a camel or an xpath question :).Note to non-camel folks: camel uses javax.xml.xpath to resolve their xml.[详细]
2023-03-14 07:14 分类:问答Integration after a merger: Camel or XAware?
Following a merger of two companies, what would be the best tool for enterprise integration: - Camel or XAware?[详细]
2023-03-13 12:37 分类:问答Apache Camel routing to an interface (or rather adding listeners dynamically)
I am working on a simple use case that would allow clients to dynamically register for events from a JMS endpoint. My current implementation looks like this:[详细]
2023-03-13 05:01 分类:问答camel-cxf problem
I have cxf webservice and I want to call that by camel. could anybody help me. my source is: <camel:camelContext xmlns=\"http://camel.apache.org/schema/spring\">[详细]
2023-03-11 07:23 分类:问答