Skip to content

Commit 83ce5bd

Browse files
authored
Merge pull request apache#163 from rhaetor/fix-inconsistent-readme-files
Consistency in README
2 parents b883e82 + f65d0ba commit 83ce5bd

66 files changed

Lines changed: 404 additions & 187 deletions

File tree

Some content is hidden

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

README.adoc

Lines changed: 68 additions & 70 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 3 deletions
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

Lines changed: 6 additions & 3 deletions
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

Lines changed: 6 additions & 3 deletions
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-salesforce/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<description>AMQP message sending is created as contacts in Salesforce</description>
3434

3535
<properties>
36+
<category>Messaging</category>
3637
<camelSalesforce.clientId></camelSalesforce.clientId>
3738
<camelSalesforce.clientSecret></camelSalesforce.clientSecret>
3839
<camelSalesforce.userName></camelSalesforce.userName>

amqp/readme.adoc renamed to amqp/README.adoc

Lines changed: 5 additions & 1 deletion
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

Lines changed: 6 additions & 2 deletions
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
Lines changed: 7 additions & 1 deletion
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
File renamed without changes.

aws2-s3/README.adoc

Lines changed: 6 additions & 2 deletions
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

0 commit comments

Comments
 (0)