Skip to content

Commit fa8f7bd

Browse files
committed
fix(topics): started concepts
1 parent 0d7e9ee commit fa8f7bd

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pages/topics-and-events/concepts.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
---
22
meta:
3-
title: NATS, Queues, and Topics and Events - Concepts
4-
description: Understand the core concepts of Scaleway NATS, Queues, and Topics and Events. Explore fundamental principles for efficient message handling and service optimization.
3+
title: Topics and Events - Concepts
4+
description: Understand the core concepts of Scaleway Topics and Events. Explore fundamental principles for efficient message handling and service optimization.
55
content:
6-
h1: NATS, Queues, and Topics and Events - Concepts
7-
paragraph: Understand the core concepts of Scaleway NATS, Queues, and Topics and Events. Explore fundamental principles for efficient message handling and service optimization.
6+
h1: Topics and Events - Concepts
7+
paragraph: Understand the core concepts of Scaleway Topics and Events. Explore fundamental principles for efficient message handling and service optimization.
88
categories:
99
-
10-
tags: messaging queuing concepts nats queues topics events
10+
tags: messaging topics subscriptions events
1111
dates:
12-
validation: 2024-10-18
13-
posted: 2023-01-04
12+
validation: 2025-04-10
13+
posted: 2025-04-10
1414
---
1515

16-
## Content-based
17-
18-
Content-based messaging systems are a subset of the [publish/subscribe](#publishsubscribe) model, and contrast with [topic-based](#topic-based) systems in terms of the way messages are [filtered](#filtering)/routed. In a content-based messaging system, the subscriber specifies the properties of the messages they want to receive, based on the message's attributes or content. Message delivery is therefore selective, and messages are only delivered to a subscriber if the attributes or content match the constraints they set.
19-
2016
## Content-based deduplication
2117

2218
Content-based deduplication is a setting available for [FIFO](#fifo) queues. Enable content-based deduplication if the message body is guaranteed to be unique for each message. A unique hash value is generated from the body of each message, which is used as its deduplication ID. This avoids the need to set a deduplication ID when sending messages. Read more in our dedicated documentation on [creating queues](/messaging/how-to/create-manage-queues/).

0 commit comments

Comments
 (0)