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 …

  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 …

  4. Camel Kafka - consumersCount and groupInstanceId - Stack …

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

  5. How to get the response status code after a camel http call

    Mar 21, 2018 · Hi I am quite new to Camel. I a executing a https4 call from camel route. I want to get the status code for the response. Where can I get this from?

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

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

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

  9. naming - What are the different kinds of cases? - Stack Overflow

    I'm interested in the different kinds of identifier cases, and what people call them. Do you know of any additions to this list, or other alternative names? myIdentifier : Camel case (e.g. in java

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