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

  3. Camel SQL - Individual Insert to Batch - Stack Overflow

    Mar 6, 2023 · The Camel understand the header as List of values only when batch=true is enabled. So i hope we should insert a method to batch the data and then enable true, which would read the data in …

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

  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. Elegant Python function to convert CamelCase to snake_case?

    Jul 24, 2009 · @MattRichards For example in Java they use both, CamelCase is used for naming Class definitions, while camelCase is used for naming initialized variables.

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

  8. 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 to delimit …

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

  10. JWT Bearer Token Authentication with Apache Camel AHC-WS …

    Jun 19, 2019 · While debugging we found that the org.apache.camel.component.ahc.ws.WsProducer tries to send the message with a org.apache.camel.component.ahc.ws.WebSocket object which, in …