About 50 results
Open links in new tab
  1. java - What exactly is Apache Camel? - Stack Overflow

    Jan 13, 2012 · I don't understand what exactly Camel does. If you could give in 101 words an introduction to Camel: What exactly is it? How does it interact with an application written in Java? Is it …

  2. How to set Camel HTTP4 connection timeout options?

    Jan 14, 2021 · The documentation at Camel HTTP4 is quite clear that you can set the following options for the HTTP4 component: connectionRequestTimeout, connectTimeout, and socketTimeout. …

  3. error apache camel in spring boot with file camel-routes.yml

    Nov 8, 2024 · 0 i have application with apache camel into spring boot and the routes are configured into camel-routes.yml with 2 processor. pom :

  4. JSON Naming Convention (snake_case, camelCase or PascalCase)

    Is there a standard on JSON naming?I see most examples using all lower case separated by underscore, aka snake_case, but can it be used PascalCase or camelCase as well?

  5. Camel Kafka - consumersCount and groupInstanceId - Stack Overflow

    Nov 29, 2024 · When configuring Apache Camel as a consumer for Apache Kafka, you can set many configuration options including the following that are relevant for this question: groupInstanceId. …

  6. java - Create Route from XML in Camel 4.0 - Stack Overflow

    Jun 1, 2023 · In preparation of the release of Camel 4.0 i am trying to find a way to migrate my methods which create Route or RouteDefinition objects from a XML file with routes written like: <routes …

  7. spring - Apache Camel Swift Converter - Stack Overflow

    Sep 27, 2024 · I'm trying to convert swift MT-MX using apache camel. I found: [APACHE CAMEL COMPONENT SWIFT MX][1] and i tried to use it: @Component public class MySpringBootRouter …

  8. How to configure Jackson ObjectMapper for Camel in Spring Boot

    Oct 29, 2015 · I have read the Camel JSON documentation, but it does not show how to add a custom DataFormat using Spring configuration, or how to apply a global customisation for all types. So how …

  9. java - Apache Camel HTTP Timeout - Stack Overflow

    Feb 12, 2020 · 0 I am using Apache Camel route for HTTP call. I wanted to add timeout if there is delay from host system. I am using the following configuration but it is not working. The client request is …

  10. Camel example can't find org.apache.camel.impl.DefaultComponent

    Mar 23, 2019 · Camel example can't find org.apache.camel.impl.DefaultComponent Asked 6 years, 10 months ago Modified 1 year, 6 months ago Viewed 7k times