Start/stop sqsd daemon on Elastic Beanstalk to view SQS queue messages

后端 未结 1 1535
感动是毒
感动是毒 2021-01-12 09:12

I would like to view SQS messages before they get picked up by sqsd on my Elastic Beanstalk intstance. Is there a way, once ssh\'ed into the instance, that sqsd can be stopp

相关标签:
1条回答
  • 2021-01-12 09:34

    For the purpose of debugging you may stop sqsd by running sudo service aws-sqsd stop on the instance. You can check the status by running sudo service aws-sqsd status. Note this is not recommended for a production service but for the purpose of debugging you may try this.

    0 讨论(0)
提交回复
热议问题