Skip to content

Commit 5223bc6

Browse files
committed
Added consistent sections.
1 parent 0c794d1 commit 5223bc6

File tree

61 files changed

+328
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+328
-115
lines changed

activemq/README.adoc

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
== Camel Example Spring Boot and ActiveMQ
1+
== ActiveMQ - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ.
4-
In contrast to the amqp example in this repo, it uses ActiveMQs openwire protocol and the
5-
camel-activemq component.
6+
7+
=== Introduction
8+
9+
This example uses ActiveMQs `openwire` protocol and the `camel-activemq` component.
610

711
=== Preparing ActiveMQ brokers
812

actuator-http-metrics/README.adoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
== Camel with Actuator - Mappings, Metrics and Shutdown example
1+
== Actuator - Spring Boot Example
22

3-
This example shows how you can query some of Spring Boot Actuator options from your
4-
Camel routes.
3+
=== Abstract
4+
5+
This example shows how you can query some of Spring Boot Actuator options from your Camel routes.
6+
7+
=== Introduction
58

69
=== How to run
710

amqp-salesforce/README.adoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
== AMQP Salesforce Example
1+
== AMQP Salesforce - Spring Boot Example
2+
3+
=== Abstract
4+
5+
This example listens for JSON messages sent to the AMQP server.
26

37
=== Introduction
48

5-
This example listen for JSON messages sent to the AMQP server. Information from the user whom mentions is then created
6-
as a contact in Salesforce.
9+
Information about the user in the message is created as a contact in Salesforce.
710

811
=== Configuring AMQP
912

amqp/README.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
== Camel Example Spring Boot and ActiveMQ AMQP
1+
== ActiveMQ AMQP - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ through the AMQP protocol.
46

7+
=== Introduction
8+
59
== Trying out the example on your local machine
610

711
Start the ActiveMQ broker in a docker container:

arangodb/README.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
== Spring Boot Example with ArangoDB
1+
== ArangoDB - Spring Boot Example
2+
3+
=== Abstract
4+
5+
This example demonstrates how you can use Camel-Arangodb Starter component.
26

37
=== Introduction
48

5-
This example demonstrates how you can use Camel-Arangodb Starter component. The example is really simple: put a document in the database and get the document with the same key.
9+
The example is really simple: put a document in the database and get the document with the same key.
610
You'll need a running ArangoDB server to run this example.
711

812
=== Build

artemis/README.adoc

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
== Camel Example Spring Boot and ActiveMQ Artemis
1+
== ActiveMQ Artemis - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to work with a simple Apache Camel application using Spring Boot and Apache ActiveMQ Artemis.
46

7+
=== Introduction
8+
9+
10+
511
=== How to run the example
612

713
You can run this example using

aws2-s3/README.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
== Spring Boot Example with AWS2-S3
1+
== AWS2-S3 - Spring Boot Example
2+
3+
=== Abstract
4+
5+
This example demonstrates how you can use Camel-AWS2-S3 Starter component.
26

37
=== Introduction
48

5-
This example demonstrates how you can use Camel-AWS2-S3 Starter component. The example is really simple: load file into your bucket and consume it.
9+
The example is really simple: load file into your bucket and consume it.
610

711
=== Build
812

azure/camel-example-spring-boot-azure-eventhubs/README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
== Spring Boot Example with Azure Event Hubs
1+
== Azure Event Hubs - Spring Boot Example
22

3-
=== Introduction
3+
=== Abstract
44

55
This example demonstrates how you can use the Camel Azure Event Hubs Starter component.
66

7+
=== Introduction
8+
79
NOTE: Running this sample will be charged by Azure. You can check the usage and bill at this https://azure.microsoft.com/get-started/azure-portal/[link].
810

911
=== Create Event Hubs on Azure

azure/camel-example-spring-boot-azure-servicebus/README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
== Spring Boot Example with Azure Service Bus
1+
== Azure Service Bus - Spring Boot Example
22

3-
=== Introduction
3+
=== Abstract
44

55
This example demonstrates how you can use the Camel Azure Service Bus Starter component.
66

7+
=== Introduction
8+
79
NOTE: Running this sample will be charged by Azure. You can check the usage and bill at this https://azure.microsoft.com/get-started/azure-portal/[link].
810

