Skip to content

Commit 4e2610f

Browse files
authored
Enhance documentation for ActiveMQ Artemis on Azure
Added a table of contents and clarified the role of Artemis brokers in Azure Container Apps.
1 parent 07fd9dc commit 4e2610f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

0_Azure/8_AzureApps/demos/1_Compute/1_ACA_ActiveMQArtemis_broker-quorum.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Last updated: 2025-10-23
2222

2323
- [Use a split-brain DNS configuration to host a web app in Azure](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/split-brain-dns)
2424

25+
</details>
26+
27+
<details>
28+
<summary><b>Table of Content</b> (Click to expand)</summary>
29+
30+
2531
</details>
2632

2733
`Artemis is infrastructure, not a coding framework. You code against its APIs, but the broker itself runs as a service.`
@@ -87,6 +93,8 @@ producer.send(session.createTextMessage("Order #123"));
8793
> - In computing, it describes a `situation where two separate data sets are maintained with overlapping scope, leading to inconsistencies due to network partitions or failure conditions.`
8894
> - In distributed systems, it `indicates a scenario where nodes in a cluster lose communication, leading to conflicting data handling and potential data inconsistencies`
8995
96+
## Best Practices for ActiveMQ Artemis on Azure Container Apps
97+
9098

9199

92100
<!-- START BADGE -->

0 commit comments

Comments
 (0)