标签: elastic-beanstalk cloudamqp
我有一个使用RabbitMq作为消息队列的工作者
我想根据队列中的消息数量来配置worker进行扩展
使用cloudamqp如何在弹性beanstalk中添加自定义缩放触发器
答案 0 :(得分:0)
您可以轮询RabbitMQ HTTP API:https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_5_6/priv/www/api/index.html
例如。卷曲https://user:pass@srv1.rmq.cloudamqp.com/api/queues/myvhost?columns=name,messages