911
=== Create Service Bus on Azure

endpointdsl/README.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
== Camel Example Endpoint DSL
1+
== Endpoint DSL - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to work with the type-safe Endpoint DSL to build Camel routes
46
in Java code where endpoints are configured using a chain of Java method calls,

fhir-auth-tx/README.adoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
:experimental:
2-
== FHIR Authorization and Transaction Example - Spring Boot
1+
== FHIR Authorization and Transaction - Spring Boot Example
32

4-
=== Introduction
3+
=== Abstract
54

65
This is an example application of the `camel-fhir` component. We'll be using `camel-spring-boot` as well for an easy setup.
76

7+
=== Introduction
8+
89
The Camel route is located in the `MyCamelRouter` class.
910

1011
This example will read patients stored in csv files from a directory and convert them to FHIR dtsu3 patients and upload them to a configured FHIR server. Each file is uploaded in a new transaction.

fhir/README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
= FHIR Example - Spring Boot
1+
= FHIR - Spring Boot Example
22

3-
== Introduction
3+
=== Abstract
44

55
This is an example application of the `camel-fhir` component. We'll be using `camel-spring-boot` as well for an easy setup.
66

7+
== Introduction
8+
79
The Camel route is located in the `MyCamelRouter` class.
810

911
This example will read HL7V2 patients from a directory and convert them to FHIR R4 patients and upload them to a configured FHIR server.

health-checks/README.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
== Camel Health Checks and Spring Boot
1+
== Camel Health Checks - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to work with a simple Apache Camel application using Spring Boot.
46

7+
=== Introduction
8+
59
NOTE: Some routes fail intentionally to have health check monitor their failures
610

711
=== How to run

http-ssl/README.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
== Spring Boot Example with HTTP and SSL
1+
== HTTP and SSL - Spring Boot Example
2+
3+
=== Abstract
4+
5+
This example shows how to configure SSL in different scenarios.
26

37
=== Introduction
48

5-
This example shows how to configure SSL in different scenarios:
9+
Scenarios:
610

711
1. one way SSL, the server exposes REST API using SSL and the client trusts the server certificate. The SSL server configuration is managed by Spring Boot and the Camel inherit it, the SSL client configuration is managed by Camel in HTTP component
812
2. two ways SSL, the server and the client check both certificates in a mutual trusted handshake

infinispan/README.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
== Spring Boot Example with Infinispan
1+
== Infinispan - Spring Boot Example
2+
3+
=== Abstract
4+
5+
This example demonstrates how you can use Camel-Infinispan Starter component.
26

37
=== Introduction
48

5-
This example demonstrates how you can use Camel-Infinispan Starter component. The example is really simple: put a key/value pair in a remote cache and get the same key.
9+
The example is really simple: put a key/value pair in a remote cache and get the same key.
610
This example starts an Infinispan server with Infinispan Docker Image, so it can run OOTB.
711

812
=== Build and test

jira/README.adoc

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
== Jira API Example
1+
== Jira API - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to use Jira Camel Endpoint to retrieve new comments, add issue and add an attachment.
46

7+
=== Introduction
8+
9+
10+
511
=== How to run
612

713
You can run this example using

jolokia/README.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
== Jolokia Example
1+
== Jolokia - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how Camel can be monitored and managed using https://jolokia.org[Jolokia] and https://hawt.io[Hawtio]
46

7+
=== Introduction
8+
59
=== How to run
610

711
You can run this example using

kafka-avro/README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
== Camel Kafka example
1+
== Camel Kafka - Spring Boot Example
22

3-
=== Introduction
3+
=== Abstract
44

55
An example which shows how to use the link:https://avro.apache.org/docs/[Apache Avro] dataformat with Camel with the use of link:https://www.apicur.io/registry/[Apicurio Registry]
66

7+
=== Introduction
8+
79
The application is configured to create the schema in apicurio registry if it doesn't exist. This schema is then used to serialize and deserialize the link:src/main/java/org/apache/camel/springboot/example/avro/Employee.java[Employee] instance from/to a kafka topic. A new Employee instance is periodically serialized into a configured topic by one camel route and consumed, deserialized and printed to the log by the second route.
810

