5.0.2 • Published 5 years ago

hemera-sqs v5.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Hemera-sqs package

npm styled with prettier

This is a plugin to use sqs with Hemera.

Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. Amazon SQS lets you decouple the components of a cloud application. Amazon SQS includes standard queues with high throughput and at-least-once processing, and FIFO queues that provide FIFO (first-in, first-out) delivery and exactly-once processing.

Usage

const hemera = new Hemera(nats)
// Load config by file or environment variables
const configPath = '..config.json'
hemera.use(require('hemera-sqs'), { configPath })

Interface

Documentation

Amazon SQS Examples

Receive multiple messages

If you want to receive more than one message ensure that you set the maxMessages$ property to -1

Increase timeout

If you want to enable long pooling ensure that you adjust the timeout$ property for your use case.

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.5

6 years ago

4.0.4

6 years ago

4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago