Tồn queue "sample_module"

Modified on Tue, 24 Jun, 2025 at 4:10 PM

1. Check RabbitMQ queue

For AMA using docker:

For AMA using supervisor:

supervisorctl status

Check all services:

service --status-all

Check RabbitMQ queue:

rabbitmqctl list_queues

Verify whether the specific queue has backlog.
If RabbitMQ is down, restart it.

2. Check Elasticsearch

Check Elasticsearch status:

systemctl status elasticsearch

Or check via API:

curl -XGET http://localhost:9200/_cluster/health?pretty

If Elasticsearch is down, restart it.

Restart supervisor:

supervisorctl restart ama_gogstash_sample_modules

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article