Skip to content

singhs020/power-sqs-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Perform sink operations from power-sqs via cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published