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. Camel case and Pascal case mistake - Stack Overflow

    Jan 20, 2017 · Camel case: As the name show it follow the camel structure of word like mossawarHussain Difference: Pascal is a subset of Camel case. The first letter of Pascal is capital …

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

  4. How Apache camel error handling works with multicast and …

    Nov 3, 2020 · I got spring boot (2.3.2.RELEASE) with camel (3.5.0) application and two routes for testing in it: The idea is to check what happen when exception occurred in child route that was called from …

  5. how to configure DefaultShutdownStrategy in application.xml for …

    Mar 9, 2023 · Notet that during unit tests camel seems to ingore at least the shutdown-timeout value and use 10 seconds instead. You could also do custom camel context configuration where you can set …

  6. Apache Camel - Triggering a task on startup to run only once

    Nov 27, 2015 · I am working on a Java project using Camel & Spring. We would like to trigger an initialize method on a singleton bean after Spring finished doing its thing and Camel has finished …

  7. Camel Aggregator forceCompletionOnStop VS completeAllOnStop

    The Camel aggregator implements the ShutdownAware interface and the completeAllOnStop criteria indicates to the Camel context that the aggregator needs some extra time before shutdown to …

  8. Elegant Python function to convert CamelCase to snake_case?

    Jul 24, 2009 · If you use Google's (nearly) deterministic Camel case algorithm, then one does not need to handle things like HTMLDocument since it should be HtmlDocument, then this regex based …

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

  10. java - Soap Request with Apache Camel - Stack Overflow

    Mar 31, 2022 · i have a wsdl file hosted on a site (which i can't share), and i want to invoke a soap request through apache-camel framework. I created a maven project, and used the component …