Skip to content

aolarte/camel-integration-samples

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Apache Camel Samples

This is a series of examples on using Apache Camel

The examples use the Request-Reply pattern and the Claim Check pattern

You can run the examples directly from Maven:

To run the application using direct wiring of the components, use:

mvn exec:java -Dexec.mainClass="com.javaprocess.examples.integration.main.Main" -Dexec.args="direct"

To run the application using using a distribuited architecture (but running both the client and server in a single JVM) use:

mvn exec:java -Dexec.mainClass="com.javaprocess.examples.integration.main.Main" -Dexec.args="client server"

To run the server component of the application use:

mvn exec:java -Dexec.mainClass="com.javaprocess.examples.integration.main.Main" -Dexec.args="server"

To run the client component of the application use:

mvn exec:java -Dexec.mainClass="com.javaprocess.examples.integration.main.Main" -Dexec.args="client"

The client requires a server instance running. You can have only a single server running (it start an embedded ActiveMQ instance). You can have multiple clients running at once.

About

Apache Camel samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages