Skip to content

Commit 3dd1657

Browse files
committed
fix(mnq): review from devs
1 parent befbd96 commit 3dd1657

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pages/queues/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ productIcon: SqsProductIcon
1616

1717
## What is Scaleway Queues?
1818

19-
Scaleway Queues is a product for creating managed message queues, using an in-house protocol based on AWS SQS. Queues allows you to implement your message queues without the hassle of managing the infrastructure, scaling or updates. Message queues are ideal for facilitating asynchronous job processing and communication between microservices.
19+
Scaleway Queues is a product for creating managed message queues, using an in-house implementation of AWS SQS protocol. Queues allows you to implement your message queues without the hassle of managing the infrastructure, scaling or updates. Message queues are ideal for facilitating asynchronous job processing and communication between microservices.
2020

2121
## What is the relationship between Scaleway Queues and AWS SQS?
2222

23-
**S**imple **Q**ueue **S**ervice, or SQS, is AWS's distributed message [queuing](#queuing) service, that supports programmatic sending of messages via web service applications. Scaleway has developed its own protocol based on AWS SQS. Scaleway Queues does not have any dependencies on the AWS SQS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
23+
**S**imple **Q**ueue **S**ervice, or SQS, is AWS's distributed message [queuing](#queuing) service, that supports programmatic sending of messages via web service applications. Scaleway has developed its own service based on AWS SQS protocol. Scaleway Queues does not have any dependencies on the AWS SQS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
2424

2525
## Is the Scaleway Queues gateway compatible with my application, framework or tool?
2626

pages/queues/reference-content/queues-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dates:
1616

1717
## What is Scaleway Queues?
1818

19-
Scaleway Queues is a product for creating managed message queues, using an in-house protocol based on AWS SQS. Queues allows you to implement your message queues without the hassle of managing the infrastructure, scaling or updates. Message queues are ideal for facilitating asynchronous job processing and communication between microservices.
19+
Scaleway Queues is a product for creating managed message queues, using an in-house implementation of AWS SQS protocol. Queues allows you to implement your message queues without the hassle of managing the infrastructure, scaling or updates. Message queues are ideal for facilitating asynchronous job processing and communication between microservices.
2020

2121
## What is SQS?
2222

2323
**S**imple **Q**ueue **S**ervice, or SQS, is AWS's distributed message [queuing](#queuing) service, that supports programmatic sending of messages via web service applications. It became generally available in 2006, and is a highly scalable queuing service that facilitates the decoupling of software systems.
2424

2525
## What is the relationship between Scaleway Queues and AWS SQS?
2626

27-
Scaleway has developed its own protocol for Scaleway Queues, based on AWS SQS. Queues does not have any dependencies on the AWS SQS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
27+
Scaleway has developed its own service based on AWS SQS protocol. Queues does not have any dependencies on the AWS SQS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
2828

2929
Scaleway Queues provides a gateway that enables you to connect any existing SQS-connected applications without having to significantly modify your code baseline.
3030

pages/topics-and-events/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ productIcon: SnsProductIcon
1212

1313
## What is Topics and Events?
1414

15-
Scaleway Topics and Events is a product for creating managed messaging topics, using an in-house protocol based on AWS SQS. Previously, it was part of the Messaging and Queuing product.
15+
Scaleway Topics and Events is a product for creating managed messaging topics, using an in-house implementation of AWS SNS protocol. Previously, it was part of the Messaging and Queuing product.
1616

1717
## What is the relationship between Scaleway Topics and Events, and AWS SNS?
1818

1919
**S**imple **N**otification **S**ervice, or SNS, is AWS's [publish/subscribe](/topics-and-events/concepts/#publishsubscribe) notification service for the mass delivery of messages. SNS acts as a single message bus that can be sent to a variety of devices and platforms through a single code interface. It is also possible to adapt message formats to the particular needs of each platform.
2020

21-
Scaleway has developed its own protocol based on AWS SNS. Scaleway Topics and Events does not have any dependencies on the AWS SNS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
21+
Scaleway has developed its own service based on AWS SNS protocol. Scaleway Topics and Events does not have any dependencies on the AWS SNS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
2222

2323
## Which subscriber types are supported by Scaleway Topics and Events?
2424

pages/topics-and-events/reference-content/topics-and-events-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dates:
1616

1717
## What is Scaleway Topics and Events?
1818

19-
Scaleway Topics and Events is a managed messaging service that facilitates the sending of notifications or messages to a large number of subscribers, including email addresses, webhooks, and more. Topics and Events uses an in-house protocol based on AWS SQS
19+
Scaleway Topics and Events is a managed messaging service that facilitates the sending of notifications or messages to a large number of subscribers, including email addresses, webhooks, and more. Topics and Events uses an in-house implementation of AWS SNS protocol
2020

2121
## What is SNS?
2222

2323
**S**imple **N**otification **S**ervice, or SNS, is a managed messaging service developed by AWS. It was released in 2010, and enables users to interconnect their applications and systems using a [publish/subscribe](/topics-and-events/concepts#publishsubscribe) pattern. Many publishers can send messages to [topics](/topics-and-events/concepts#topic), while consumers, e.g. applications, can subscribe to topics to receive all (or a subset) of messages sent to this topic.
2424

2525
## What is the relationship between Scaleway Topics and Events, and AWS SNS?
2626

27-
Scaleway has developed its own SNS-like protocol based on AWS SNS. Scaleway Topics and Events does not have any dependencies on the AWS SNS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
27+
Scaleway has developed its own service based on AWS SNS protocol. Scaleway Topics and Events does not have any dependencies on the AWS SNS infrastructure or offering, we use our own stack which is fully self-hosted and developed in-house.
2828

2929
Scaleway Topics and Events makes it easy to migrate your existing SNS-connected applications by providing a dedicated protocol gateway.
3030

0 commit comments

Comments
 (0)