911
See the link:src/main/resources/application.properties[configuration file] and the link:src/main/resources/avro/employee.avsc[schema definition] for more info.

kafka-offsetrepository/README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
== Camel Kafka example
1+
== Camel Kafka - Spring Boot Example
22

3-
=== Introduction
3+
=== Abstract
44

55
An example which shows how to integrate Camel with Kafka offsetRepository to use in order to locally store the offset of each partition of the topic
66

7+
=== Introduction
8+
79
This project consists of the following examples:
810

911
1. Producer triggers with a timer and produces messages to the configured topic

kamelet-chucknorris/README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
== Camel Example Kamelet Chuck Norris
1+
== Kamelet Chuck Norris - Spring Boot Example
22

3-
=== Introduction
3+
=== Abstract
44

55
This example shows how you can build a simple Kamelet and use with your Camel applications.
66

7+
=== Introduction
8+
79
The kamelet is created as a YAML file in the `src/main/resources/kamelets` directory.
810
We have developed a Chuck Norris Kamelet that periodically gets a joke from the Chuck Norris internet database.
911

load-balancer-eip/README.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
== Camel Example Spring Boot
1+
== Load Balancer EIP - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows several examples of Load Balancer EIP with Apache Camel application using Spring Boot.
46

mail-ms-exchange-oauth2/README.adoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
== Camel Spring Boot Microsoft Exchange IMAP Oauth2 Authentication
1+
== Microsoft Exchange IMAP Oauth2 Authentication - Spring Boot Example
2+
3+
=== Abstract
24

35
This is an example that shows how to use Camel on Spring Boot to connect with
46
IMAP protocol and access email data for Office 365 users using OAuth2 authentication.
57

8+
=== Introduction
9+
610
The application will use the client credentials grant flow to get the access token
711
and use it to authenticate IMAP connections.
812

9-
10-
=== Prerequisite
13+
=== Prerequisites
1114

1215
* To use OAuth, an application must be registered with Azure Active Directory.
1316
Follow the instructions listed in https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app[Register an application with the Microsoft identity platform] to register a new application.

master/README.adoc

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
== Camel Clustered Route Controller Example Spring Boot
1+
== Master component clustered route controller - Spring Boot Example
2+
3+
=== Abstract
24

35
This example shows how to work with a simple Apache Camel application using Spring Boot and a Master component.
46

7+
=== Introduction
8+
9+
10+
511
=== How to run in local
612

713
1. build the project:

metrics/README.adoc

+22-20
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
1-
== Camel Spring Boot Metrics Example
1+
== Metrics - Spring Boot Example
22

3-
=== Introduction
3+
=== Abstract
44

55
This example sends Camel route metrics to Graphite from a Spring Boot
66
app.
77

8-
Please read *Configuration* first
9-
10-
=== Build
11-
12-
You will need to compile this example first:
13-
14-
....
15-
mvn install
16-
....
17-
18-
=== Run
8+
=== Introduction
199

20-
To run the example type
2110

22-
....
23-
java -jar target/camel-example-spring-boot-metrics.jar
24-
....
25-
26-
You will see logging from the 'Fast' and 'Slow' routes, and metrics
27-
will be sent to Graphite (or nc) every 5 seconds.
2811

2912
=== Configuration
3013

@@ -48,6 +31,25 @@ simulate it by running `+nc -ul 2003+` on Linux. If you don't have
4831
`+nc+`, use `+yum search netcat+` to find a suitable package to install
4932
(e.g. nmap-ncat.x86_64).
5033

34+
=== Build
35+
36+
You will need to compile this example first:
37+
38+
....
39+
mvn install
40+
....
41+
42+
=== Run
43+
44+
To run the example type
45+
46+
....
47+
java -jar target/camel-example-spring-boot-metrics.jar
48+
....
49+
50+
You will see logging from the 'Fast' and 'Slow' routes, and metrics
51+
will be sent to Graphite (or nc) every 5 seconds.
52+
5153
=== Help and contributions
5254

5355
If you hit any problem using Camel or have some feedback, then please

0 commit comments

Comments
 (0)