Some SQS features are not yet supported. Refer to our dedicated documentation page for more information.
Scaleway Queues Overview
What is Scaleway Queues?Link to this anchor
Scaleway Queues is a managed message queuing service that enables decoupling of components within distributed applications. It allows applications to send, queue, store and receive messages between each other asynchronously. Scaleway Queues leverages the SQS protocol.
What is SQS?Link to this anchor
SQS is a managed messaging service developed by AWS and leveraged by Scaleway Queues.
SQS (Simple Queue Service) became generally available in 2006. It is a highly scalable queuing service that facilitates the decoupling of software systems. Scaleway Queues provides a gateway that enables you to connect your existing applications without having to significantly modify your code baseline.
Scaleway Queues credentialsLink to this anchor
You must create credentials to give your applications permission to connect to the Scaleway Queues service.
Credentials are scoped to your Scaleway Queues service at Project-level. You can choose to give each set of credentials the required level of permissions:
- Read: receive messages from queues and topics.
- Write: send messages to queues and publish in topics.
- Manage: create or edit resources (such as queues and topics).
QueuesLink to this anchor
You can create queues via the Scaleway console. You can choose to create either a Standard or FIFO queue, and tweak parameters such as visibility timeout, message retention period, maximum message size and content based deduplication.
Further actionsLink to this anchor
All further actions such as sending messages can be done using the AWS CLI or AWS SDKs. Check out our documentation to help you get started with the AWS CLI or AWS SDKs.
Queue resourcesLink to this anchor
The following resources may be helpful:
- How to create a serverless scraping architecture, with Scaleway Queues, Serverless Functions and Managed Database
- Official SQS Documentation
- Further information on supported API features:
- Official AWS CLI Documentation
- Official AWS SDK Documentation