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. 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 :

  3. 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. …

  4. 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. …

  5. 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 …

  6. 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?

  7. 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 …

  8. Compatibility of camel.springboot and spring-boot

    Jun 22, 2021 · How can I find out which spring-boot versions are supported by a given camel.springboot version? Neither camel-spring-boot-dependencies nor camel-spring-boot-bom contains any spring …

  9. Python: String to CamelCase - Stack Overflow

    Apr 1, 2020 · This is a question from Codewars: Complete the method/function so that it converts dash/underscore delimited words into camel casing. The first word within the output should be …

  10. 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 …