website logo
⌘K
Introduction
Getting started
πŸ“Reference
Data API
Cache API
Search API
Storage API
Queue API
Crawler API
πŸ”‘Authentication
βœ”οΈConfiguration
⚑Contributing to hyper
πŸ”ŒBuilding your own adapter
Code of Conduct
hyper RFCs
Style Guide
Bugs
Before Submitting A Bug Report
Building your own plugin
API Clients
Build your own client πŸ› οΈ
hyper connect
NodeJS Client πŸš€
Deno Client πŸ¦•
Middleware
Hooks
🚒Deploy
Deploy hyper on Render
Deploy hyper on AWS
Deploy hyper on Digital Ocean
Deploy hyper on Google Cloud
Deploy hyper on Azure
πŸ“œChangelog
FAQ
πŸ“•Terminology
Parameters
What is REST?
What is JSON?
πŸ“˜Glossary
Docs powered byΒ archbeeΒ 
7min

Queue API

The Queue service provides the ability to perform background processing without having to manage your own queue servers. It works great for serverless implementations that need to offload short-lived processes to prevent slow-running transactions for the client application.

Use Cases

  • Sending an email
  • Sending an SMS message
  • Notifying another system about an event, sentry, salesforce, etc

Adapters

  • queue - is a local adapter that is meant for development use - https://nest.land/package/hyper-adapter-queueο»Ώ
  • sqs - is an AWS adapter that requires an amazon web services account to use - https://nest.land/package/hyper-adapter-sqsο»Ώ
  • Build an adapter, see - Building your own adapter

Basics

ο»Ώ

ο»Ώ

Document image

ο»Ώ

ο»Ώ

Updated 31 Jan 2022
Did this page help you?
Yes
No
UP NEXT
Create a queue
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Use Cases
Adapters
Basics