Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 873 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 873 Bytes

power-sqs-cli

Travis badge

NPM

Perform sink operations from power-sqs via cli

how to install

npm install power-sqs-cli -g

how to use

psqs sinktosqs --source <sourceSQSUrl> --dest <destinationSQSUrl> --stopOnEmpty

The stopOnEmpty option will close the connection after 5 attempts to read message. If the consecutive attempts return no messages found, the connection will be closed from the source SQS. To keep it running as continous process, please dont use this option.

power-sqs (Underlying package)

power-sqs can be used as a library as well and provide other functions to perform operations on AWS SQS.