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

。_饼干妹妹 提交于 2020-01-11 05:08:07

问题


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 stopped / started as a service all together?


回答1:


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.



来源:https://stackoverflow.com/questions/24172661/start-stop-sqsd-daemon-on-elastic-beanstalk-to-view-sqs-queue-messages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!