Use headings instead of bold text in index.md #238
This commit is contained in:
@ -10,10 +10,12 @@ tags:
|
||||
- Camel
|
||||
---
|
||||
|
||||
**Intent:** Broadcast messages from sender to all the interested receivers.
|
||||
## Intent
|
||||
Broadcast messages from sender to all the interested receivers.
|
||||
|
||||

|
||||
|
||||
**Applicability:** Use the Publish Subscribe Channel pattern when
|
||||
## Applicability
|
||||
Use the Publish Subscribe Channel pattern when
|
||||
|
||||
* two or more applications need to communicate using a messaging system for broadcasts.
|
||||
|
Reference in New Issue
Block a user