|
- How to use AMQP instead of JMS with Apache Camel?
How to use AMQP instead of JMS with Apache Camel? Asked 14 years, 6 months ago Modified 13 years, 6 months ago Viewed 5k times
- Apache Camel with IBM MQ - Stack Overflow
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
- Pascal casing or Camel Casing for C# code? - Stack Overflow
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 databases to property na
- 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 message to a database endpoint, you can use that above and replace the to with another where you send it to a mock instead
- Whats the difference between direct: and to () in Apache Camel?
A route is an artifact in Camel, and you could do certain administrative tasks towards it with the Camel API, such as start, stop, add, remove routes dynamically The "to" clause is just an endpoint call Once starting to do some real cases with somewhat complexity in Camel, you will note that you cannot get too many "direct" routes
- Camel: How to go all when in choice when - Stack Overflow
I need to ask a problem on the operator "choice when" in Apache Camel route In the following example, if I have two soap-env:Order elements which have 1, 2 value, then I want to create two xml file
- Camel - How to stop route execution on exception?
Camel - How to stop route execution on exception? Asked 9 years, 11 months ago Modified 3 years, 3 months ago Viewed 17k times
- java - What exactly is Apache Camel? - Stack Overflow
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 something
|
|
|