Skip to content

Commit 1a55f3a

Browse files
author
NooBxGockeL
committed
Work on iluwatar#353: More descriptive Tags
* Added the full name for Apache Camel, including the trademark symbol for clarity among other things named "Camel" and to indicate that this is a 3rd party software
1 parent bd82387 commit 1a55f3a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

message-channel/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: Integration
77
tags:
88
- Java
99
- EIP
10-
- Camel
10+
- Apache Camel
1111
---
1212

1313
## Intent
@@ -23,4 +23,4 @@ Use the Message Channel pattern when
2323

2424
## Real world examples
2525

26-
* [akka-camel](http://doc.akka.io/docs/akka/snapshot/scala/camel.html)
26+
* [akka-camel](http://doc.akka.io/docs/akka/snapshot/scala/camel.html)

publish-subscribe/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: Integration
77
tags:
88
- Java
99
- EIP
10-
- Camel
10+
- Apache Camel
1111
---
1212

1313
## Intent
@@ -18,4 +18,4 @@ Broadcast messages from sender to all the interested receivers.
1818
## Applicability
1919
Use the Publish Subscribe Channel pattern when
2020

21-
* two or more applications need to communicate using a messaging system for broadcasts.
21+
* two or more applications need to communicate using a messaging system for broadcasts.

0 commit comments

Comments
 (0)