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. java - Apache Camel Http and SSL - Stack Overflow

    Apr 18, 2011 · I have been trying to get a 2-way ssl/https proxy working with Camel. I have been able to set up the Jetty Component using 2-way ssl and am now attempting to get it working with the Http4 …

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

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

    We choose Camel over Spring-Integration because the fluent API is really nice. We actually use it in Spring projects and use Spring to configure part of it. The programming API's are clear and there is a …

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

  6. What is Apache Camel's File "camelLock"? - Stack Overflow

    Jan 31, 2014 · Camel will wait until the file lock is granted after that Camel creates a marker file and then holds a lock on it camel maintain that lock as JDK IO API cannot always determine whether a file is …

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

    From the docs: Spring Boot component provides auto-configuration for Apache Camel. Our opinionated auto-configuration of the Camel context auto-detects Camel routes available in the Spring context …

  8. naming conventions - camel case method names - Stack Overflow

    I understand the reason to camel case variable names, but I've always wondered why you would camel case a method name? why is it toString() and not ToString()? What purpose does it serve?

  9. Apache Camel with IBM MQ - Stack Overflow

    Jan 29, 2016 · Hello has anyone ever used Camel with IBM's MQ. We are looking at possibly using the two products together but have no example of the two products working together.

  10. Pascal casing or Camel Casing for C# code? - Stack Overflow

    Sep 29, 2008 · I've been arguing with my coworkers about Pascal casing (upper camel case) vs. lower CamelCasing. They are used to lower camel casing for everything from table names in SQL …