About 50 results
Open links in new tab
  1. Apache Camel with IBM MQ - Stack Overflow

    Apr 25, 2017 · 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.

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

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

  4. Apache Camel support for Spring Boot 3 - Stack Overflow

    Dec 6, 2022 · Explore Apache Camel's compatibility with Spring Boot 3 and discover solutions to integration challenges on Stack Overflow.

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

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

  7. java - Send POST Request using Apache Camel - Stack Overflow

    Aug 1, 2019 · This page explains how to send POST requests using Apache Camel, a powerful integration framework for routing and processing messages.

  8. language agnostic - Acronyms in CamelCase - Stack Overflow

    Mar 20, 2013 · I have a doubt about CamelCase. Suppose you have this acronym: Unesco = United Nations Educational, Scientific and Cultural Organization. You should write:

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

  10. How to solve "Failed to create route route1 exception" in Apache Camel?

    I am new for Apache Camel concept. I have tried to write sample code using with apache camel API's and I am getting the following exception when try to run the code. Can anyone help me to solve t...