About 8,660,000 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. 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 …

  3. What is the naming convention in Python for variables and …

    Coming from a C# background the naming convention for variables and methods are usually either camelCase or PascalCase: // C# example string thisIsMyVariable = "a" …

  4. maven - Camel not starting in spring - Stack Overflow

    I can run my Camel application using the camel-maven-plugin within maven (mvn camel:run). The camel-context.xml file is read and my routes start correctly. My issues come about when I try …

  5. How to resolve [http://camel.apache.org/schema/spring/camel …

    Aug 26, 2024 · Reading the answer you linked, and trying to replicate the dependencies, I noticed that the artifact camel-spring-xml is not included by default through camel-spring-boot-starter, …

  6. What are the most common naming conventions in C?

    Underscores to delimit words in structs or function names, hardly ever do you see camel case in C; structs, typedefs, unions, members (of unions and structs) and enum values typically are in …

  7. When to use Spring Integration vs. Camel? - Stack Overflow

    6 Apache Camel is a very good framework and very complete too. But if your application uses spring, my personal advice is to use Spring Integration. Spring Integration is the integration …

  8. How to unit test production routes in Apache Camel?

    In Camel 2.7 we made it possible to manipulate the route much easier, so you can remove parts, replace parts, etc. Thats the weaving stuff that link talks about. For example to simulate …

  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 …

  10. Hyphen, underscore, or camelCase as word delimiter in URIs?

    Apr 24, 2012 · I'm designing an HTTP-based API for an intranet app. I realize it's a pretty small concern in the grand scheme of things, but: should I use hyphens, underscores, or camelCase …